xboxscene.org forums

Author Topic: Xml Ops Help  (Read 297 times)

Kthulu

  • Archived User
  • Hero Member
  • *
  • Posts: 787
Xml Ops Help
« on: February 16, 2004, 07:15:00 PM »

i see this...
XMLSetElementAttr <HandleValue> <Attribute> <Value>

is there a corresponding XMLGetElementAttrValue???
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Xml Ops Help
« Reply #1 on: February 17, 2004, 01:55:00 AM »

QUOTE (Kthulu @ Feb 17 2004, 12:08 AM)
i see this...
XMLSetElementAttr <HandleValue> <Attribute> <Value>

is there a corresponding XMLGetElementAttrValue???

For that, use XMLGetValue. GetValue is more generic, and searches out across several possibilities (attributes, elements and nodes) for the correct location. SetElementAttr is intended to place a value in the XML tree in a specific manner.
Logged