About 23,500,000 results
Open links in new tab
  1. What do '|', '?', '+', '*', and ',' mean in a DTD file? - Stack Overflow

    Oct 31, 2021 · I understand the basics like <!Element Master and what big and small means, but what I don't get is what | ? + * , etc means. Also what does it mean when it's between () ? …

  2. What is difference between XML Schema and DTD?

    Oct 9, 2009 · I have googled this question, but I do not understand clearly what is an XML schema and DTD (document type definition), and why the XML schema is more powerful …

  3. Difference between PCDATA and CDATA in DTD - Stack Overflow

    May 27, 2009 · In a DTD, the type of an attribute that contains text must be CDATA. The CDATA keyword in an attribute declaration has a different meaning than the CDATA section in an XML …

  4. What is the use of DTD in XML? - Stack Overflow

    From W3Schools: The purpose of a DTD (Document Type Definition) is to define the legal building blocks of an XML document. A DTD defines the document structure with a list of legal …

  5. xml - How to choose between DTD and XSD - Stack Overflow

    I want to use either a DTD or an XSD to describe my XML document. I've read that XSDs are better than DTDs since they support namespaces and data types, and that DTDs are older. …

  6. How to derive DTD (or other XML spec format) from XML file …

    Nov 29, 2009 · Do you know of a tool that will derive a DTD (or other XML structure specification format) from a sample set of XML files? Currently the only (automatic) validation we have for …

  7. c# - Prevent DTD download when parsing XML - Stack Overflow

    Oct 19, 2008 · When using XmlDocument.Load , I am finding that if the document refers to a DTD, a connection is made to the provided URI. Is there any way to prevent this from happening?

  8. How to generate sample XML documents from their DTD or XSD?

    135 In recent versions of the free and open source Eclipse IDE you can generate XML documents from DTD and XSD files. Right-click on a given *.dtd or *.xsd file and select "Generate -> XML …

  9. java - Where to find the DTD of Hibernate? - Stack Overflow

    The DTD in the hibernate jar is a good way to know what are the attributes that can be included and the expected name for that tag. Opening up the DTD file is the easiest way to get an …

  10. c# - DTD prohibited in xml document exception - Stack Overflow

    Dec 13, 2012 · What does a DTD mean? The document type declaration has a purely declarative meaning: a schema for this document type, in the syntax defined in the XML spec, can be …