Re: [Haskell] Haskell Arrows Application

2009-05-06 Thread Uwe Schmidt
Hannousse wrote: > I'm interested to the concept of arrows in Haskell, however, I couldn't > find a real application or example using this new technology in a real > world application. All what I found are just academic examples and other The XML processing in HXT (http://www.fh-wedel.de/~si/HXml

[Haskell] ANN: regex-xmlschema

2009-02-01 Thread Uwe Schmidt
ns_for_XML_Schema"; Cheers, Uwe -- Uwe Schmidt FH Wedel http://www.fh-wedel.de/~si/ ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

Re: [Haskell] Re: Current XML libraries status

2008-10-24 Thread Uwe Schmidt
eally does lazy input. And there is a memory optimization for sharing the strings representing element and attribute names. But there is no DTD processing and no validating functionality with tagsoup. Most efficient input encoding is ISO Latin1 (or ASCII). Cheers Uwe -- Uwe Schmidt

[Haskell] Bug in the HXT: Data.Char.UTF8.decodeOne

2007-06-11 Thread Uwe Schmidt
the source http://darcs.fh-wedel.de/hxt/src/Data/Char/UTF8.hs Any suggestions? Uwe Schmidt ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] ANNOUNCE: Haskell XML Toolbox Version 7.1

2007-02-02 Thread Uwe Schmidt
Haskell XML Toolbox 7.1 I would like to announce a new version of the Haskell XML Toolbox. To be honest, there is not very much new. The main change is the step from cvs to darcs. The documentation has source links into the darcs repository. the darcs repo is at http://darcs.fh-wedel.de/hxt HX

[Haskell] Re: ANNOUNCE: Haskell XML Toolbox Version 6.0

2006-10-05 Thread Uwe Schmidt
John Goerzen wrote: > Hi Uwe, > > I'm wondering if there are any tutorials or (simple) example code > anywhere? I don't want to read somebody's thesis or dissertation -- > just learn how to use HXT in my own programs. I haven't been able to > find something like that yet, which is why I'm still

[Haskell] ANNOUNCE: Haskell XML Toolbox Version 6.1

2006-07-07 Thread Uwe Schmidt
Haskell XML Toolbox 6.1 I would like to announce a new version of the Haskell XML Toolbox for processing XML. Functionality has not changed since HXT 6.0. HXT 6.1 works with the latest HTTP module (2006-07-07). Thanks to Bjorn Bringert <[EMAIL PROTECTED]> this one does not depend any more on the

Re: [Haskell] Re: ANNOUNCE: Haskell XML Toolbox Version 6.0

2006-07-05 Thread Uwe Schmidt
John Goerzen wrote: > I'm wondering if there are any tutorials or (simple) example code > anywhere?  I don't want to read somebody's thesis or dissertation -- > just learn how to use HXT in my own programs.  I haven't been able to > find something like that yet, which is why I'm still using HaXml

[Haskell] ANNOUNCE: Haskell XML Toolbox Version 6.0

2006-07-04 Thread Uwe Schmidt
Haskell XML Toolbox 6.0 I would like to announce a new version of the Haskell XML Toolbox for processing XML. main new features: * works with ghc 6.4.2 * better XPath integration * separate documentation for filter API and arrow API * arrow API slightly simplified More information and downlo

[Haskell] ANNOUNCE: Haskell XML Toolbox Version 5.3

2005-10-12 Thread Uwe Schmidt
and download: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Please email comments, bugs, etc. to [EMAIL PROTECTED] Uwe Schmidt <[EMAIL PROTECTED]> -- University of Applied Sciences, Wedel, Germany http://www.fh-wedel.de/~si/inde

[Haskell] ANNOUNCE: Haskell XML Toolbox Version 5.01

2005-04-14 Thread Uwe Schmidt
information and download: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Please email comments, bugs, etc. to [EMAIL PROTECTED] Uwe Schmidt <[EMAIL PROTECTED]> -- University of Applied Sciences, Wedel, Germany http://www.fh-wedel.de/~si/inde

[Haskell] ANNOUNCE: Haskell XML Toolbox Version 4.02

2004-09-06 Thread Uwe Schmidt
for easy use with ghc and ghci * new configurable filters to ease parsing and writing More information and download: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Please email comments, bugs, etc. to [EMAIL PROTECTED] Uwe Schmidt <[EMAIL PROTECTED]> -- University of Applied

[Haskell] ANNOUNCE: Haskell XML Toolbox Version 4.00

2004-04-06 Thread Uwe Schmidt
* new example programs More information and download: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Please email comments, bugs, etc. to [EMAIL PROTECTED] Uwe Schmidt <[EMAIL PROTECTED]> -- University of Applied Sciences, Wedel, Germany http://www.fh-wedel.de/~si/inde

Re: Compiling HXML toolbox under Hugs/Windows

2004-01-21 Thread Uwe Schmidt
is is not a complete solution for your problem, you still need to introduce some kind of condtional compilation for inclusion or exclusion of the none portable stuff for http access. uwe schmidt p.s. why not ghci instead of hugs? -- University of Applied Sciences, Wedel, Germany

Re: Compiling HXML toolbox under Hugs/Windows

2004-01-16 Thread Uwe Schmidt
'm wondering if the HXML toolbox > library has been tested under MS Windows? we do not develop under MS, our internal coding rule for Haskell is: use ghc without any glasgow extensions and compile own modules with all warnings on and no warnings detected. this is a moving target, because ghc

ANNOUNCE: Haskell XML Toolbox Version 2.01

2003-04-03 Thread Uwe Schmidt
a document by a XPath expression More information and download: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Please email comments, bugs, etc. to [EMAIL PROTECTED] Uwe Schmidt <[EMAIL PROTECTED]> ___ Haskell mailing list [EMAIL PROTECTED

Re: Q. about XML support

2003-02-24 Thread Uwe Schmidt
amespace conformance with respect to the w3c recommendation. Additional filters are available for selection of tag names and attribute names via namespaces. for further info look at http://www.fh-wedel.de/~si/HXmlToolbox/index.html uwe schmidt ___

ANNOUNCE: A Haskell XML Toolbox (yet another one)

2002-10-01 Thread Uwe Schmidt
complete) XML1.0 More information and download: http://www.fh-wedel.de/~si/HXmlToolbox/index.html Please email comments, bugs, etc. to [EMAIL PROTECTED] -- Uwe Schmidt <[EMAIL PROTECTED]> ___ Haskell mailing list [EMAIL PROTECTED] http://www.haske