Click here to Skip to main content
16,010,416 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionBest way to feed xml Pin
krsouthern27-Feb-06 22:36
krsouthern27-Feb-06 22:36 
AnswerRe: Best way to feed xml Pin
imsathy2-Mar-06 19:26
imsathy2-Mar-06 19:26 
QuestionLooking for an XML Edit Control Pin
Nockawa27-Feb-06 10:00
Nockawa27-Feb-06 10:00 
Questionmatlab to xml coversion Pin
aksaqua26-Feb-06 22:13
aksaqua26-Feb-06 22:13 
QuestionXmlTextWriter C# invalid characters o;? Pin
rambo29826-Feb-06 8:37
rambo29826-Feb-06 8:37 
QuestionConvert xml dataset to string Pin
ironstrike125-Feb-06 12:47
ironstrike125-Feb-06 12:47 
AnswerRe: Convert xml dataset to string Pin
ironstrike125-Feb-06 12:49
ironstrike125-Feb-06 12:49 
QuestionXSD Validation Pin
Al Ortega25-Feb-06 5:21
Al Ortega25-Feb-06 5:21 
I have an xsd file that I use to validate inbound xml files and it works fine as long as the elements are in the same order. But what I would like is for it to validate the element exists rather than it exists in a specific order.

For example I want both of these to be validated as true:

<Customer>
<LastName>Smith</LastName>
<FirstName>John</FirstName>
</Customer>

- or -

<Customer>
<FirstName>John</FirstName>
<LastName>Smith</LastName>
</Customer>


The elements FirstName and LastName under customer need to exist, I just don't care which order they are in. Is there something in the xsd that can be set to make it work this way?

Thanks in advance,
Al
QuestionConversion of Excel Worksheet Data in to XML file Format Pin
winpoorni23-Feb-06 17:58
winpoorni23-Feb-06 17:58 
QuestionWatermark Pin
sreejith ss nair23-Feb-06 2:38
sreejith ss nair23-Feb-06 2:38 
AnswerRe: Watermark Pin
George L. Jackson24-Feb-06 1:07
George L. Jackson24-Feb-06 1:07 
QuestionXSD information in resx file Pin
sumit malik23-Feb-06 0:24
sumit malik23-Feb-06 0:24 
QuestionXmlDocument.NameTable vs namespaces Pin
chricla23-Feb-06 0:14
chricla23-Feb-06 0:14 
AnswerRe: XmlDocument.NameTable vs namespaces Pin
Douglas Troy3-Mar-06 6:47
Douglas Troy3-Mar-06 6:47 
QuestionPlease help - a question on XPath... Pin
Tigger9922-Feb-06 3:04
Tigger9922-Feb-06 3:04 
AnswerRe: Please help - a question on XPath... Pin
George L. Jackson22-Feb-06 12:58
George L. Jackson22-Feb-06 12:58 
QuestionXML file corrupted and filled with spaces..Any Idea!!! Pin
FiDz20-Feb-06 0:34
FiDz20-Feb-06 0:34 
AnswerRe: XML file corrupted and filled with spaces..Any Idea!!! Pin
George L. Jackson21-Feb-06 13:47
George L. Jackson21-Feb-06 13:47 
GeneralRe: XML file corrupted and filled with spaces..Any Idea!!! Pin
FiDz21-Feb-06 22:24
FiDz21-Feb-06 22:24 
GeneralRe: XML file corrupted and filled with spaces..Any Idea!!! Pin
George L. Jackson22-Feb-06 18:02
George L. Jackson22-Feb-06 18:02 
GeneralRe: XML file corrupted and filled with spaces..Any Idea!!! Pin
FiDz26-Feb-06 1:51
FiDz26-Feb-06 1:51 
QuestionHelp on MS Word 2003 XML Pin
ted_92119-Feb-06 15:27
ted_92119-Feb-06 15:27 
AnswerRe: Help on MS Word 2003 XML Pin
Douglas Troy3-Mar-06 6:32
Douglas Troy3-Mar-06 6:32 
Questionxml in smart device application Pin
bhavz6917-Feb-06 1:56
bhavz6917-Feb-06 1:56 
AnswerRe: xml in smart device application Pin
George L. Jackson18-Feb-06 1:53
George L. Jackson18-Feb-06 1:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.