--- In [email protected], Brother Gabriel-Marie <brgabr...@...> wrote: > > Hello y'all! Is there a powerpro plugin or script designed to write to > xml files? I am looking for something as easy as the ini plugin. > Really, I need to create a file where I save values arranged by month, > which is in turn arranged by year. I think an xml file would work out, no?
Use ini file, with sections [yyyy-mm]? XML: how would you specify schema? If you're gonna allow creation of XML filews from scratch, you'd have to do that, somehow.
