XML-RPC For Haskell

2002-01-08 Thread Ronald Legere
Is anyone out there working on an XML-rpc binding for haskell? This probably is not so hard, using HaXml and Sockets (as soon as sockets is working again...) But if someone has/is already done/doing it/it then i would rather just use that :) Cheers!

(no subject)

2002-01-08 Thread D . Wakeling
Hello, Is there any reason why the gap in a string literal is defined as gap - \whitechar {whitechar}\ (in Section 2.6 of the report), rather than gap - \whitespace\ ? The second, more liberal, definition of gap seems more natural. Moreover, it would allow comments in the

Unicode again

2002-01-08 Thread Wolfgang Jeltsch
Hello, there was some discussion about Unicode and the Char type some time ago. At the moment I'm writing some Haskell code dealing with XML. The problem is that there seems to be no consensus concerning Char so that it is difficult for me to deal with the XML unicode issues appropriately. Is