Hello, I want to use the xmlwriter module from libxml2 and want to code that resuls in the following xml.
<elementname attr1="hello">also a value here</elementname> I can produce the following xml, but i want to use value and attribute with one xml-tag. <elementname attr1="hello"> <value>also a value here</value> </elementname> I hope someone can help me. Cheerz, David _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
