~singpolyma/xml-types-haskell

f10ac584 — John Millikin 11 years ago
Move source code to the ``lib`` subdirectory. Minor cabal cleanups.
34b9b946 — John Millikin 12 years ago xml-types_0.3
Version 0.3
ab160642 — John Millikin 12 years ago
Give up on supporting internal DTD subsets. They're just too complex to
work with easily, and I don't think anybody actually cares about them.

* Remove ``Declaration`` and ``DoctypeNode``.

* Rename ``doctypeExternalID`` to ``doctypeID``

* Add explanatory comment to ``Doctype``, regarding why it doesn't support
  internal subsets.
bd7a2801 — John Millikin 12 years ago
Store attributes in an association list.
1041f389 — John Millikin 12 years ago
bump version to 0.3
f2ffe348 — John Millikin 12 years ago xml-types_0.2
Make ``elementText`` and ``nodeText`` return lists, so they work as
standard combinators.
9343c145 — John Millikin 12 years ago
Better documentation
bd358272 — John Millikin 12 years ago
Instance ``Typeable`` for all types
39362bee — John Millikin 12 years ago
Add a CDATA event
8955be32 — John Millikin 12 years ago
Better support for doctype declarations
b2eb7497 — John Millikin 12 years ago
Add utility functions for getting node and attribute text.
eedf8561 — John Millikin 12 years ago
Reorganized combinator exports
997fda1c — John Millikin 12 years ago
Store element attributes as (Map Name [Content])
4eebb86a — John Millikin 12 years ago
Remove mostly useless ``position`` function
adb1d7a5 — John Millikin 12 years ago
Use strict text
bf051b2d — John Millikin 12 years ago
Removed mostly useless ``Named`` class
Export ``elementContent`` (herp derp)
Version 0.1.3
e7d58245 — John Millikin 12 years ago
Add ``elementContent`` function.
ed4e0ed0 — John Millikin 12 years ago
Add ``Ord`` instances for ``Instruction``, ``Name``, and ``Doctype``.
Next