xsl-list
[Top] [All Lists]

RE: [xsl] Identify transform with disabled output escaping

2006-11-15 10:59:29
I would like to get this (obviously):

<a class=l href="http://www.lixto.com/";><b>Lixto</b> Software 
GmbH Home</a>

but I am getting this:

&lt;a href="http://www.lixto.com/"; 
class="l"&gt;&lt;b&gt;Lixto&lt;/b&gt;
Software GmbH Home&lt;/a&gt;


You must be doing something very strange to get that. My guess would be that
you've got "elements" inside a CDATA section (that is, things that would be
elements if you hadn't put a CDATA section around them). But without seeing
what you're doing, I'm guessing.

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
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>
--~--