[Home] [By Thread] [By Date] [Recent Entries]

  • From: Jonathan Borden <jborden@m...>
  • To: xml-dev@l...
  • Date: Wed, 03 Jan 2001 22:23:33 -0500

I think it would be fairly straightforward to write a SAX filter looking
something like:

    RDDLFilter rdf .... oops can't use that name....

    RDDLParser rdp = new RDDLParser();

    ContentHandler ch = (ContentHandler) rdp;

    // hook it up...

    rdp.resolve(namespaceURI, arcroleURI);


    This would work for well-formed resources and perhaps we need something
like

    InputStream s = rdp.getResource(namespaceURI,arcroleURI);

    for non-XML resources.

    Anything else needed?

-Jonathan



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member