Code like this has the wrong tree structure after parsing:
<Parent.Element>
<Child.Element name="first"/>
<Child.Element name="second"/>
<Child.Element name="third"/>
</Parent.Element>
The resulting structure is:
<Parent.Element>
<Child.Element name="first">
<Child.Element name="second">
<Child.Element name="third">
</Parent.Element>
Owner Name | fb55 |
Repo Name | htmlparser2 |
Full Name | fb55/htmlparser2 |
Language | TypeScript |
Created Date | 2011-08-27 |
Updated Date | 2023-03-19 |
Star Count | 3793 |
Watcher Count | 50 |
Fork Count | 370 |
Issue Count | 4 |
Issue Title | Created Date | Updated Date |
---|