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
Given the following XML example, running C14N() on tag "NODE" returns the whole document (BUG).
c14N() on tag "NODE" should only return the content of tag "NODE".
<?xml version="1.0"?>
<TEST>
<NODE>
here
</NODE>
</TEST>
The text was updated successfully, but these errors were encountered:
kripper
added a commit
to kripper/peachpie
that referenced
this issue
Sep 7, 2022
Test case:
https://onlinephp.io/c/f4d65
Given the following XML example, running C14N() on tag "NODE" returns the whole document (BUG).
c14N() on tag "NODE" should only return the content of tag "NODE".
The text was updated successfully, but these errors were encountered: