----- Original Message -----
From: "Elliotte Rusty Harold" <>
To: <>
Cc: <>
Sent: Monday, February 23, 2004 8:13 PM
> much of it when it comes to SAX and DOM in the Java space. Writing a
> parser is probably beyond my skills or interest level, but I wonder
> how hard it would be to roll a JNI wrapper for libxml?
I believe that libxml's SAX-like interface is based on Expat's API.
I have experience wrapping Expat for Delphi, and now for C#
(not quite done yet), and from that I can say it is a non-trivial
amount of work, especially if you want to cover all the SAX2 extensions
as well.
Karl