]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - src/TSN/Xml.hs
Based on TSN documentation, split XML documents on the </message> tag instead of...
[dead/htsn.git] / src / TSN / Xml.hs
index ddde728afa9c76727a427c849ee14a0d4a140100..4c1123f0c71f5aa4b20794031b262a862363ccc7 100644 (file)
@@ -3,7 +3,6 @@
 --
 module TSN.Xml (
   parse_xmlfid,
-  xml_prologue,
   xml_tests )
 where
 
@@ -35,10 +34,6 @@ parse_xmlfid =
                >>> getText)
 
 
--- | The opening "tag" for the XML prologue.
-xml_prologue :: String
-xml_prologue = "<?xml "
-
 
 -- * Tasty Tests
 xml_tests :: TestTree