hickory icon indicating copy to clipboard operation
hickory copied to clipboard

HTML as data

Results 35 hickory issues
Sort by recently updated
recently updated
newest added

Partially fixing #17 , I could only observe `parse-fragment` to not work as expected. Additionally replacing `wholeText` acessor for `nodeValue` as it's use didn't yield the correct text in both...

I have asked for this in #23 but I am afraid `has-child` doesn't cut it, so I am re-iterating it as a separate issue. I would like to be able...

type: feature request
category: ergonomics

Is there a way to do like a jquery .parent() ?

The ATTRIBUTE_NODE constant has been [deprecated](https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeType) in [DOM4](https://www.w3.org/TR/dom/). It should no longer be assumed that an attribute has a `nodeType`. The changes to the Attribute interface is initially particularly relevant...

type: bug
status: dubious
category: parsing

Both `hickory.core/as-hiccup` and `hickory.core/as-hickory` use DOM's [wholeText](https://www.w3.org/TR/dom/#dom-text-wholetext) property to extract the text value of a dom node. However, instead of just returning the text content of a node, this property...

Not sure if this is a good idea... I'm trying to get a nodejs test-runner working for a node-webkit project, however hickory relies on DOM APIs not present in node.js...

Hi! This seems like a fairly reasonable utility feature that I've needed in more than one place now. ``` clojure (def ^:private whitespace? "Is this a string, and does it...

type: feature request
good first issue
category: ergonomics

Right now, when you parse some XML (using e.g. the open PR, or just DOMParser), and then `as-hiccup` it, you turn something like this: ``` xml RAX ``` ... and...

David, Been a user for a while. Moving into something else that produces hiccup vector tree format (instaparse) and am reviewing your selector library thinking I could re-use most of...

type: feature request
status: dubious
category: governance

# Find in Text Selector Return Value This pull request aims to fix #83, caused due to the `find-in-text` selector returning a string rather than a `zip-loc` as expected. I...