Parser for DTDs

Tim Bray tbray at textuality.com
Tue Apr 21 23:02:43 BST 1998


At 02:06 PM 21/04/98 +0000, Matt Mower wrote:
>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

IBM's XML for Java is designed to support something like what
you describe.

>I believe Larval may have this kind of capability (i'm not sure yet),
>are there others?

Larval doesn't have it built-in, but it parses content models
into a fairly straightforward set of data structures, and you could
certainly generate this kind of thing by writing code that runs
around them.  But it would be work. -T.


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




More information about the Xml-dev mailing list