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
While this functions properly, I would like this to either be more well-documented or have behaviours of .parse_string and .encode! be compatible by default:
When loading in a document using
Saxy.SimpleForm.parse_string
such asThe result is correctly parsed as:
But when encoding back using
Saxy.encode!(simple)
, result is encoded as:So the
>
character was not properly encoded to>
.Reproduce:
Output:
The text was updated successfully, but these errors were encountered: