CsQuery
CsQuery copied to clipboard
CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
I have the job of building html emails that need to look great across multiple email clients. Microsoft Outlook usually gives me a lot of trouble, but one way to...
Hello, i have the problem that on calling Cq() on an element, there seems to be a problem with the context. I'm loading a html file and filter the elements....
i downloaded and extracted the entire repo. After opening it and compiling via VS 2012, there is error reporting the file is missing. It is not included in the Zip...
Hey! First of all, GREAT library. From what I noticed so far, it's pretty fast. I discovered a problem while using CsQuery on multiple html files, from a WARC archive...
Hi, empty html attbutes are converting in to unsupported format Example: ``` ``` is parsed by csQuery as ``` ``` which is causing problem in generating page markup in asp-net...
Hi, I am having headache after investigating some hours for this issue. I'm trying to render this URL: http://airolo.ch/impianti/details.php?lang=ita&season=winter Like this: ``` var initialHtml = CQ.CreateFromUrl("http://airolo.ch/impianti/details.php?lang=ita&season=winter"); var cssTarget = initialHtml[".container"];...
For example,a document as follows:  Now I want to get all content within the 'article' div,include the innerhtml(such as p and b),but except the last "b".The result would...
Hi, I noticed some weird characters popping up in the HTML when using `CQ.CreateFromUrl`. Here is an example: ``` c# var c = CQ.CreateFromUrl("http://www.cswonen.nl/sint-willebrord-monseigneur-van-hooydonkstraat-NLH00452695006"); c.Document.Body.OuterHTML.Dump(); ``` When you execute above...
Is there an estimate when a new stable version is released? The latest stable version is +19 months old, the lastest beta 16 months.
Is it possible to compile the Core features in a PCL compliant assembly ? Would be great to use this in W8/Wp8 development.