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
Parse XMLLiteral object value is XML source, not DOM
When parsing an XMLLiteral object, the value of the object should be
normalized XML source, not the parsed XML DOM. This solution serializes
the dom childNodes back into source, but doesn’t yet do the
normalization. Normalization is required to allow equality to work on
XMLLiteral objects.
0 commit comments