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
Eclipse Collections Categorically: Level up your programming game
this week in the
Open Source Projects
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
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
XML and Related Technologies
Validating against multiple schemas
J Rosetto
Greenhorn
Posts: 21
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I have a document which relies on multiple schemas relating to different namespaces.
Is it possible to validate this XML document using
Java
?
Carey Evans
Ranch Hand
Posts: 225
I like...
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You can import one XSD schema into another to combine namespaces; see
ibm.com/developerworks/xml/library/x-tipschnm.html
, for example.
If that's not what you want, have a look at
JNVDL
instead.
You learn how to close your eyes and tell yourself "this just isn't really happening to me." Tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Connecting to Multiple Schemas
spring 3.0 DTD issue
Validation design question
XML Validating Error - Help
what is the differene between the DTD and schema?
More...