If you mean your client users are building an XML string and you want to validate it before sending it to the server, you could have the XML class parse the string in a try/catch block.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Wednesday, November 07, 2007 12:51 PM To: [email protected] Subject: [flexcoders] How to validate XML file format before contiune? hi, I was thinking how to validate the XML file format before using it in Flex. for example, if it is validate XML file then use it, otherwise prompt an error msg to notify user. Cheers

