Next in thread →
Next in month →
Re: [xml-dev] Stripping out illegal XML characters
On May 11, 2006, at 19:48, vonderLuft, Andrew wrote: > Anyone have a suggestion for a nice clean way in java to strip out > illegal XML characters in your input to a new doc, e.g. JDOM? I have used fi.karppinen.xml.CharacterUtil available from http://hsivonen.iki.fi/code/fi-karppinen-xml.jar combined with NFC normalization using ICU4J. -- Henri Sivonen http://hsivonen.iki.fi/
Next in thread →
Next in month →