Hello, thank you for reply. Here are the answers:

1) What are you using to the perform the parse?

  importFileinto member(2), "xml.xml"
  gParserObject = new(xtra "xmlparser")
  gParserObject.parseString(member(2).text)

This way, so I use XMLParser extra.

2) How are manipulating the data in the document?

I want to order directly what a object point value is to be.

Something like this:

  gParserObject.child[1].child[1].attributeValue[1] = "DESIRED TEXT"
  sprite(1).member.text = gParserObject.child[1].child[1].attributeValue[1]

But this doesn't work unfortunately - I cannot manipulate gParserObject
elements. 

After changing the Object, I need to transform it to XML file onto hard
disk. 

What is the way to perform these tasks?

Sergey. 


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to