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:
<a href="http://www.lixto.com/"
class="l"><b>Lixto</b>
Software GmbH Home</a>
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>
--~--