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
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