Hey all,
is it possible to declare that all content of a node is only seen as text till that node ends?
So that an xml document like this
and a document like thisCode:<Data>myText</Data>
would both be valid and could be parsed against one Schema?Code:<Data><myNewDoc></myNewDoc></Data>
Thanks,
Stephan





Reply With Quote