[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] attribute and value element
- From: "David" <lordkain tlen pl>
- To: xml @ gnome. org <xml gnome org>
- Subject: [xml] attribute and value element
- Date: Fri, 17 Nov 2006 08:49:59 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]