issues
search
zzzprojects
/
html-agility-pack
Html Agility Pack (HAP) is a free and open-source HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT. It is a .NET code library that allows you to parse "out of the web" HTML files.
https://html-agility-pack.net
MIT License
2.65k
stars
375
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix AOT warning with HtmlNode.GetAttributeValue
#573
euju-ms
closed
6 days ago
2
NAOT compatibility
#572
euju-ms
opened
2 weeks ago
5
Closing tag is missing within <![CDATA
#571
bytecode77
closed
3 weeks ago
17
">" inside "a" element "href" attribute causes value truncation
#570
mikehenry1979-bah
closed
1 month ago
7
OptionOutputAsXml = true since version 1.11.65 crossorigin issue
#569
EynsherKiel
closed
1 month ago
2
Attributes with spaces are not quoted if the attribute was loaded without quotes
#568
dylanstreb
closed
2 months ago
3
Parent OuterLength wrong when using <br/>
#567
meum
closed
2 months ago
2
Convert HTML to Text
#566
TonyValenti
opened
3 months ago
1
An attribute read without quotes is written without quotes even after the value has been set
#565
POFerro
closed
2 months ago
2
Global quote type = Initial should not override attribute quote type on value set
#564
POFerro
closed
3 months ago
0
Add tfoot to appropriate fields in IsParentExplicitEnd
#563
dylanstreb
closed
3 months ago
1
Incorrect output parsing minified table with a footer
#562
dylanstreb
closed
3 months ago
3
htmlDoc.DocumentNode.InnerText depends on new lines in HTML
#561
d668
closed
3 months ago
5
`attribute.QuoteType` does not output the correct quote type
#560
rvishruth
closed
3 months ago
4
Reduce need to call string.ToLower with proper comparisons
#559
lahma
opened
4 months ago
0
Don't allocate AttributesCollection in HtmlNode unless needed
#558
lahma
opened
4 months ago
0
Add NUKE build support
#557
lahma
closed
3 months ago
3
Optimize HtmlNode.WriteAttribute
#556
lahma
opened
4 months ago
0
Add non-boxing enumerator for HtmlNodeCollection
#555
lahma
opened
4 months ago
0
Review Attribute QuoteType Behavior vs InternalQuoteType fixes #552, #516
#554
POFerro
closed
3 months ago
2
Inconsistency between `node.OuterHtml`, `node.EndNode.OuterHtml`, and `node.Closed`
#553
rvishruth
opened
5 months ago
6
Creating empty value for attributte
#552
joffremota
opened
5 months ago
8
Is is possible to update just the attribute value but leave the rest html unchanged?
#551
pakhmedzianov
closed
5 months ago
2
System.Net.Http 4.3.3 vulnerability
#550
ThordaineRWS
closed
5 months ago
5
Memory leak? Or is it just my code?
#549
ethanwa
closed
6 months ago
1
Modify a `#text` node name causes a `StackOverflowException`
#548
BrianPainter88
closed
6 months ago
2
bug: SelectSingleNode not returning anything
#547
ghost
closed
6 months ago
7
[HtmlAgilityPack version 1.11.60] request: add HtmlWeb Load() exception
#546
ghost
closed
6 months ago
5
page source code
#545
ghost
closed
6 months ago
19
Set PackageLicenseExpression on nuget
#544
thompson-tomo
closed
6 months ago
5
The formatting is a bit interesting
#543
eviathan
opened
8 months ago
1
When we have a closing tag before the current open tag is closed we have different results between HAP and Chrome rendering
#542
pauloortins
opened
8 months ago
0
Avoid creating new strings when parsing PcData
#541
3bdNKocY
closed
7 months ago
2
The html rendering result is different from the html output result when we have two unclosed tbody tags
#540
pauloortins
closed
7 months ago
2
Save
#539
Lempireqc
closed
9 months ago
0
Double <p> <p> open tags leave one <p> open even with option setted
#538
Glorfindel88
closed
9 months ago
6
???
#537
jogibear9988
closed
9 months ago
2
How to make the DocumentNode.SelectNodes(XPath) for both text and img content together in the correct sequence?
#536
Qsama95
closed
9 months ago
3
Can't find a node used HtmlAgilityPack 1.11.57
#535
ovolkov
closed
9 months ago
2
it happened again after a Rolled back to version HtmlAgilityPack 1.11.50, then again to HtmlAgilityPack 1.11.57 and it worked.
#534
ovolkov
closed
9 months ago
2
Can't find a node with a long id
#533
ovolkov
closed
9 months ago
1
(2) The html rendering result is different from the html output result
#532
colindcli
closed
9 months ago
4
After applying HAP1.11.57, InnerText cannot be obtained correctly.
#531
104kazu
closed
9 months ago
11
The html rendering result is different from the html output result when tbody is added inside unclosed th
#530
pauloortins
closed
9 months ago
3
The html rendering result is different from the html output result
#529
colindcli
closed
9 months ago
5
HtmlDocument.CreateComment without spaces
#528
elgonzo
closed
11 months ago
1
update System.Net.Http to 4.3.4
#527
drma-tech
closed
11 months ago
2
Fix copyright symbol encoding; force UTF-8-BOM encoding for C# files
#526
n-ski
closed
11 months ago
2
Inconsistent comment rendering
#525
mems
closed
11 months ago
6
HtmlDocument shows `<link>foo</link>` tag as just `<link>foo`
#524
Davidsv
closed
11 months ago
4
Next