You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get six children. And have the child <node>should ignore</node> and <-->.
According to xml format, comment is starting by <!-- and ending with -->
If save this as xml file and open with browser, the comment is recognized by the browser correctly.
I think <!--> should just be recognized as start, not as end at the same time.
I try to use version 5.0.1 which is used by astexplorer and use function parseDOM. Result is correct.
The text was updated successfully, but these errors were encountered:
yuagonc
changed the title
latest version comment is not ending as expecting
latest version xml comment is not ending as expecting
May 11, 2024
for example
I get six children. And have the child
<node>should ignore</node>
and<-->
.According to xml format, comment is starting by
<!--
and ending with-->
If save this as xml file and open with browser, the comment is recognized by the browser correctly.
I think
<!-->
should just be recognized as start, not as end at the same time.I try to use version 5.0.1 which is used by astexplorer and use function parseDOM. Result is correct.
The text was updated successfully, but these errors were encountered: