I'm sorry, but obviously I didn't make my point clear: I want to use the SAX event stream as input for another xml parser. So if I insert this:


Your point is very clear to me. I'm not sure it's clear to you. :-)

<foo> bar &amp;baz </foo>

I get (as expected)

<foo> bar &baz </foo>

You get this from what? If you're getting SAX data and you're feeding it into an XSLT transform, you should be doing that through TrAX and SAXSource, in which case it should all just work. If you're reserializing everything first, then your serializer is broken. You do have a problem but it is not at all what you think it is.
--


+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | [EMAIL PROTECTED] | Writer/Programmer |
+-----------------------+------------------------+-------------------+
|          XML in a  Nutshell, 2nd Edition (O'Reilly, 2002)          |
|              http://www.cafeconleche.org/books/xian2/              |
|  http://www.amazon.com/exec/obidos/ISBN%3D0596002920/cafeaulaitA/  |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://www.cafeaulait.org/      |
|  Read Cafe con Leche for XML News: http://www.cafeconleche.org/    |
+----------------------------------+---------------------------------+

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to