Design and Implementation of a validating XML parser in Haskell: Master's thesis; University of Applied Sciences Wedel | ||
---|---|---|
Prev | Appendix A. User handbook | Next |
Unfortunately the XML parser of the Haskell XML Toolbox does not support fully the XML 1.0 specification at the moment. We are working hard to implement the missing features in the near future.
Missing features:
Namespaces are not supported.
Protocols like "http" and "file" are not yet supported due to a lack of libraries. We think of using the curl command instead.
General external entities are not yet processed.
General entities in default values of attributes are not yet substituted.
Known problems:
Line numbers are not yet reported for validity constraint errors.
Under Hugs 98 only: The parser suffers a serious space fault when parsing large documents.