You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had the idea of parsing a page and pulling out only a specific comment and how would that work (assuming it isn't posted from somewhere else). The idea would be to give a URL that has a fragment and the result items would contain anything from that id and below.
Would have to look at how this would work exactly, would likely need the whole page for rels and base and such.
The text was updated successfully, but these errors were encountered:
I chose to do this as part of my Microformats consuming code, XRay, rather than at the parser level. XRay first parses the HTML document to extract the node at the matching fragment, then it passes that HTML to the parser.
Basically if a fragment is included, it runs $doc->saveHTML on that element and replaces the HTML that it fetched with the HTML from inside the HTML tag with that ID.
Had the idea of parsing a page and pulling out only a specific comment and how would that work (assuming it isn't posted from somewhere else). The idea would be to give a URL that has a fragment and the result items would contain anything from that id and below.
Would have to look at how this would work exactly, would likely need the whole page for rels and base and such.
The text was updated successfully, but these errors were encountered: