[XML-SIG] Character entities (XHTML)

Juergen Hermann Juergen Hermann" <jh@web.de
Wed, 08 May 2002 02:34:13 +0200


On Tue, 07 May 2002 19:49:39 -0400, Thomas B. Passin wrote:

>There are really only two ways to get the entities back in to the outpu=
t.
>Either you use or write a serializer to replace certain characters with=
 your
>entities (and which ones to replace will depend on the encoding), or yo=
u do
>some preprocessing to replace the entities with some encoded version, t=
hen
>convert them back with postprocessing.

The third of the two ways is to use a SAX2 LexicalHandler.

Ciao, J=FCrgen