Hi All,
I'd really love to use htmlAgilityPack, but we're targeting mostly mono platforms and windows "garden" platforms like Windows Store and Win Phone 7.5 and 8. So...
I might a stab at making a Portable Class Library project version of HtmlAgilityPack and this post is my initial request for help. From my understanding we'll need to let go of the XPath dependendent parts of HAP and rely on Linq, which is fine by me.
Questions:
Is there already a project in the stack that is closest to this "most portable" agenda (HapPhone?) ?
Can anyone see problems, aside from effort required, of refactoring ArrayLists to Lists?
What other questions should I be asking? Is this a bad idea :P ?
Dave G