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"