Modifying XML from the client side

M

milkyway

Hello everyone,

What I would like to do is the following: to have an XML document. Send
the document through XSLT to create a table like structure. Allow the
user to add rows to the table like structure (thus changing the XML
document) and then finally allowing the user to send the modified
document to the server (or SOAP service) for persistence.

I am using VS 2005 C# for the client programming.

I have figured out a way to read data (from a DB not an XML) and insert
it into a DOM. In this case, the DOM structure is modified by using
Javascript commands to Add and Remove. But - there is a lot of code
involved so I wondered if there was perhaps an easier way to accomplish
the same thing (with not so much code).

I was at first drawn to the idea of the "updategram" but it seems as
though this is used for database persistence only? Am I correct? If so,
then is there the possibility for the updategram to be used to change
the structure of the XML file *only*? If so, how?

Any pointers for a newbie in this area would be appreciated ;-)

TIA
 

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
474,000
Messages
2,570,252
Members
46,848
Latest member
CristineKo

Latest Threads

Top