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 actually only declare xmlns:sqf in <schema> this should be taken into account, if that behaves differently. I need to double check if my use or sch:ns is affected as well.
The problem is the underyling data model, because the order of elements is not maintained in the PSAssertReport class - the foreign elements are always at the end
Fixed in 5.0.10 - the order of foreign elements is now more flexible and not so strict. According to the RNG, foreign elements are usually only supported at the beginning of an element.
As outlined in #48;
Currently the following example:
is preprocessed to
so the
<sqf:fix id="a12"/>
was moved and the namespace prefix went away...The text was updated successfully, but these errors were encountered: