I don’t need to parse the XML, or to decode it into an ActionScript object — I’m only interested in loading both XSD and XML and tell whether the latter is legal XML according to the document definition in the former.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Flex has runtime xml schema support in its mx.rpc.xml package which are hidden from the livedocs. Check out this post, you can find much more info there.