On Thu, Apr 11, 2002 at 09:29:28PM +0200, [EMAIL PROTECTED] wrote: > On your question: > > Can you recommend me a XML Parser, if I wont to program Jabber client in Visual >C++ (for Windows) ? > > > > Write your own one as i did :)
And how many conformance errors is there in it ? How many tests in the NIST/OASIS/W3C tests suite do you fail ? Saying "but I only need it for xyz" is no excuse, conformances errors especially for protocol oriented application ends-up being a long term maintainance nightmare. It takes a long time to write a real XML parser and clean it up, reuse is by far the best approach. Daniel -- Daniel Veillard | Red Hat Network https://rhn.redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
