spatialite_xml_print - export a single XML file corresponding to the current DB-file content
Contents
Description
spatialite_xml_print is intended to export a single XML file corresponding to the current DB-file conβ
tent.
It's useful i.e. when you've some way modified the original contents by performing some SQL operation.
Name
spatialite_xml_print - export a single XML file corresponding to the current DB-file content
Options
-h, --help
show help message
-dpathname, --db-pathpathname
the SpatiaLite DB [INPUT] path
-xpathname, --xml-pathpathname
the XML file [OUTPUT] path
-csnum, --cache-sizenum
DB cache size (how many pages)
-m, --in-memory
using IN-MEMORY database
07 March 2025 spatialite_xml_print(1)
Synopsis
spatialite_xml_print [-h] [-dpathname] [-xpathname] [-csnum] [-m]
