The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
79 views

I need a function that operates on child nodes

I'm working on the project I was working on here: How do I make a do block return early? I went with the monad transformer method at my function looks something like this: scrapePost :: String ...
1
vote
0answers
85 views

Parsing XML data which makes heavy use of identifiers

I am using HXT library with Haskell and I have an XML file which I want to parse, but it has a lot of cross-references. For example, there is a portion: <object id=".."> <net id="123"> ...
3
votes
1answer
64 views

Don't substitute HTML entities with HXT

How do you preserve HTML entities using HXT ? The withSubstHTMLEntities SystemConfig doesn't seem to change anything : runX $ xshow $ readString [] "<doc><p> &gt; ...
0
votes
1answer
67 views

Processing one XML document several times

The usage of the Haskell package hxt is still a little wonder for me. Especially the Arrow notation and the resulting types are a magic. I could not manage the following till now: I want to process ...
0
votes
2answers
138 views

Group html table rows with HXT in Haskell

I want to process a (very poorly defined) html, which has the information grouped in pairs of rows, like this: <html> <body> <table> <tr> <td> <font ...
2
votes
0answers
77 views

How to validate an XML (via an XSD file) in Haskell?

I am already using HXT for transforming XML. Now I want to validate the input and output against a XSD-file. HXT only seem to include RELAXNG and DTD validators. I don't really care to use something ...
0
votes
1answer
72 views

How to merge sibling elements with same attributes?

Consider XML input like this: <root> <sub> <p att1=0 att2=1><i>foo</i></p> <p att1=1 att2=1><i>bar</i></p> <p att1=0 ...
1
vote
1answer
57 views

Get nth element from the page with XmlArrow?

Following this page scraping tutorial the author gets a collection of all images on the page as follows: css :: ArrowXml a => String -> a XmlTree XmlTree css tag = multi (hasName tag) images ...
2
votes
1answer
66 views

Simultaneously process two XML files with Haskell and HXT

I have two XML files that I need to parse into one record. The first document contains data for most of the record, but there is a field holds an identifier for fetching data from the second XML ...
1
vote
1answer
82 views

Parsing multiple child nodes in Haskell with HXT

I needed to parse an XML file in Haskell, so I chose HXT. I like it so far, but I'm having trouble figuring out how to do one thing. The file I'm parsing contains information as a config file. It ...
2
votes
2answers
150 views

Haskell HXT to parse rows and columns and getting [[String]] and not [String]

I'm trying to use HXT to parse a ods (libreoffice spreadsheet) file and having trouble. In a spreadsheet, a row has many cells (all with name "cell") and the spreadsheet has many rows (all with name ...
7
votes
1answer
163 views

What's Haskell's attitude towards Unicode in XML?

I want to know what is the official solution to processing Unicode XML in Haskell is. I notice that HXT uses a simple String representation (a list of Unicode characters!!!) for text. ...
3
votes
1answer
111 views

Is it possible to parse by hxt <textarea> with <a> in it?

I use hxt to parse some html. It hase unescaped html inside <textarea>. hxt gives invalid results (it stumbles upon a tag with content in this case it's <a>). Minimal testcase (for GHCi) ...
1
vote
1answer
103 views

Ignoring XML attributes with HXT unpickler

I'm writing a small application that aims to scrape XML from multiple sites and then process the data in a way I want it to. I made such an application before but in different languages and I am ...
2
votes
1answer
136 views

Haskell HXT parse condition

i'm trying to parse this xml: ... <member> <name>id</name> <value> <string>1</string> </value> </member> <member> ...
6
votes
1answer
259 views

Is it possible to use Text or ByteString on HXT in Haskell?

I think HXT, a XML/HTML processing library in Haskell, has really flexible and powerful methods for traversing and manipulating DOM trees by Arrows. ...
1
vote
1answer
132 views

extract multiples html tables with hxt

my problem is i have to extracts all of tables from an html document and put them in a list of tables. Hence i understand that the ending function type should be getTable :: a [XmlTree] [[String]] ...
1
vote
1answer
75 views

If tag misses when parsing an RSS file in Haskell with HXT

I have to parse an RSS file in Haskell and I do something like: atTag tag = deep (isElem >>> hasName tag) getRSSDetails = atTag "channel" >>> proc p -> do fTitle ...
2
votes
1answer
154 views

HXT: How to stop processing after the first successful transformation?

I'm trying to use Control.Arrow.ArrowTree to build a HTML processing arrow that stops after the first successful transformation (depth-first) in the given tree. I.e. a function with the type ...
3
votes
1answer
159 views

Working With Lists in HXT

I'm going crazy trying to use the simple >>. and >. functions defined here. I want to get the length of all the text for a node in HXT. I'm using this: runX (doc //> hasName "div" //> ...
3
votes
1answer
102 views

How to correctly collect command line options on Hxt program?

I've reach to the section 3 of the thesis.A Cookbook for the Haskell XML Toolbox with Examples for Processing RDF Documents of M. Ohlendorf. Here is the program I've write, import Text.XML.HXT.Core ...
0
votes
1answer
70 views

How to fix this issue in a simple HXT function?

I've started the friendly tutorial tutorial on HXT to parse XML file with haskell. In the first page of the tutorial we try to retrieve guest from a xml file. And there is the following function for ...
7
votes
1answer
163 views

How do i replace Nodes in HXT?

Given a sample xml file: <root> <tag attr="value">Content</tag> <tag attr="value2">Content</tag> </root> how do i replace every tag with a different tag so i ...
2
votes
1answer
187 views

How do i output XMLTrees in HXT?

I am trying to extract tags from a xml file and write each one to a seperate file based on an attribute. The extraction part isn't that hard: *Main> ifs <- runX ( readDocument [withCurl ...
3
votes
1answer
207 views

better use of HXT and arrows

I ve been using hxt with no problem, but there was a problem since the beginning. See, imagine the following piece of code liftKeys = atTag "myKeys" >>> proc e -> do key1 <- ...
5
votes
1answer
177 views

Arrows/HXT and Type Signatures

I am trying to learn Arrows in Haskell, so I am writing a simple application with the arrow based HXT library for XML. The examples in the HXT wikis and tutorials forgo function type signatures. ...
3
votes
1answer
352 views

how to mix applicative functors and arrows

i read on Andrew Birkett’s blog Applicative arrows for XML &&& return to pure that we could mix arrows and applicative functors. I tried it by my own but i don't have what i expect. i ...
1
vote
1answer
219 views

How to pass parameters to HXT arrows and how to use -<<

my question is the following. I have this xml file to parse : <DATAS LANG="en"> <SCENARIO ID="19864"> <ORIGIN ID="329"> <SCENARIO_S ERR="0"></SCENARIO_S> ...
5
votes
1answer
239 views

Calling an IO Monad inside an Arrow

Perhaps I'm going about this the wrong way, but I'm using HXT to read in some vertex data that I'd like to use in an array in HOpenGL. Vertex arrays need to be a Ptr which is created by calling ...
4
votes
1answer
197 views

HXT: Surprising behavior when reading and writing HTML to String in pure code

I want to read HTML from a String, process it and return the changed document as a String using HXT. As this operation does not require IO, I would rather execute the Arrow with runLA than with runX. ...
5
votes
1answer
304 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. ...
2
votes
2answers
328 views

xml-tree parser (Haskell) for graph-library

I'm writing a library for working with graphs. The primary task - parsing xml-tree. The tree looks like <graph nodes=4 arcs=5> <node id=1 /> <node id=2 /> <node ...
0
votes
1answer
102 views

Read status from failed Relax NG validation in HXT

Validating an XML file in Haskell works fine with HXT and Relax NG, apart from one thing: how can I get the result? With the following code, the XML file xmlFilename gets validated against the Relax ...
3
votes
1answer
168 views

Dubgging HXT performance problems

I'm trying to use HXT to read in some big XML data files (hundreds of MB.) My code has a space-leak somewhere, but I can't seem to find it. I do have a little bit of a clue as to what is happening ...
6
votes
1answer
311 views

Counting and filtering Arrow for HXT

I'm trying to parse an XML, but I want to filter and extract only a determinate number of children from a given node. For example: <root> <node id="a" /> <node id="b" /> ...
1
vote
1answer
219 views

Adding state to HXT parsing

I'm trying to write an arrow that will generate numbered elements from an XML parse with HXT. It seems like it should be done with a state arrow, like the State monad, but all the examples I can find ...
7
votes
1answer
334 views

HXT: Left-Factoring Nondeterministic Arrows?

I'm trying to come to terms with Haskell's XML Toolbox (HXT) and I'm hitting a wall somewhere, because I don't seem to fully grasp arrows as a computational tool. Here's my problem, which I hoped to ...
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 ...
11
votes
1answer
835 views

Running Haskell HXT outside of IO?

All the examples I've seen so far using the Haskell XML toolkit, HXT, uses runX to execute the parser. runX runs inside the IO monad. Is there a way of using this XML parser outside of IO? Seems to be ...
2
votes
1answer
411 views

HXT — what is “deep”?

I'm putting in a lot of time trying to figure out how to use HXT. I keep coming against examples using deep. What does deep do? For example, this code has the following: atTag tag = deep (isElem ...
3
votes
2answers
631 views

Haskell HXT for extracting a list of values

I'm trying to figure my way through HXT with XPath and arrows at the same time and I'm completely stuck on how to think through this problem. I've got the following HTML: <div> <div ...