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
Hello all, thank you for this wonderful library. I have been using it for the past 3 weeks now and it's a blessing.
When working with namespaces in creating an xml it inserts the namespaces to both the opening and closing of the namespaced xml tags (details provided below). Is there a way to remove the namespace from the closing of the namespaced xml tag?
Hello all, thank you for this wonderful library. I have been using it for the past 3 weeks now and it's a blessing.
When working with namespaces in creating an xml it inserts the namespaces to both the opening and closing of the namespaced xml tags (details provided below). Is there a way to remove the namespace from the closing of the namespaced xml tag?
which comes out to:
when it should have been as so:
how do I remove the namespaces from the closing tags?
with the utmost gratitude.
The text was updated successfully, but these errors were encountered: