On Tuesday 02 Dec 2003 2:11 pm, you wrote:
> You mean that the digester does not handle namespaces ?
> Then you can not write a version of the RSS digester for RSS 1.0
> (with RDF, DublinCore,... namespaces)
>
> the digester for RSS 0.9 is here
> http://jakarta.apache.org/commons/digester/api/org/apache/commons/digester/
>rss/package-summary.html
>
>
> too bad... isn't it ?
>
> Fred

Digester handles namespaces without any particular difficulty AFAIK.

The point underlying my reference to SAX2 is that SAX2 gives access to 
namespace information relatively directly via callbacks, while Digester is a 
layer on top of SAX2 and is not required, if the aim is to extract namespace 
information, rather than build a custom document object model.

If the OP is using Digester then he must already have access to a XMLReader 
which he could use instead of Digester.

-Janek

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to