what is the benefit of schema over DTD ?
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
what is the benefit of schema over DTD,and simple example to show the different if available?
-
what is the benefit of schema over DTD,and simple example to show the different if available?
I am sure you can find existing articles on the internet discussing all the issues in comparing the two so I won't attempt to reinvent the wheel here. Try using Google. That said, one significant benefit in many cases is that a Schema file is XML where a DTD is not. This fact has many repercussions that you can find out all about if you study XML technology.
led mike