Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > XSD validation

Reply
Thread Tools

XSD validation

 
 
Franz Bayer
Guest
Posts: n/a
 
      09-03-2004
Hello,

I need a library for java that validates my xml-files, or helps me writing
my xml-files according my xsd-file.

Does anyone know something like this?

/franz


 
Reply With Quote
 
 
 
 
Martin Honnen
Guest
Posts: n/a
 
      09-03-2004


Franz Bayer wrote:

> I need a library for java that validates my xml-files, or helps me writing
> my xml-files according my xsd-file.
>
> Does anyone know something like this?


Xerces-J(ava) from http://xml.apache.org/ has XML schema support.

--

Martin Honnen
http://JavaScript.FAQTs.com/
 
Reply With Quote
 
 
 
 
Paul News
Guest
Posts: n/a
 
      09-09-2004
"Franz Bayer" <> wrote in message news:<>...
> Hello,
>
> I need a library for java that validates my xml-files, or helps me writing
> my xml-files according my xsd-file.
>
> Does anyone know something like this?
>
> /franz


Try XmlBeans ... http://xmlbeans.apache.org

It generates Java APIs for your xsd and can do schema validation. You
can also use the XmlBeans API (in java) to create XML documents that
conform to your schema.

Later,
Paul

--
Paul Webster
"I'd dreamed of this each lonely night, of doing in that virus trash.
But just as I had won the fight, he engineered a system crash!"
- Matrix (Mainframe Strolling Players)
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Validation of XSD (XML Schema) against XSD Rushi XML 1 12-09-2005 08:12 AM
XML + XSD: Is it possible to get all errors against the XSD? Markus Java 1 11-22-2005 02:53 PM
xsd:any as a child of xsd:all Peter Aberline XML 0 04-05-2004 03:38 PM
referencing another XSD file within an XSD file JavaDeveloper@nowhere.com XML 1 01-14-2004 05:22 PM
XSD document for XSD defintion Rick Razzano XML 1 09-26-2003 12:41 AM



Advertisments