xmlTreeGetInternalSubset

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: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.