Answer the question
In order to leave comments, you need to log in
How to make validation of changing Xml on Xsd Java?
Good day! I am learning java and the next task is
<result xmlns="http://foobar.com">
<code>OK</code>
<books>
<book>
<bookId>ISBN01213209</bookId>
<author>Scott Mayers</author>
<title>Effective C++</title>
<cover>effective-cpp.png</cover>
</book>
<book>
<bookId>ISBN0993209</bookId>
<author>Joshua Bloch</author>
<title>Effective Java</title>
<cover>effective-java.png</cover>
</book>
</books>
</result>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question