Thunderstone Software Document Search, Retrieval, and Management
Search:
Vortex Manual
 

xmlTreeGetVersion

 

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
 
Home   ::   Products   ::   Solutions   ::   How to Buy   ::   Support   ::   Contact Us   ::   News   ::   About
Copyright © 2013 Thunderstone Software LLC. All rights reserved.