Commit 41138b9
committed
Auto-identify the XML namespace Issue 22
While the XML namespace may be declared it does not have to be in order
to use xml namespaced attributes. This code will automatically recognize
xml namespaced attributes, even if the namespace is not explicitly
declared.1 parent 65fc194 commit 41138b9
File tree
2 files changed
+13
-1
lines changed- src
- AngleSharp.Xml.Tests/Parser
- AngleSharp.Xml/Parser
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
149 | 157 | | |
150 | 158 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
435 | 439 | | |
436 | 440 | | |
437 | 441 | | |
| |||
0 commit comments