HXQ-0.7.4: A Compiler from XQuery to Haskell

XQuery

Documentation

data XTree Source

Constructors

XElem !Tag !AttList !Int [XTree] 
XText !String 
XInt !Int 
XFloat !Float 
XBool !Bool 
XPI Tag String 
XGERef Tag 
XComment String 
XError String 

Instances

type XSeq = [XTree]Source