You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Christopher Zanelli/NYT/NYTIMES <za...@nytimes.com> on 2001/09/28 21:40:29 UTC

Creating a Document object in Java from just a XML schema

I'm trying to figure out how to create a Document object from an XML schema
using Xerces.  I'm looking to create a skeleton instance of an XML document
where I can just search for nodes and set attributes.

Looking at the API, I'm not sure where to start...any one have ideas?

-Chris