Results 1 to 3 of 3

Thread: XML via Access

  1. #1
    Join Date
    Aug 2006
    Location
    Temple, tx
    Posts
    9

    XML via Access

    Does anyone have an example like this?
    A genric code to read XML with VB and/or ADO using MSXML in Access?
    It should be easy to write a short and sweet code to read each and every node, element.

    I thought it would be easy.... psudeo code
    1. Set DOM
    2. find number of nodes... msgbox each one
    3. find the number of elements.. msgbox each one
    4. find the number of attributes ... msgbox each one
    5. next attribute
    6. next element
    7. next node


    It should be easy, but I can't get passed the errors in my MSXML code.

  2. #2
    Join Date
    Oct 2002
    Posts
    933
    Looks like you are in the wrong forum.

    fk

  3. #3
    Join Date
    Aug 2006
    Location
    Temple, tx
    Posts
    9
    thanks for telling me - I am trying to figure out how to navigate to the right forum.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •