Forum Moderators: open

Message Too Old, No Replies

DTD vs XML Schema

         

brucec

6:09 pm on Aug 26, 2004 (gmt 0)

10+ Year Member



Which do you use to validate your XML?

I was using DTDs for the longest time, but needed to type my data. So, I switched to schema.

macrost

11:15 pm on Aug 26, 2004 (gmt 0)

10+ Year Member



I prefer schemas much more than DTD's. I still have a bit of hard time reading a DTD. :)

However, I do use a DTD in an xsl if I have to.