Re: [xml-dev] Piccolo Java SAX parser and others in the wild?

From
Karl Waclawek <>
To
Elliotte Rusty Harold <>
Date
2004-02-24T02:36:21Z
ID
<02c101c3fa7e$fd27c090$0207a8c0@karl>
Thread
Re: [xml-dev] Piccolo Java SAX parser and others in the wild?
----- 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