>  <!ENTITY wan-gw
>     '<systemitem class="systemname">wan-gw</systemitem>'              >
>
> coming out of the serialization it looks like
>
> <!ENTITY wan-gw "<systemitem class="systemname">wan-gw</systemitem>">


Uhm. An XSLT transformation, even an indentity transformation, really shouldn't be preserving entity declarations at all; they aren't part of the XPath/XSLT data model, so they should be expanded on their way through.

I suspect you're trying to use the built-in identity-tranformation support, rather than a real identity stylesheet. Right? If so, I'm not sure we ever fixed the known bugs in that code...


______________________________________
"... Three things see no end: A loop with exit code done wrong,
A semaphore untested, And the change that comes along. ..."
-- "Threes" Rev 1.1 - Duane Elms / Leslie Fish (http://www.ovff.org/pegasus/songs/threes-rev-11.html)

Reply via email to