OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Parser for DTDs

[ Lists Home | Date Index | Thread Index ]
  • From: francis <francis@redrice.com>
  • To: Matt Mower <m.mower@unl.ac.uk>
  • Date: Tue, 21 Apr 1998 17:00:04 +0100

Hi,


Matt Mower wrote:
> 
> Hi.
> 
> I am looking for a java parser that when fed a DTD returns a model
> representing all the valid documents that can be expressed using that
> DTD, i.e. for any given element type I need to be able to determine what
> are valid sub-elements/attributes/content. One additional constraint is
> that I need to parse the DTD outside of the context of an XML document.
> 
...

I can recommend Aelfred from microstar.com - it gives your program
callbacks which get called for DTD events like new element and tag
definitions as well as the expected XML events. There is a nice simple
DtdDemo.java program which you can hack to slap things into a Swing
JTree. 

Aelfred parses the DTD from the XML document however - if you need to
parse the DTD directly then the IBM parser certainly mentions this
feature in its documentation, the Microsoft one also mentions it as
available via a slightly non-recommended direct access to the the parser
object. I haven't used either yet...

http://www.alphaWorks.ibm.com/formula/
http://www.microsoft.com/workshop/author/xml/parser/
http://www.microstar.com/xml/

Hmmm - just cut and pasted IBM's command line DTD demo from the
codumentation into a DOS box

	jre -cp "xml4j.jar" GeneratingSample personal.dtd

and it worked straight off - nice...


Francis.

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS