[XML-SIG] [Q] Namespace

Tamito Kajiyama kajiyama@etl.go.jp
Sun, 22 Nov 98 08:24:57 JST


Lars Marius Garshol <larsga@ifi.uio.no> writes:
| 
| * Tamito Kajiyama
| | 
| | What I want to do is some experiments about RDF.  In an RDF
| | instance, RDF schemas are specified using namespace.  So, I'm
| | writing an RDF parser that, for each namespace declaration,
| | retrieves the RDF file specified by the URI, parses it, and
| | constructs an internal representation of the RDF schema for further
| | validation.
| 
| Hmmm. Do you mean that you're writing your own XML parser, or are you
| building on top of SAX, DOM or some parser API?

I'm building my RDF parser on the top of SAX, using the Python XML
Package (version 0.4).

| | Is this good practice?  
| 
| It sounds good to me, at least.

Thank you for the kind replies, in spite of midnight ;-)

-- 
KAJIYAMA, Tamito <kajiyama@etl.go.jp>