XmlBlob and VirtualXPath
Not logged in

back

XmlBlob

Starting since version 4.1.0 SpatiaLite will support a new specialized BLOB format specifically intended to store XmlDocuments.
A full set of new SQL functions will support serialization / deserialization, compression, checking the XML well-formedness, verifying the XML Schema validation and so on.

VirtualXPath

This is a new Virtual Table module allowing to directly perform SQL standard queries on behalf of XmlDocuments; it's fully based on XPath (a W3C standard).
Both XmlBlob and VirtualXPath are fully based on the well-known Gnome libxml2 library.
Be warned: most Linux distros are still supporting some obsolete libxml2 2.7.x; such obsolete versions seem to be completely unable to succesfully validate any complex XML Schema. Quickly switching to the most recent libxml2 2.9.0 is strongly suggested (and it's absolutely required in order to succesfully validate any complex XML Schema, e.g. those supporting ISO- and INSPIRE-Metadata)

Related Resources

Documentation and Tutorials

Credits
Development of XmlBlob and VirtualXPath has been substantially funded by Tuscany Region - Territorial and Environmental Information System
Regione Toscana - Settore Sistema Informativo Territoriale ed Ambientale.



back