Subject: Re: Identify transform with disabled output escaping
From: Peter Szinek <peter@xxxxxxxxxxxxxxxx>
Date: Wed, 15 Nov 2006 19:39:16 +0100
|
David,
Thanks for the quick reply. It makes a bit more sense now.
However I did not describe the problem properly. I would not like to DOE
on text, but on the elements. So for this:
<a class=l href="http://www.lixto.com/"><b>Lixto</b> Software GmbH Home</a>
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>
Basically I don't care if text is DOEd (I think it is even desirable)
just I would not get <a>-style tags.
Thanks for your patience,
Peter
|