[fptools/libraries/HaXml: changeset 2002-08-12 11:55:03 by malcolm
malcolm**20020812115503
Various tidy-ups.
] {
hunk ./docs/index.html 41
-
Combinators is a combinator library for generic XML document
+Combinators is a combinator library for generic XML document
hunk ./docs/index.html 43
-Haskell2Xml is a replacement class for Haskell's Show/Read
+Haskell2Xml is a replacement class for Haskell's Show/Read
hunk ./docs/index.html 45
- documents. The DrIFT tool (available from
+ documents. The DrIFT tool (available from
hunk ./docs/index.html 49
-DtdToHaskell is a tool for translating any valid XML DTD
+DtdToHaskell is a tool for translating any valid XML DTD
hunk ./docs/index.html 51
-In conjunction with the Xml2Haskell class framework,
+In conjunction with the Xml2Haskell class framework,
hunk ./docs/index.html 55
-Finally, Xtract is a grep-like tool for XML documents,
+Finally, Xtract is a grep-like tool for XML documents,
hunk ./docs/index.html 62
+Detailed documentation of the HaXml APIs
+is generated automatically by Haddock directly from the source code.
+
+
hunk ./docs/index.html 72
-Some comparisons between functional language approaches to processing
-XML can be found in
-
-Bijan Parsia's article on xml.com
-
-
hunk ./docs/index.html 73
-the typed representation (DtdToHaskell/Xml2Haskell) is here:
+the typed representation (DtdToHaskell/Xml2Haskell) is available here:
+(12 pages of double-column A4)
hunk ./docs/index.html 80
-The document is 12 pages of double-column A4.
hunk ./docs/index.html 84
-
Combinators.html (HTML format)
- Xml2Haskell.html (HTML format)
- Haskell2Xml.html (HTML format)
- Xtract.html (HTML format)
-
-
-
-Detailed documentation of the HaXml APIs is generated automatically by
-Haddock directly from the source code, and can be found here:
-
-- HaXml/index.html
+
- Combinators (HTML format)
+
- Haskell2Xml class (HTML format)
+
- DtdToHaskell tool (HTML format)
+
- Xtract tool (HTML format)
hunk ./docs/index.html 106
-HaXml-1.06, release date 2002.07.xx
+HaXml-1.06, release date 2002.08.12
hunk ./docs/index.html 109
-.zip,
-FreeBSD port.
+.zip.
hunk ./docs/index.html 117
+FreeBSD port
hunk ./docs/index.html 124
-To install HaXml, you must have a Haskell compiler or interpreter:
-ghc-5.02 or later, nhc98-1.14 or later, Hugs98-Dec2001 or later. If you
-are using either of the compilers, you also need hmake-3.05 or later.
-Use
+To install HaXml, you must have a Haskell compiler: ghc-5.02 or
+later, nhc98-1.14 or later. You also need hmake-3.06 or later.
+HaXml-1.06 does not currently support Hugs (but HaXml-1.05 does,
+and we hope to re-introduce Hugs support again soon). Use
hunk ./docs/index.html 129
- ./configure [ -hc=... ]
+ ./configure
hunk ./docs/index.html 133
-to configure, build, and install HaXml as a package for your compiler
-or interpreter. Afterwards, to gain access to the HaXml libraries,
-you only need to add the option -package HaXml to your
-compiler commandline (not required for Hugs). Various stand-alone
-tools are also built - DtdToHaskell, Xtract, Validate - if you are
-going to use them, you should copy these to your final preferred
-installation location by hand.
+to configure, build, and install HaXml as a package for your compiler.
+Afterwards, to gain access to the HaXml libraries, you only need to
+add the option -package HaXml to your compiler commandline.
+Various stand-alone tools are also built - DtdToHaskell, Xtract,
+Validate - if you are going to use them, you should copy these to
+your final preferred installation location by hand.
hunk ./docs/index.html 147
+ - The HaXml libraries now install as a separate `package' in both ghc
+ and nhc98. Use -package HaXml to access them.
hunk ./docs/index.html 151
- generic document content against a DTD.
+ generic document content against a DTD. This is available both as
+ a library function, and as a command-line tool.
hunk ./docs/index.html 204
+
- Some comparisons between functional language approaches to processing
+ XML can be found in
+
+ Bijan Parsia's article on xml.com
}