Hello.
I was wondering if it was possible to pick up a HTML DOM array builted by me, that has as example:
I want to export this data to the XML format, but just this data. Basically, HTML Dom ยป XML and then send it to the server. Could it be possible provide any website to explain how to work this out ? I have been searching but most provide applications to do it, ie, to automate the process, but i want to do it by myself.
Fortunately, changing the keywords to search, helped me ou, curiously with something much simpler (Javascript XML).
The few helpfull websites i found i will post them here, but if there is one you it can help (specially explain) please post it too so it can help me.
1
2
3
4
5
6
7
Hope it helps someone who ends up having this same question.
I was wondering if it was possible to pick up a HTML DOM array builted by me, that has as example:
Code:
[Main Array] [Array 1] - ID, valueX, valueY, ID2, valueX2, valueY2, etc - text, text, ... [Array 2] - ID, valueX, valueY, ID2, valueX2, valueY2, etc - text, text, ... [Main Array End]
Fortunately, changing the keywords to search, helped me ou, curiously with something much simpler (Javascript XML).
The few helpfull websites i found i will post them here, but if there is one you it can help (specially explain) please post it too so it can help me.
1
2
3
4
5
6
7
Hope it helps someone who ends up having this same question.
Comment