![]() |
|
|
|
#1 |
|
Please let me know of any xml schema validator available as a freeware
on the net. Thanks in advance, Rgds, GSA GSA |
|
|
|
|
#2 |
|
Posts: n/a
|
GSA wrote:
> Please let me know of any xml schema validator available as a freeware > on the net. Apache Xerces is a validating XML parser. There is a C++ version http://xerces.apache.org/xerces-c/ and a Java version http://xerces.apache.org/xerces2-j/. -- Martin Honnen http://msmvps.com/blogs/martin_honnen/ Martin Honnen |
|
|
|
#3 |
|
Posts: n/a
|
GSA wrote:
> Please let me know of any xml schema validator available as a freeware > on the net. If you mean command line tools, have a look at xmllint: http://en.wikipedia.org/wiki/XML_validation Jürgen Kahrs |
|