Can WST's XML Editor do validation against a schema ? [message #172667] |
Wed, 28 June 2006 19:09  |
Eclipse User |
|
|
|
Hi,
Consider the below XML file being edited by the WST XML Editor. Can the
WST Editor do validation against the specified schema, the 'family.xsd'
schema, while editing? I don't see in any of WST XML Editor's menu.
Thanks!
<?xml version="1.0" encoding="ISO-8859-1"?>
<persons xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="family.xsd">
<person>
<full_name>Hege Refsnes</full_name>
<child_name>Cecilie</child_name>
</person>
<person>
<full_name>Tove Refsnes</full_name>
<child_name>Hege</child_name>
<child_name>Stale</child_name>
<child_name>Jim</child_name>
<child_name>Borge</child_name>
</person>
<person>
<full_name>Stale Refsnes</full_name>
</person>
</persons>
|
|
|
|
Powered by
FUDForum. Page generated in 0.03379 seconds