SYNOPSISxmlNode xmlTreeGetInternalSubset(xmlDoc doc)
Parameters:
doc
- the doc you want to get the internal DTD from
Returns:
xmlNode
for the internal DTD subset of doc
DESCRIPTIONxmlTreeGetInternalSubset()
gets the internal DTD subset from the
XML document doc
. This is the part of the DTD that is defined
within the XML file itself, as opposed to an external DTD referenced.
EXAMPLE<$dtd = (xmlTreeGetInternalSubset($doc))>
SEE ALSOxmlTreeGetExternalSubset