[flexcoders] Validating XML

2005-05-24 Thread JesterXL
When the back-end is using validated XML value objects (using Castor to convert XML to Java objects, and since they are XML with an XSD, they can validate the data), how can Flex validate this data as well? I've dug and haven't seen anything that allows HTTPService or XML, or even the XML Acti

RE: [flexcoders] Validating XML

2005-05-24 Thread Steven Webster
Jester, > Is there a way to validate XML through an XSD on the client > before sending it through an HTTPService? Quick answer is no, I don't think you can do schema validation on the client ... however, I'd also argue that this kind of validation belongs on the server anyway (and that client-si

Re: [flexcoders] Validating XML

2005-05-24 Thread JesterXL
4, 2005 11:12 AM Subject: RE: [flexcoders] Validating XML Jester, > Is there a way to validate XML through an XSD on the client > before sending it through an HTTPService? Quick answer is no, I don't think you can do schema validation on the client ... however, I'd also argue that

RE: [flexcoders] Validating XML

2005-05-25 Thread Erik Westra
flexcoders@yahoogroups.com Subject: Re: [flexcoders] Validating XML My perception of Castor and the reason to use it is based on the ability to validate your data/value objects in Java, thus ensuring that if your data is valid, and another system has problems using it, it is the other system and no

[flexcoders] Validating XML with XSD Schema in Flex?

2006-10-06 Thread wayneposner
I've been scouring the web tyring to find information on XML validation using an XSD file, but the only results I keep finding relate to the MXML schema which is not what I'm looking for. Has anyone written any code that validates an XML file against it's schema? Or is this of of the coding pr

[flexcoders] Validating XML against an XSD schema in flex.

2006-06-19 Thread Clint Modien
Has anyone done this yet?   Common problem I suppose…   Load an xsd into flex. Then load an xml file into flex. Confirm the xsd conforms to the xsd schema definition.       Clint Modien http://esria.com p. 1.877.TRY.ESRIA ext 706 c. 1.408.489.075

RE: [flexcoders] Validating XML with XSD Schema in Flex?

2006-10-06 Thread Samuel R. Neff
006 9:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Validating XML with XSD Schema in Flex? I've been scouring the web tyring to find information on XML validation using an XSD file, but the only results I keep finding relate to the MXML schema which is not what I'm looking f