Import export XML (file_xml.c) - larrykollar/tines GitHub Wiki

Import/export XML (file_xml.c)

  • 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 with import_xml or hnb -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.