[fptools/libraries/HaXml: changeset 2002-04-02 11:06:21 by malcolm
malcolm**20020402110621
Update docs for release version 1.03.
] {
hunk ./docs/Xml2Haskell.html 79
-There are some funny fringe parts of the DTD we don't respect -
-Tokenised Types and Notation Types. These cases are not very common at
-the moment, but you might just trip over them. If you find a problem,
-mail us: Malcolm.Wallace@cs.york.ac.uk
+There are some fringe parts of the DTD we may not respect entirely
+correctly - Tokenised Types and Notation Types. These cases are
+not very common at the moment, but you might just trip over them.
+If you find a problem, mail us: Malcolm.Wallace@cs.york.ac.uk
hunk ./docs/index.html 95
-
DtdToHaskell generates unresolved Haskell types for DTD attributes
- that are of Tokenized or Notation Types in XML.
+ DtdToHaskell generates the Haskell String type for DTD attributes
+ that are of Tokenized or Notation Types in XML. This may not be
+ entirely accurate.
hunk ./docs/index.html 104
+HaXml version 1.03 release, 2002.04.02
+.tar.gz,
+.zip,
+Hugs .tar.gz,
+Hugs .zip.
+(In DtdToHaskell, added tagname prefixes to the attribute names of
+enumeration types, to disambiguate when attributes of the same name
+have different value-sets within different tags. DtdToHaskell also
+now accepts Tokenized and Notation types, mapping them to Strings.
+Added an instance of Xml2Haskell for the Maybe type.)
+
+
+
+Older versions
+
hunk ./docs/index.html 128
-
-
-Older versions
+
}