[Expat-discuss] return tag contents as it is

Sylvain PRAT syprat@yahoo.fr
Wed, 22 Aug 2001 09:10:13 +0200 (CEST)


---------------------- multipart/mixed attachment
Hi,

Yes it is possible (i do it in my application).
You must use the XML_GetInputContext function
associated with the XML_GetCurrentByteCount to rebuild
a tag parsed, but you can't get what is inside your
grammar tag easily, so you must rebuild the inside of
the tag with appropriate callbacks (i set a cdata,
start element and end element, which concat all the
strings together - i had to ignore xhtml tags in some
tags)

Bye,

___________________________________________________________
Do You Yahoo!? -- Vos albums photos en ligne, 
Yahoo! Photos : http://fr.photos.yahoo.com
---------------------- multipart/mixed attachment--