-
We made [html5ever](https://github.com/servo/html5ever) and Floki work together through [ex_html5ever](https://github.com/hansihe/ex_html5ever) thanks to @hansihe and the [Rustler team](https://github…
-
Is it possible to update the dom elements?
-
I've tried to parse a minimal soap response
```
iex(3)> a = """
...(3)>
...(3)>
...(3)>
...(3)> foo
...(3)>
...(3)>
...(3)> """
"\n\n \n foo\n \n\n"
iex(…
-
It's really nice to be able to queries like:
```
table.some-table > tbody > tr:nth-child(1) > td:nth-child(2)
```
Support for floki would be awesome :)
-
Floki is not finding elements in comments.
I have this `src` I fetched with `Hound` and I passed it to `Floki.find(src, "span")`. Floki only returns the `span` with the `class='visible'` like this…
-
Hi,
`Floki.find(html, "article")` returns nothing despite the fact the html does contain an `article` tag. No other selectors find that tag too.
Thanks;
-
Hi! Thanks so much for Floki!
I have a need to transform Floki nodes. For example, to turn all relative links into absolute links:
``` elixir
html = "click!"
Floki.transform(html, "a", fn({"a", [hre…
-
### Steps to reproduce
MIX_ENV=prod mix release --verbose --env=prod
### Verbose Logs
Generated paladin app
==> Loading configuration..
==> Assembling release..
==> Building release paladin:0.1.…
-
e.g. `` seems to mess up the rendering
-
Hi @philss - thanks so much for Floki it's awesome...
I'm in a bit of a pickle with mochiweb_html conflicting with deps that use the mochiweb package.
I understand your reasoning only including the …