pandoc-citeproc-0.2: Supports using pandoc with citeproc

Portabilityportable
Stabilityunstable
MaintainerAndrea Rossato <andrea.rossato@unitn.it>
Safe HaskellSafe-Inferred

Text.CSL.Pickle.Xml

Description

 

Documentation

showXML :: Content -> StringSource

getText :: [Content] -> Maybe StringSource

getChildren :: Content -> [Content]Source

getElemName :: Content -> Maybe QNameSource

dropFirstElem :: [Content] -> [Content]Source

dropText :: [Content] -> [Content]Source

getAttrl :: Content -> [Attr]Source

getAttrVal :: [Content] -> StringSource

mkText :: String -> ContentSource

attrToCont :: Attr -> ContentSource

mkName :: String -> QNameSource

mkElement :: String -> [Attr] -> [Content] -> ContentSource

onlyElems' :: [Content] -> [Content]Source

parseXML' :: ByteString -> [Content]Source