Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (28)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (27)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What is DTD (Document Type definition)
What is DTD (Document Type definition)?
✍: Guest
It defines how your XML should structure. For instance in the above XML we want to make it compulsory to provide qty and totalcost, also that these two elements can only contain numeric. So you can define the DTD document and use that DTD document with in that XML.
2007-10-31, 4626👍, 0💬
Popular Posts:
How To Assign Debug Privileges to a User? - Oracle DBA FAQ - Introduction to Oracle SQL Developer In...
How To Blend a Color Layer to a Image? - PSP Tutorials - Fading Images to Background Colors with PSP...
How To Get the Last ID Assigned by MySQL? - MySQL FAQs - Managing Tables and Running Queries with PH...
What is the difference between delegate and events? Actually events use delegates in bottom. But th...
What is normalization? What are different types of normalization? It is set of rules that have been ...