Xml schema doubt

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NagarajanS
    New Member
    • Dec 2006
    • 39

    Xml schema doubt

    Hi,
    is it possible to create a xml file using xml schema file? Why the xml schema files are used? If yes means give me a example in that.

    Regards,
    Nags
  • camel
    New Member
    • Jan 2008
    • 55

    #2
    Xml Schema is used to describe the structure a Xml Document should have and can therefore be used to validate Xml Documents and to communicate to others what constitutes a valid Xml Document for representing particular information. You don't as such create a Xml Document "from a schema", you create a Xml Document by whatever means you wish so that it accords with a schema.

    Comment

    Working...