I need to validate an XML file with a given XSD file. I simply need the method to return true if the validation went fine or false otherwise.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Returns simply true or false (also you don't need any external library):
|
||||
|
|
|
This might depends on the library you use but googling around with "how to validate xml file in java" gave me these results where you might find your answer: |
|||
|
|
|
|||
|
|