Hello All,

I need your help again.

I make a call and get in return a XML. With this XML, i feed my tree's
dataprovider. It is something like this:

<root sids="58">
  <module url="home" label="Home" sid="52"/>
  <module url="grantees" label="Grantees" sid="53"/>
  <module url="multimedia" label="Multimedia" sid="54"/>
  <page label="Contact Us" id="2" redirect="contact" sid="55"/>
  <page label="Privacy Policy" id="7" redirect="privacy" sid="56"/>
  <page label="Apply for Grants" id="5" redirect="apply" sid="57"/>
</root>

The thing is, at some point i need to get the "sids" from the root
node (so far no problem, i'm using
XML(tree.dataProvider).attribute('sids').toXMLString() and it works) 
but the catch is that i need to change it to 59 and i can't manage to
change it no matter what.

Any one could throw some ideas so i can solve my problem ? please? :P

thanks
Raf


Reply via email to