FSharp.Data
FSharp.Data copied to clipboard
Any way to get siblings of HtmlNode?
I'm filtering out some dt nodes in html based on their text and then want to get the next sibling of the node that gets returned. I see that HtmlNode doesn't have a NextSibling attribute but maybe I'm missing something?
For example, given this html:
<dt>Address</dt>
<dd>A special place</dd>
I want to get the dd element with the text A special place and the node I have is the dt element one.
Any help is appreciated.
@hmgibson23 May be best to ask on stackoverflow, F# questions get answered pretty quickly there