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
It appears the sequence ]]> can't appear in an xml document (except as the
ending of a CDATA block), hence we need to escape it.
(Tests show that for some reason, we don't need to take care of it during
deserialization. Seems like those characters are deserialized before).
Needed to fixgturri/dokuJClient#6
gturri
added a commit
to gturri/aXMLRPC
that referenced
this issue
Mar 7, 2017
It appears the sequence ]]> can't appear in an xml document (except as the
ending of a CDATA block), hence we need to escape it.
(Tests show that for some reason, we don't need to take care of it during
deserialization. Seems like those characters are deserialized before).
Needed to fixgturri/dokuJClient#6
Ex:
The text was updated successfully, but these errors were encountered: