Dynad
Member
|
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 |
|
McTomas
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
Dynad
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|
Chris
Member
|
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
|
|
12-13-2010 09:21 AM |
|