Kevin Jardine <[email protected]> writes: > Fixing hexpat CDATA support sounds like a doable and useful task. > > I could look at that next week. > > Do you have some hints / advice to get me going?
It should be easy I think -- extend node type to include cdata as well as text, re-organize the parser callbacks for cdata to generate cdata nodes instead of text ones, and fix the output functions to re-wrap cdata nodes in cdata blocks. I think that should be it. Stephen Blackheath is the hexpat maintainer, maybe you could coordinate with him. G -- Gregory Collins <[email protected]> _______________________________________________ Snap mailing list [email protected] http://mailman-mail5.webfaction.com/listinfo/snap
