playMaker

Author Topic: dataMaker xml, overwriting values.  (Read 2114 times)

SonOfZion

  • Playmaker Newbie
  • *
  • Posts: 2
dataMaker xml, overwriting values.
« on: November 12, 2013, 08:18:03 AM »
Hello Guys and gals

I have been using playmaker for a few months now and its the best thing that ever graced the asset market.

I have recently needed to start to write data into XML. I have hand write all the XML files that I need and I can call information from them on demand with no issue.

My problem is that I have no idea how to overwrite the data in the XML

For example I will call a persons <name>bob</name>, I would like to be able to change this ingame to somthing else for example <name>frank</name>.

Can anyone point me in the direction I need to find out how to overwrite the name. I checked saveinproxy but I really cant make head nor tales of it.

Thanks all

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: dataMaker xml, overwriting values.
« Reply #1 on: November 14, 2013, 01:10:35 AM »
Hi,

 It's unfortunatly not yet possible. I WANT to add this possibility as soon as possible.

 I have added this to the trello board.

https://trello.com/c/tTJMLplH/26-xmlmaker-update

 pm me with your email to vote and follow your favorite tasks to get them done.

 Bye,

 Jean

SonOfZion

  • Playmaker Newbie
  • *
  • Posts: 2
Re: dataMaker xml, overwriting values.
« Reply #2 on: November 14, 2013, 04:12:06 AM »
Thank you for the reply Jean.

I have pmed you the email, I will follow for sure   :D


markadet

  • Playmaker Newbie
  • *
  • Posts: 20
Re: dataMaker xml, overwriting values.
« Reply #3 on: January 02, 2017, 09:54:38 AM »
Hello!
Is overwriting values in XML possible now? On trello it seems to be done ("write xml" done since 2014), but I can't find the action to do this.

Edit: To be more precise, I'd like to overwrite the innertext of a xml node at runtime.
« Last Edit: January 02, 2017, 02:24:38 PM by markadet »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: dataMaker xml, overwriting values.
« Reply #4 on: January 09, 2017, 02:27:47 AM »
Hi,

 yes you can, it's to be done with XmlSetNodeProperties action.




 Bye,

 Jean