dtd vs xsd, which one to choose?
Posted
by noname
on Stack Overflow
See other posts from Stack Overflow
or by noname
Published on 2010-03-05T20:32:53Z
Indexed on
2010/03/08
11:36 UTC
Read the original article
Hit count: 720
i want to use one of these to describe my xml document.
i've read that xsd is better than the older dtd since it supports namespaces and data types.
does this mean that i should only use xsd for all future needs and totally ignore dtd and don´t even have to bother learning its structure?
© Stack Overflow or respective owner