>Apparently validating parsers like Xerces are going >to reject invalid XML characters like � (i.e. nul). >Is there a way to configure Xerces/Xalan to either >ignore these characters, or to morph them to something else?
That question is more appropriately directed at Xerces than Xalan. You may have to filter the input with some other text-manipulation tool. If any XML tool is going to address this issue, it would be the XML parser. .................David Marston
