Skip to content

radixvinni/xml-data-resource

Repository files navigation

xml-data-resource

A data is imported from a XML file with format:

<?xml version="1.0"?>
<data>
  <table_name>
    <column_name>value</column_name>
  </table_name>

  <test>
    <id>1</id>
    <name>a</name>
  </test>  
  <test>
    <id>2</id>
    <name>b</name>
  </test>  
</data>

The resource engine creates a Postgresql DB schema from this file and stores the given records. Relaunching an import will create all tables from scratch. Stored data can be listed, searched by string fields, filtered by numeric fields and shown through XSL transformation described in xsl/data.xsl or transformed and loaded to another DB through XSL transformation in xsl/cbd.xsl

About

🔍 Flexible XML\XSLT information resource engine with Postgresql import and export support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published