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
In most cases the namespace only applies to the root element but outputting this sort of XML does not seem possible. For example, given this schema one must output the following:
In most cases the namespace only applies to the root element but outputting this sort of XML does not seem possible. For example, given this schema one must output the following:
NowHow to achieve this? Thenamespace
method is used "if a node and all its children are all namespaced elements".The
tag
method does not accept a namespace argument likeelement
method does. Specifying:or
:namespace => false
does not prevent the namespace provided tonamespace
from being output.Does not seem possible to output a namespace only on the root element.
The text was updated successfully, but these errors were encountered: