About Store Forum Documentation Contact



Post Reply 
Saving XML files
Author Message
Dynad Offline
Member

Post: #1
Saving XML files
Hey,

Like the topic says.. is it possible to save XML files in EE. Cause i can only find the read function. I dont want to use chunk files for a local database.


Thnx,
~Dynad

There is always evil somewhere, you just have to look for it properly.
10-28-2010 09:31 AM
Visit this user's website Find all posts by this user Quote this message in a reply
McTomas Offline
Member

Post: #2
RE: Saving XML files
I've search it and can't find it either :S....would be a terrific addition
10-28-2010 02:44 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: Saving XML files
you'll need to do it using
FileText
and puttext/putline/.. methods
manually write tags like put line "<tag>" ..
10-28-2010 02:45 PM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #4
RE: Saving XML files
Yes i was afraid that was the only solution...

There is always evil somewhere, you just have to look for it properly.
10-28-2010 03:33 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: Saving XML files
Next release will have new XmlData, XmlNode, XmlParams classess which will allow automatically load AND save data in xml format.
12-13-2010 12:37 AM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #6
RE: Saving XML files
Hey, very nice update grin

There is always evil somewhere, you just have to look for it properly.
12-13-2010 12:44 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Chris Offline
Member

Post: #7
RE: Saving XML files
Yeah, this is great. Means I can remove TinyXML (final dependency) from my projects. Good news to wake up to, thanks smile
12-13-2010 09:21 AM
Find all posts by this user Quote this message in a reply
Post Reply