Skip to content

Commit 372d4de

Browse files
committed
Cosmetics
1 parent eb8a850 commit 372d4de

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 0.11.0
22

3-
Planned for Friday, February 1 2019.
3+
Released on Tuesday, February 12 2019.
44

55
- Initial release

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ This will register a parser for XML related content.
2424

2525
## Advantages of AngleSharp.Xml over System.Xml
2626

27-
(tbd)
27+
The main advantage is that AngleSharp.Xml is part of the AngleSharp ecosystem and integrates well, e.g., by allowing remove XML files to be loaded, interpreting SVG documents or XHTML. A major point is AngleSharp.Xml also contains parts of a DTD parser, which could be used to validate XML documents.
28+
29+
Finally, the integration of AngleSharp.Xml in AngleSharp means that not only HTML documents may refer or use XML freely, but also the other way round. This is therefore as close to XML in a browser as you may get in .NET.
2830

2931
## Features
3032

src/AngleSharp.Xml.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<metadata>
4-
<id>AngleSharp.Io</id>
4+
<id>AngleSharp.Xml</id>
55
<version>$version$</version>
66
<authors>AngleSharp</authors>
77
<owners>Florian Rappl</owners>

0 commit comments

Comments
 (0)