VTD-XML doesn't convert entities automatically... it perserves those things by nature of non-extractive parsing (http://vtd-xml.sf.net)
-------------- Original message -------------- From: "Chris Pratt" <[EMAIL PROTECTED]> > Sorry I missed the normal Friday free-for-all with my Off Topic > question, but I'm hoping someone around here has already solved the > problem I'm staring at. > > I am trying to pre-process a stream of HTML/XML. My first thought was > to just use SAX (with TagSoup for the HTML) and watch for the tokens I > needed to modify while passing the rest through, but all the XML tools > I can find are geared towards processing XML, not pre-processing it. > So they help you out by automatically converting entities to their > values and other things that completely get in the way of > pre-processing. Has anybody else had to solve this problem? If so, > any pointers would be GREATLY appreciated. Thanks. > (*Chris*) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >