I'm using python to create xml files, and I need to create an attribute like this
<element xml:id="something"/> some text
I specifically used lcml because I need some text after the unique tag, I couldn't do it using DOM. If this is possible using DOM it would be great. how can I do this?