Re: question regarding "

Subject: Re: question regarding "
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 9 Oct 2000 13:04:13 GMT
	<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


Current Thread