Dynamic XML Creation

K

Kevin

Hello,

I need to create an XML schema for a spreadsheet. It consists of 5
static column names, however the number of rows, i.e. entries, isn't
yet known.

Please tell me how to create an XML dynamically. I suppose that I
could put together an XML schema that has an excessive number of rows
so that I don't have to worry about having insufficient rows in my XML
schema. However, this solution appears bad because it's static.

Please advise me on how to produce an XML schema dynamically.

Thank you,
Kevin
 
E

Evertjan.

Kevin wrote on 07 jun 2010 in comp.lang.javascript:
I need to create an XML schema for a spreadsheet. It consists of 5
static column names, however the number of rows, i.e. entries, isn't
yet known.

Please tell me how to create an XML dynamically. I suppose that I
could put together an XML schema that has an excessive number of rows
so that I don't have to worry about having insufficient rows in my XML
schema. However, this solution appears bad because it's static.

Please advise me on how to produce an XML schema dynamically.

Do you want to do this with Javascript?

If so on what platform?
 
T

Thomas 'PointedEars' Lahn

Kevin said:
I need to create an XML schema for a spreadsheet. [...]
Please tell me how to create an XML dynamically. I suppose that I
could put together an XML schema that has an excessive number of rows
so that I don't have to worry about having insufficient rows in my XML
schema. However, this solution appears bad because it's static.

Please advise me on how to produce an XML schema dynamically.

You are not making sense. For one, XML and XML Schema are not the same. Be
sure about what it is that you need. As for the rest: RTFM, STFW. Ask here
only if that did not help, and please ask a *smart* question then.

<http://jibbering.com/faq/#posting>
<http://www.catb.org/~esr/faqs/smart-questions.html>


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top