packages feed

HXQ-0.10.0: TestDBPL1.hs

module Main where

import Text.XML.HXQ.XQuery


main = do db <- connect "hxq"
          -- generate the relational schema for the DBPL database using hybrid inlining
          genSchema db "data/dblp.xml" "d"