From 97aba8ec4e8898d9b9f2e792fe469051064a5500 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Nov 2005 09:05:43 +0100 Subject: xml import/export tools, UPGRADING, update README --- xml-export.php | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 xml-export.php (limited to 'xml-export.php') diff --git a/xml-export.php b/xml-export.php new file mode 100644 index 000000000..13ab65b9d --- /dev/null +++ b/xml-export.php @@ -0,0 +1,82 @@ + + + + +$schema_version"; + +?> + + + +"; + + foreach (array_keys($line) as $key) { + print "<$key>"; + + } + + print ""; + } + +?> + + + -- cgit v1.2.3