Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Need help with HXT (Philippe Sismondi)
----------------------------------------------------------------------
Message: 1
Date: Fri, 21 Feb 2014 00:54:37 -0500
From: Philippe Sismondi <[email protected]>
To: [email protected], The Haskell-Beginners Mailing List -
Discussion of primarily beginner-level topics related to Haskell
<[email protected]>
Subject: Re: [Haskell-beginners] Need help with HXT
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii
Ah, beauty, thanks. I should have thought of that.
Muchas Gracias.
- P -
On 2014-02-21, at 12:43 AM, Vlatko Basic <[email protected]> wrote:
> Hi Philippe,
>
> Have you taken a look at [1]
>
> That's what actually gets called from [2]
>
>
> [1]: http://hackage.haskell.org/package/curl-1.3.8/docs/Network-Curl.html
> [2]:
> http://hackage.haskell.org/package/hxt-curl-9.1.1/docs/src/Text-XML-HXT-Arrow-LibCurlInput.html#withCurl
>
> Best regards,
>
> vlatko
>
>
>
> -------- Original Message --------
> Subject: Re: [Haskell-beginners] Need help with HXT
> From: Philippe Sismondi <[email protected]>
> To: The Haskell-Beginners Mailing List - Discussion of primarily
> beginner-level topics related to Haskell <[email protected]>
> Date: 20.02.2014 22:48
>
>>
>> On 2014-02-20, at 1:49 PM, Michael Orlitzky <[email protected]> wrote:
>>
>>> On 02/16/2014 09:34 AM, Philippe Sismondi wrote:
>>>
>>> I can't be sure, but the 'Attributes' type is a list of 2-tuples that
>>> contain... something. I would try the empty list and see what happens.
>>> For example,
>>>
>> Thanks, Michael. I can get withCurl to work when I supple an empty list, but
>> I am guessing that the curl options allow more control. There is a link that
>> purports to document curl and http options, but the links are broken. I
>> contacted Uwe Schmidt (a prof who spearheaded development of HXT, I think).
>> He replied to say that he would check into it when he has time.
>>
>> I may have to plunge into the source code to see how curl and/or http
>> actually get called if nobody restores the broken links.
>>
>> Meanwhile thanks for the reply.
>>
>> - P -
>>
>>> readDocument [ withCurl [] ] "http://example.com/some.xml"
>>>
>>> _______________________________________________
>>> Beginners mailing list
>>> [email protected]
>>> http://www.haskell.org/mailman/listinfo/beginners
>>
>> _______________________________________________
>> Beginners mailing list
>> [email protected]
>> http://www.haskell.org/mailman/listinfo/beginners
>>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 68, Issue 19
*****************************************