Is this possible? HTML rendered from XML DOM drag-n-drop changes?

K

Kathy Burke

Hi, just throwing this out there.

I create an HMTL page (transformed with xsl in asp.net) using an xml
source document. I end up with a series of tables (e.g., one for each
main element, with each row containing child elements, etc.).

<Station name="Station1">
<Doc order="1"/>
<Doc order="2"/>
</Station>
<Station name="Station2">
<Doc order="1"/>
<Doc order="2"/>
</Station>
<Station name="Station3">
<Doc order="1"/>
<Doc order="2"/>
</Station>

Any possible way to program a method to drag one table to a different
position, then recreate the XML source DOM to reflect the new positions
of the elements/children, etc., by their new physical positions?

Sorry if this is too vague. Of course, I am looking for pointers on HOW
do to this, if possible!

Thanks,

Kathy
 

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

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top