Interactive Programming Forums
Login
Register
Home
Questions/Snippets/Exercises
Unanswered
Tags
Ask a Question
Post a Code Snippet
Post an Exercise
Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.
All categories
Ruby
(3)
Python
(10)
PHP
(7)
Perl
(2)
SQL
(8)
Javascript
(6)
HTML
(20)
CSS
(4)
jQuery
(0)
XML
(3)
Code Snippets
(1)
Exercises
(4)
Other
(9)
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
12 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
How can I create a blog using XML in XHTML web site?
posted
13 years
ago
in
XML
by
Sreemonta
(
700
points)
+18
votes
1
answer
when your done with the course how do you create a website
posted
12 years
ago
in
PHP
by
Matthew Tembo
(
6,610
points)
+11
votes
1
answer
How to understand easily the terms of your exercises as a new student who had not such kind of knowledge before?
posted
12 years
ago
in
Exercises
by
chanmg84
(
1,860
points)
programming-code
programming
html
php
+10
votes
1
answer
i have designed database using ms access , how can i convert it to php?
posted
13 years
ago
in
Other
by
Danny William
(
520
points)
+3
votes
1
answer
How to create a 5x4 (5 rows, 4 columns) table with one of rows having a column span set to 4 (colspan="4")?
posted
12 years
ago
in
HTML
by
yende
(
9,130
points)