[jdev] parsing xml (xmpp) with ruby

Remko Tronçon remko at el-tramo.be
Tue Sep 30 08:57:56 CDT 2008


> Okay, I implemented a SAX parser. It now goes through the tags until
> it gets to a partial one, and then raises an exception. The exception
> gives me zero information that I can use to cache the incomplete tag.

Hmm, how can a SAX parser complain about a partial XML file? SAX *is*
incremental. It would probably help if you described in a high level
how your parser works, how you feed it data, ...

Remko



More information about the JDev mailing list