Subject: RE: Identify transform with disabled output escaping
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 15 Nov 2006 17:59:07 -0000
|
> 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/
|