Re: [xsl] Entity escaping/translation

Subject: Re: [xsl] Entity escaping/translation
From: Dan Vint <dvint@xxxxxxxxx>
Date: Thu, 18 Jun 2009 17:51:29 -0400
I found what the issue was. The stylesheet had several uses of the document() function. Each of theses had an HTML output method set. When I changed it to xml I got what was shown with the &lt; and when I changed it to text I got what I was looking for. I did have to make some other changes as the tags disappeared.

..dan

At 06:48 PM 6/17/2009, you wrote:
If the output method was html (and these elements are in no namespace)
that should make

<span class="branch2"><img src="&#10; <? echo(fldImg(2)) ?&gt;&#10; "></span>

If the output method was xml that should make

<span class="branch2"><img src="&#10; <? echo(fldImg(2)) ?&gt;&#10; "/></span>

with a /> at the end of img.

--------------------------------------------------------------------------- Danny Vint

Panoramic Photography
http://www.dvint.com

voice: 502-749-6179

Current Thread