I wouldlike to know a little about the implementation of NekoHTML's html parser.
I want to convert <input type=submit /> to <input type="submit" />, uie., put the attribute values in quotes. Now using the standard XML APIs available with Xerces1.4.4 can I do this transformation?. I cannot even parse the former as it is ill-formed.. How does NekoHtml go about reading an ill-formed xml? thanks, --st. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
