xml_from_hash
Description:
public unowned Doc* xml_from_hash (HashTable<string,string> hash, XmlHashType type, string root_name)
Uses the key/value pair representation of an XML structure in hash to build an equivalent
Doc.
This is the reverse of xml_to_hash.
Parameters:
| hash |
The GenericSet to extract the XML from |
| type |
The XmlHashType used to store the XML |
| root_name |
The name to call the new Doc |
Returns:
|
the Doc created from the data in |
Namespace: E
Package: libedataserver-1.2