Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.

How to create an XML using your own root element.

+4 votes
Create an XML using your own root element and name one of the child-elements <question></question> and name its attribute to 'id' with a value assign to it.

<list>
<element1 options="10">
<questions>Who are you</questions>
<name>Joe Yende</name>
</element>
</list>
posted 11 years ago in XML by yende (9,130 points)

1 Answer

+1 vote
Create an XML using your own root element and name one of the child-elements <question></question> and name its attribute to 'id' with a value assign to it.

<list>
<element1 options="10">
<questions>Who are you</questions>
<name>Joe Yende</name>
</element>
</list>
answered 10 years ago by hoanglong80 (450 points)

Related questions

+11 votes
0 answers
posted 12 years ago in XML by Sreemonta (700 points)
+18 votes
1 answer
posted 12 years ago in PHP by Matthew Tembo (6,610 points)
+10 votes
1 answer
posted 12 years ago in Other by Danny William (520 points)