c# - XHTML file reading using HTMLAgilityPack.dll -
i working on c# (windows form based) project. requires read contents xhtml files.the xhtml files stored on local drive , not on web. possible read contents of xhtml pages (without tags) using 'htmlagilitypack.dll'? if not there other solution it?
thanks; mayuresh.
yes can. i'm using library , works fine. exposes api similar .net's system.xml.xmldocument class, except prefixed html, obviously. html document tree can queried using xpath, xml document.
Comments
Post a Comment