Subject:Transformed XML containing single quote instead of double quote Author:Michael Kwee Date:01 Jan 2007 09:37 PM
Hi there,
We have a issue with XML documents which after transformation, double quotes are converted to single quotes. Please advise if there is any settings to preserve the original quotes ?
Please see attached XML documents to see the difference.
Source XML : test_a1.xml
Target XML : test_xx.xml
XSLT : test_lov10.xsl
Subject:Transformed XML containing single quote instead of double quote Author:Minollo I. Date:01 Jan 2007 10:57 PM
The only double quotes that I see changed into single quotes are the ones in the XML PI at the beginning of the document; are those the ones you are referring to? In general in XML single and double quotes are entirely interchangeable when specifying attribute values.
Subject:Transformed XML containing single quote instead of double quote Author:Michael Kwee Date:02 Jan 2007 12:26 AM
Yes, but Siebel EAI can only accept double quotes in the Prolog. BTW, what is the reason that these double quotes are converted to single quotes? Is there any way we can make it consistent ?
Subject:Transformed XML containing single quote instead of double quote Author:Minollo I. Date:02 Jan 2007 12:36 AM
It's really up to the processor to decide what quote style to use; I'm not aware of ways to control that, but I may be ignoring some processing flag in Saxon or other processors.
This is really a problem with Siebel EAI not being XML conformant...