You can validate an XML document sample against the corresponding DTD or XSD (XML Schema).
The <!DOCTYPE...> tag in the sample determines which DTD to validate against. For example:<!DOCTYPE Music SYSTEM "C:\DTDS\musichits.dtd"> In the root element, you must use the schema location attributes prefix:noNamespaceSchemaLocation or prefix:schemaLocation to specify which XSD to validate against. For example:<root xsi:schemaLocation="C:\DTDS\musichits.xsd">See the W3C XML schema recommendation for more information.
1
2 On the Samples tab, select Validate instance document on load.You can also validate a sample manually by right-clicking the sample and selecting Validate.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |