1

I have a string (source string) and XML schema string.

How do I validate this string against the schema entry? I do not need to validate whole XML document, just check if the string matches the certain XML schema entry.

I found it extremely cumbersome to wrap the string to XML document and then validate against all the schema, is there more light approach?

igor
  • 91
  • 1
  • 1
  • 4
  • 1
    You should try to accept answers, otherwise people won't be willing to answer them after a while. Especially when you've asked 9 things and accepted 0 answers. – Younes Feb 15 '10 at 13:51
  • @Oded So... where are those answers which he should accpet? – vbence Oct 31 '12 at 12:23
  • Here is one of your questions with answers: http://stackoverflow.com/q/2042318/1583 – Oded Oct 31 '12 at 12:24

0 Answers0