View Single Post

Old 04-04-2007, 10:02 AM   #2 (permalink)
C Neg
Junior Member
 
Join Date: Apr 2007
Posts: 1
Rep Power: 0 C Neg is on a distinguished road
The two previous answerers are very correct, XSD xml schema definition deprecates DTDs and also optionally extends or cooperates (as in backward-compatibility) with them. Another avenue to explore, if you have the freedom to do so, is RelaxNG xml schema standard. It's *extremely* useful, compared to XSD because it makes a ton more sense and is easier to use, yet it accomplishes the same things. There is even a shorthand in case storage considerations or transmission brevity is needed. By all means, look into it.
__________________
C Neg is offline   Reply With Quote