2009-06-14 20:17:11 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:17:17 joerg Exp $
|
2007-03-07 13:51:16 +01:00
|
|
|
bin/Canonicalise
|
|
|
|
bin/CanonicaliseLazy
|
|
|
|
bin/DtdToHaskell
|
|
|
|
bin/MkOneOf
|
|
|
|
bin/Validate
|
|
|
|
bin/Xtract
|
|
|
|
bin/XtractLazy
|
Initial import of hugs-HaXml, version 1.15.20060515:
HaXml is a collection of utilities for parsing, filtering, transforming
and generating XML documents using Haskell. Its basic facilities include:
* A parser for XML.
* A separate error-correcting parser for HTML.
* An XML validator.
* Pretty-printers for XML and HTML.
For processing XML documents, the following components are provided:
* Combinators is a combinator library for generic XML document processing,
including transformation, editing, and generation.
* Haskell2Xml is a replacement class for Haskell's Show/Read classes: it
allows you to read and write ordinary Haskell data as XML documents.
The DrIFT tool can automatically derive this class for you.
* DtdToHaskell is a tool for translating any valid XML DTD into equivalent
Haskell types.
* In conjunction with the Xml2Haskell class framework, this allows you to
generate, edit, and transform documents as normal typed values in programs,
and to read and write them as human-readable XML documents.
* Finally, Xtract is a grep-like tool for XML documents, 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.
2006-08-04 16:42:15 +02:00
|
|
|
lib/hugs/packages/HaXml/Text/ParserCombinators/HuttonMeijer.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/ParserCombinators/HuttonMeijerWallace.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/ParserCombinators/Poly.hs
|
2007-03-07 13:51:16 +01:00
|
|
|
lib/hugs/packages/HaXml/Text/ParserCombinators/PolyLazy.hs
|
Initial import of hugs-HaXml, version 1.15.20060515:
HaXml is a collection of utilities for parsing, filtering, transforming
and generating XML documents using Haskell. Its basic facilities include:
* A parser for XML.
* A separate error-correcting parser for HTML.
* An XML validator.
* Pretty-printers for XML and HTML.
For processing XML documents, the following components are provided:
* Combinators is a combinator library for generic XML document processing,
including transformation, editing, and generation.
* Haskell2Xml is a replacement class for Haskell's Show/Read classes: it
allows you to read and write ordinary Haskell data as XML documents.
The DrIFT tool can automatically derive this class for you.
* DtdToHaskell is a tool for translating any valid XML DTD into equivalent
Haskell types.
* In conjunction with the Xml2Haskell class framework, this allows you to
generate, edit, and transform documents as normal typed values in programs,
and to read and write them as human-readable XML documents.
* Finally, Xtract is a grep-like tool for XML documents, 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.
2006-08-04 16:42:15 +02:00
|
|
|
lib/hugs/packages/HaXml/Text/ParserCombinators/PolyState.hs
|
2007-03-07 13:51:16 +01:00
|
|
|
lib/hugs/packages/HaXml/Text/ParserCombinators/PolyStateLazy.hs
|
Initial import of hugs-HaXml, version 1.15.20060515:
HaXml is a collection of utilities for parsing, filtering, transforming
and generating XML documents using Haskell. Its basic facilities include:
* A parser for XML.
* A separate error-correcting parser for HTML.
* An XML validator.
* Pretty-printers for XML and HTML.
For processing XML documents, the following components are provided:
* Combinators is a combinator library for generic XML document processing,
including transformation, editing, and generation.
* Haskell2Xml is a replacement class for Haskell's Show/Read classes: it
allows you to read and write ordinary Haskell data as XML documents.
The DrIFT tool can automatically derive this class for you.
* DtdToHaskell is a tool for translating any valid XML DTD into equivalent
Haskell types.
* In conjunction with the Xml2Haskell class framework, this allows you to
generate, edit, and transform documents as normal typed values in programs,
and to read and write them as human-readable XML documents.
* Finally, Xtract is a grep-like tool for XML documents, 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.
2006-08-04 16:42:15 +02:00
|
|
|
lib/hugs/packages/HaXml/Text/ParserCombinators/TextParser.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Combinators.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/DtdToHaskell/Convert.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/DtdToHaskell/Instance.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/DtdToHaskell/TypeDef.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Escape.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Html/Generate.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Html/Parse.hs
|
2007-03-07 13:51:16 +01:00
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Html/ParseLazy.hs
|
Initial import of hugs-HaXml, version 1.15.20060515:
HaXml is a collection of utilities for parsing, filtering, transforming
and generating XML documents using Haskell. Its basic facilities include:
* A parser for XML.
* A separate error-correcting parser for HTML.
* An XML validator.
* Pretty-printers for XML and HTML.
For processing XML documents, the following components are provided:
* Combinators is a combinator library for generic XML document processing,
including transformation, editing, and generation.
* Haskell2Xml is a replacement class for Haskell's Show/Read classes: it
allows you to read and write ordinary Haskell data as XML documents.
The DrIFT tool can automatically derive this class for you.
* DtdToHaskell is a tool for translating any valid XML DTD into equivalent
Haskell types.
* In conjunction with the Xml2Haskell class framework, this allows you to
generate, edit, and transform documents as normal typed values in programs,
and to read and write them as human-readable XML documents.
* Finally, Xtract is a grep-like tool for XML documents, 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.
2006-08-04 16:42:15 +02:00
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Html/Pretty.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Lex.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/OneOfN.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Parse.hs
|
2007-03-07 13:51:16 +01:00
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/ParseLazy.hs
|
Initial import of hugs-HaXml, version 1.15.20060515:
HaXml is a collection of utilities for parsing, filtering, transforming
and generating XML documents using Haskell. Its basic facilities include:
* A parser for XML.
* A separate error-correcting parser for HTML.
* An XML validator.
* Pretty-printers for XML and HTML.
For processing XML documents, the following components are provided:
* Combinators is a combinator library for generic XML document processing,
including transformation, editing, and generation.
* Haskell2Xml is a replacement class for Haskell's Show/Read classes: it
allows you to read and write ordinary Haskell data as XML documents.
The DrIFT tool can automatically derive this class for you.
* DtdToHaskell is a tool for translating any valid XML DTD into equivalent
Haskell types.
* In conjunction with the Xml2Haskell class framework, this allows you to
generate, edit, and transform documents as normal typed values in programs,
and to read and write them as human-readable XML documents.
* Finally, Xtract is a grep-like tool for XML documents, 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.
2006-08-04 16:42:15 +02:00
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Posn.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Pretty.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/SAX.hs
|
2007-03-07 13:51:16 +01:00
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/ShowXmlLazy.hs
|
Initial import of hugs-HaXml, version 1.15.20060515:
HaXml is a collection of utilities for parsing, filtering, transforming
and generating XML documents using Haskell. Its basic facilities include:
* A parser for XML.
* A separate error-correcting parser for HTML.
* An XML validator.
* Pretty-printers for XML and HTML.
For processing XML documents, the following components are provided:
* Combinators is a combinator library for generic XML document processing,
including transformation, editing, and generation.
* Haskell2Xml is a replacement class for Haskell's Show/Read classes: it
allows you to read and write ordinary Haskell data as XML documents.
The DrIFT tool can automatically derive this class for you.
* DtdToHaskell is a tool for translating any valid XML DTD into equivalent
Haskell types.
* In conjunction with the Xml2Haskell class framework, this allows you to
generate, edit, and transform documents as normal typed values in programs,
and to read and write them as human-readable XML documents.
* Finally, Xtract is a grep-like tool for XML documents, 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.
2006-08-04 16:42:15 +02:00
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/TypeMapping.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Types.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Validate.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Verbatim.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Wrappers.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/XmlContent.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Xtract/Combinators.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Xtract/Lex.hs
|
|
|
|
lib/hugs/packages/HaXml/Text/XML/HaXml/Xtract/Parse.hs
|
|
|
|
lib/hugs/packages/HaXml/packages/HaXml/package.conf
|
2007-03-07 13:51:16 +01:00
|
|
|
lib/hugs/programs/Canonicalise/Main.hs
|
|
|
|
lib/hugs/programs/Canonicalise/Paths_HaXml.hs
|
|
|
|
lib/hugs/programs/CanonicaliseLazy/Main.hs
|
|
|
|
lib/hugs/programs/CanonicaliseLazy/Paths_HaXml.hs
|
|
|
|
lib/hugs/programs/DtdToHaskell/Main.hs
|
|
|
|
lib/hugs/programs/DtdToHaskell/Paths_HaXml.hs
|
|
|
|
lib/hugs/programs/MkOneOf/Main.hs
|
|
|
|
lib/hugs/programs/MkOneOf/Paths_HaXml.hs
|
|
|
|
lib/hugs/programs/Validate/Main.hs
|
|
|
|
lib/hugs/programs/Validate/Paths_HaXml.hs
|
|
|
|
lib/hugs/programs/Xtract/Main.hs
|
|
|
|
lib/hugs/programs/Xtract/Paths_HaXml.hs
|
|
|
|
lib/hugs/programs/XtractLazy/Main.hs
|
|
|
|
lib/hugs/programs/XtractLazy/Paths_HaXml.hs
|