Hi,
I am also working with Spry to have contents from xml on a webpage.
They have an option that looks like this:
var ds1 = new Spry.Data.XMLDataSet("/training.xml", "NewDataSet/Trainings", { sortOnLoad: "row", sortOrderOnLoad: "ascending", useCache: false}); var ds2 = new Spry.Data.NestedXMLDataSet(ds1, "sub", {useCache: false});
ds2 is getting a subset from ds1.
I was hoping this could be achieved with your extension...
Is it maybe possible with your import / export module to get xml into a mysql table?
Ron |
|
|