On Wed, 2003-11-26 at 15:09, Schweigl, Johann wrote: > I try to read a XML file that is missing the final closing tag (Java > 1.4 logfile, generated by XML formatter) and tried using the HTML > generator for that, but without success so far. Has anybody done that > and could give me a hint?
No experience with it, but if modifying the original file is not an option, you could create a Source implementation that dynamically adds the the closing tag so that it's there for the XML parser. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
