HTML DOM Array data to XML

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NKTA
    New Member
    • Jan 2010
    • 26

    HTML DOM Array data to XML

    Hello.

    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]
    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.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    just for clarification, what is a "HTML DOM Array"? (DOM doesn’t define an Array, only lists. serializing DOM Components is not recommended)
    Last edited by Dormilich; Jul 16 '10, 06:06 AM.

    Comment

    Working...