3
votes
1answer
104 views

Giving parameters to arrow function in Haskell

I have an XML file with some data. This file has a description of columns and the data itself. I can read column names, but I can't read data because I do not understand how to give this row names to ...
0
votes
1answer
73 views

HXT XML search not returning expected results

So i'm parsing this XML file . Once i reach a node inside it i have one child for a code , one for a descrition and one or more (grandchildren) nodes keeping outside node references. I first tried ...
5
votes
1answer
300 views

Getting Data from a Simple XML

I am trying to extract some data from an XML input with 6 lines, using HXT. I want to keep HXT, too, because of the Curl integration and because I have other XML files with thousands of lines, later. ...
3
votes
1answer
251 views

Collapse arrow to list

I'm having some problems with HXT, though I suspect it's just something I'm missing about arrows. I have an XML structure like <str name="field1">value</str> <lst ...