[
Lists Home |
Date Index |
Thread Index
]
>
> Depends on the SAX parser you are using.
> A SAX-like parser that implements this feature is Expat,
> http://www.libexpat.org. There are C++ SAX wrappers for it,
> but I am not sure if they expose this capability.
Expat looks promising since exactly this feature was introduced in the latest
version 1.95.8. Unfortunately there seems to be no C++ wrapper for this
version, but I'll give it a try.
thanks
Bernd
|