xsl-list
[Top] [All Lists]

Re: [xsl] Entity escaping/translation

2009-06-18 17:52:07
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 < 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--