[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xml-dev] Creating a Document object in Java from just a XML schema
- From: Christopher Zanelli/NYT/NYTIMES <zanelc@nytimes.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 28 Sep 2001 14:10:30 -0400
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 just the values of the attributes need to be filled in and default
values are automatically populated.
Looking at the API, I'm not sure where to start...any one have ideas?
-Chris