Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

Is there an online XML generator to generate XML code from a list of values ?

i.e.
Value1
Value2
Value3
Value4
Value5
Value6

<item>Value1</item>
<item>Value2</item>
<item>Value3</item>
<item>Value4</item>
<item>Value5</item>
<item>Value6</item>
share|improve this question

closed as not constructive by phwd Feb 8 '12 at 21:05

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.