Hi; What is the difference between Schema and DTD.. Which one we should use? thanks a lot for help arun
Manuel Moons
Ranch Hand
Joined: Mar 05, 2002
Posts: 229
posted
0
XML Schema is the way to go. XML Schema is in xml syntax, DTD has it's own syntax. With xml schema you can do more extensive validations than with dtd. You have a number of datatypes that you can use. You can put masks on values, ...