Click to See Complete Forum and Search --> : DDT


eros ramazotti
July 25th, 2001, 04:26 AM
hi guys, please can you explain me what is DDT?

Thanks in advance

tyris
July 25th, 2001, 06:00 AM
DTD (not DDT :-) is a way to verify that your xml file is valid. in the DTD you put some conditions, you define the general structure of the xml, and in the xml you link to the DTD, so if the xml is not like defined in the DTD, you will get en error.

it's usefull when you have an application that generates xml.. it's a way to be sure that the xml you generated is valid.

hope this helped

regards

Elise, XML learning girl :-)