-
Notifications
You must be signed in to change notification settings - Fork 7
Import export XML (file_xml.c)
Larry Kollar edited this page Jun 4, 2016
·
2 revisions
- import_xml <filename>
Imports an XML file below the current node. - export_xml <filename>
Exports the current node, its siblings, and all sublevels to 'filename' as XML markup. Load an XML file withimport_xml
orhnb -x file.xml
to see how it looks inside Tines. - export_xml_branch <filename>
Exports the current entry and all sub-entries as XML. - xml_cuddle (integer)
If true, joins the data with nodes if there are no tags within the tag.