Results 1 to 2 of 2

Thread: xml

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    xml

    Hi,
    Currently I have a procedure which loads an xml file and takes the data from this file.
    If I have a string instead of this xml file then how can I get the data from this string.
    I mean, is it the same method as when opening an xml file and reading the data one at a time using the xmlreader and while in the loop get the value of the elements or attributes...
    Thanks

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682
    Convert it to a stream object.
    I don't live here any more.

Posting Permissions

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



Click Here to Expand Forum to Full Width