Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within XML
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud
this week in the
Cloud/Virtualization
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
XML and Related Technologies
validate xml using xsd
kavitha vasu
Ranch Hand
Posts: 70
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
hi all,
am having one xml file and xsd for that file .
now i want to
test
whether the created xsd is correct one for the XML file or not.
How can i do in
java
?
or oracle jdeveloper
William Brogden
Author and all-around good cowpoke
Posts: 13078
6
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
See the javax.xml.validation package - the JavaDocs have enough information for you to write a program.
Bill
Paul Clapham
Marshal
Posts: 28425
102
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
And also, the Ranch has an XML FAQ page which includes
HowToValidateXmlAgainstAnySchema
.
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Genrating xml from the given xsd
How to marshal a xml file validate with XSD file
XML Editor
Validating input data passed to web service
Can I check whether a particular pattern of character is there in the attribute
More...