You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Voytenko, Dimitry" <DV...@SECTORBASE.COM> on 2000/11/10 05:46:42 UTC

xslt-next-is-raw

Hi,

This is what I found out and I'm not sure if it's ok. 
In Xalan J1 FormatterToDOM had processing instruction "xslt-next-is-raw" if
next node should be unescaped. Then TreeWalker could recognize this
processing instruction and output next text node without escaping. Now
TreeWalker has this implementation, but current DOMBuilder (replacement for
FormatterToDOM as I understood) can't create this processing instruction
because it doesn't implement org.apache.serialize.SerializerHandler (J1
checked directly output_handler if it's instance of FormatterToDOM).
Actually I don't know how it can affect transformation, I just accidentally
noticed that

Thanks