SYNOPSISstring xmlTreeGetSystemID(xmlNode node)
Parameters:
node
- the XML_DTD_NODE
or XML_ENTITY_DECL
you want to get the System ID from
Returns:
node
DESCRIPTIONxmlTreeGetSystemID()
gets SYSTEM identifier of an external DTD or
entity. This is either a local file, or a web address.
EXAMPLE
In the following XML document:
<?xml version="1.0" standalone="no" ?>
<!DOCTYPE" top PUBLIC "-//Thunderstone//Simple Test//EN"
"testExternal.dtd">
<top>
...
Calling
<$ext = (xmlTreeGetSystemID($dtd))>
would return testExternal.dtd
SEE ALSOxmlTreeGetSystemID