Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > XMLSchema syntax problem

Reply
Thread Tools

XMLSchema syntax problem

 
 
AL
Guest
Posts: n/a
 
      11-07-2005
Hi all,

I have an XML document like this:
<root>
<node>A</node>
<node>B</node>
<node>C</node>
</root>

it's very important validate the following xml doc:
<root> <root>
<node>A</node> <node>A</node>
<node>B</node> </root>
</root>

and don't validate a document like this:
<root>
<node>B</node>
<node>A</node>
</root>

I'd like to validate this document using XML Schema. Is it possible?
Thanks!!

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XMLSchema, validation Marcin Wielgus Java 0 03-16-2006 12:58 AM
XMLSchema syntax problem AL XML 4 11-08-2005 12:39 PM
XMLSchema and XML Validation problem Robert Ludewig XML 4 06-28-2004 01:56 PM
PROBLEM: webservice, XmlNode return value, XMLSchema and WSDL g.fiorentini ASP .Net Web Services 0 09-10-2003 08:05 AM
how to read xmlschema from xml file? sudha ASP .Net 0 06-30-2003 07:41 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57