Thanks for the posts. Is there a good example how to use a schema to map to
"Martin Honnen" <mahotrash@yahoo.de> wrote in message
news:%23mFf1B3yGHA.1936@TK2MSFTNGP06.phx.gbl...
>
>
> randy wrote:
>
>
>> I am fairly new to XML schemas and why to use them. I am integrating
>> with another application via xml. My questions are schemas only good to
>> validate the XML documents or can I use the schema to help me parse the
>> xml document?
>
> Well you can generally parse an XML document without validating or having
> a schema.
>
> On the other hand schemas are by now often used to map XML to classes in a
> framework (e.g. .NET framework) or programming language (e.g. Java) to
> enable your code do directly access a parsed XML document as an instance
> of a class where you have typed members.
>
> And web services using SOAP for instance might do there type marshalling
> based on XSD schema description.
>
> --
>
> Martin Honnen --- MVP XML
>
http://JavaScript.FAQTs.com/