|
SYNOPSIS
xmlNode xmlTreeGetInternalSubset(xmlDoc doc)
Parameters:
-
doc - the doc you want to get the internal DTD from
Returns:
- the
xmlNode for the internal DTD subset of doc
DESCRIPTION
xmlTreeGetInternalSubset() 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 ALSO
xmlTreeGetExternalSubset
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|