|
SYNOPSIS
string xmlTreeGetVersion(xmlDoc doc)
Parameters:
-
doc - the xmlDoc to get the XML version from
Returns:
- the xml version of the data
DESCRIPTION
xmlTreeGetVersion() returns the xml version used by the XML
data, as defined in the xml declaration:
<?xml version="1.0" encoding="UTF-8"?>
<top>
...
For this data, xmlTreeGetVersion() would return 1.0.
EXAMPLE
<$version = (xmlTreeGetVersion($doc))>
SEE ALSO
xmlTreeGetEncoding
Copyright © Thunderstone Software Last updated: Mon Feb 18 10:28:15 EST 2013
|