[fptools/libraries/HaXml: changeset 2002-11-29 15:31:55 by malcolm
malcolm**20021129153155
Update docs ready for a 1.08 release.
] {
hunk ./docs/changelog.html 15
-
Changes for next version
+Changes for 1.08
hunk ./docs/changelog.html 18
- The function Text.Xml.HaXml.Html.Generate.htmlprint had a little
+ A new and highly useful function, Text.XML.HaXml.Validate.partialValidate,
+ does validation except for checking whether the root element type matches
+ that of the DTD's root element. This is just what you need in order to
+ validate any partial document or sub-document.
+ The function Text.XML.HaXml.Html.Generate.htmlprint had a little
hunk ./docs/changelog.html 25
+ The Xtract parser and combinators are now included in the HaXml
+ library package, rather than existing solely for the Xtract
+ command-line tool.
+ Dependencies in ghc-5.04.x are fixed. You can now build HaXml for a
+ specific compiler version, using configure --buildwith=ghc-5.0x.x.
hunk ./docs/index.html 56
- loosely based on the XPath and XQL query languages.
+ loosely based on the XPath and XQL query languages. It can be used
+ either from the command-line, or within your own code as part of the
+ library.
hunk ./docs/index.html 110
-HaXml-1.07b, release date 2002.09.02
+HaXml-1.08, release date 2002.11.29
hunk ./docs/index.html 112
-.tar.gz,
-.zip.
+.tar.gz,
+.zip.
hunk ./docs/index.html 133
-HaXml-1.07 does not currently support Hugs (but HaXml-1.05 does,
+HaXml-1.08 does not currently support Hugs (but HaXml-1.05 does,
hunk ./docs/index.html 150
-The latest version (1.07) has the following new features:
+The latest version (1.08) has the following fixes:
+
+- A new and highly useful function, Text.XML.HaXml.Validate.partialValidate,
+ does validation except for checking whether the root element type matches
+ that of the DTD's root element. This is just what you need in order to
+ validate any partial document or sub-document.
+
- The function Text.XML.HaXml.Html.Generate.htmlprint had a little
+ bug which caused it to loop infinitely if some text was longer
+ than 60 characters without a space.
+
- The Xtract parser and combinators are now included in the HaXml
+ library package, rather than existing solely for the Xtract
+ command-line tool.
+
- The code generated by DtdToHaskell had a minor cut-and-paste error.
+
- The file `script/echo.c' was missing from the distribution.
+ This only affected the configuration step on systems where
+ `echo -n' is not recognised (e.g. Solaris).
+
+
+
+Version (1.07) had the following new features:
}