Alex H. wrote:

I am using XML editor as a means of accessing the data from a file from a GPS 
device, in order to establish speeds at given times.

I was wondering if there was any way of exporting the data from the XML editor, 
into a CSV file?


No. Out of the box, there is no such export facility. The reason is that there is no general way to ``translate'' XML to CSV. For example, there are many different ways to specify tabular data in XML.

Therefore, this kind of export must be specific to the kind of XML files you work with (in your case, a GPS data file).

However such export facility may be implemented by the means of a process command leveraging an XSLT stylesheet.

How to integrate a command in XMLmind XML Editor (e.g. as a menu item or a toolbar button) is explained in this tutorial:

Writing a configuration file for XXE
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/config_file.html

--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to