<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="dbsql2xml.xsd">
  <tokenForCommandLineStringArrays>#</tokenForCommandLineStringArrays>
  <globalCharsetName>UTF-8</globalCharsetName>
  <connectionProperties>
    <jdbcDriver>org.hsqldb.jdbcDriver</jdbcDriver>
    <jdbcURL>jdbc:hsqldb:hsql://localhost/</jdbcURL>
    <jdbcUserName>sa</jdbcUserName>
    <jdbcPassword/>
    <multiStatementDriver>false</multiStatementDriver>
  </connectionProperties>
  <globalVariables>
    <globalVariable name="$gv00">10</globalVariable>
  </globalVariables>
  <processingInstructions>
    <!--<css>css/dbsql2xml.css</css>-->
    <!--<xslt>xslt/dbsql2xml.xsl</xslt>-->
  </processingInstructions>
  <table xmlName="invoice" sql="select invoice.id as &quot;invoice.id&quot;, invoice.customerid as &quot;invoice.customerid&quot;, invoice.total as &quot;invoice.total&quot;, item.invoiceid as &quot;item.invoiceid&quot;, item.item as &quot;item.item&quot;, item.productid as &quot;item.productid&quot;, item.quantity as &quot;item.quantity&quot;, item.cost as &quot;item.cost&quot;, product.id as &quot;product.id&quot;, product.name as &quot;product.name&quot;, product.price as &quot;product.price&quot;, customer.id as &quot;customer.id&quot;, customer.firstname as &quot;customer.firstname&quot;, customer.lastname as &quot;customer.lastname&quot;, customer.street as &quot;customer.street&quot;, customer.city as &quot;customer.city&quot; from invoice, item, product, customer where invoice.id=item.invoiceid and item.productid=product.id and
    invoice.customerid=customer.id and invoice.id = $gv00">
    <column xmlName="invoice.id" sqlName="invoice.id"/>
    <column xmlName="invoice.customerid" sqlName="invoice.customerid"/>
    <column xmlName="invoice.total" sqlName="invoice.customerid"/>
    <column xmlName="item.invoiceid" sqlName="item.invoiceid"/>
    <column xmlName="item.item" sqlName="item.item"/>
    <column xmlName="item.productid" sqlName="item.productid"/>
    <column xmlName="item.quantity" sqlName="item.quantity"/>
    <column xmlName="item.cost" sqlName="item.cost"/>
    <column xmlName="product.id" sqlName="product.id"/>
    <column xmlName="product.name" sqlName="product.name"/>
    <column xmlName="product.price" sqlName="product.price"/>
    <column xmlName="customer.id" sqlName="customer.id"/>
    <column xmlName="customer.firstname" sqlName="customer.firstname"/>
    <column xmlName="customer.lastname" sqlName="customer.lastname"/>
    <column xmlName="customer.street" sqlName="customer.street"/>
    <column xmlName="customer.city" sqlName="customer.city"/>
  </table>
</config>
