Closed benrei closed 4 years ago
Sorry I was late adressing this.
@oozcitak I think this introduced a bug which discards the namespace reference of top element of the fragment, and force it to use parent's namespace, I hope that wasnt the intention.
In version <=1.8.1 I was able to dynamically build a xml by creating
fragment()
and using.import()
. Examplev 1.8.1 output: (As I want)
In versions >1.8.1 I get the empty
xmlns=""
How can this be done in versions over 1.8.1?