This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: question regarding "



	<resource language="de">&quot;Hello World&quot;, says
         Kenny</resource> 
	

That input is the same as


	<resource language="de">"Hello World", says
        Kenny</resource> 
	

to any XML parser. So the XSLT engine does not know (or care)
which form appeared in the input. It could output in either form, but
most would use " as its shorter and more readable.

You _never_ need to use &quot; in element content. It is built in to XML
as a mechanism for getting " into "-delimited attributes.

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]