[jdom-interest] JDOM & XML-Schema

Elliotte Rusty Harold elharo at metalab.unc.edu
Thu May 2 05:49:45 PDT 2002


At 2:35 AM -0700 5/2/02, Tundrea Emanuel wrote:
>Hello,
>
>Kevin, thank you so much for your interest in helping
>me, but for now my question was not how to validate
>against a schema, but how can I output a schema using
>JDOM. How can I create a XML-Schema using JDOM? Are
>there any particular utility classes to describe a
>"complexType", "simpleType", etc., or I have to
>construct "org.jdom.Document" and "org.jdom.Element"
>with special parameters?
>

A schema is just an XML document. YOu create it like you create any 
other XML document. JDOM does not include special support for any XML 
application including schemas.
-- 

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo at metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
|          The XML Bible, 2nd Edition (Hungry Minds, 2001)           |
|             http://www.cafeconleche.org/books/bible2/              |
|   http://www.amazon.com/exec/obidos/ISBN=0764547607/cafeaulaitA/   |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://www.cafeaulait.org/      |
|  Read Cafe con Leche for XML News: http://www.cafeconleche.org/    |
+----------------------------------+---------------------------------+



More information about the jdom-interest mailing list