[
Lists Home |
Date Index |
Thread Index
]
Is there such a thing as a good portal/search engine to find info like this or do I just ask on the lists?
Paul
> -----Original Message-----
> From: Ronald Bourret [mailto:rpbourret@rpbourret.com]
> Sent: 18 December 2001 00:03
> To: Paul Johnston
> Cc: Xml-Dev
> Subject: Re: [xml-dev] DTD problem
>
>
> If you're not tied to JAXP, then just use a DTD parser. For a list of
> free parsers, see:
>
> http://www.garshol.priv.no/download/xmltools/cat_ix.html#SC_DTDParser
>
> -- Ron
>
> Paul Johnston wrote:
> >
> > I am writing a simple XML retrieval tool, and I want to be able
> to find out from the XML documents associated DTD, which elements
> are allowed under a certain element.
> >
> > I am using Java, and can retrieve the "model" using JAXP's
> DeclHandler but it's just a string of text like (it's an example):
> >
> > (atag|btag*)+
> >
> > is there an available parser for this info? Having looked at
> the spec, I don't want to have to write my own if I don't have to!
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
>
|