|
<?xml version="1.0" encoding="utf8" ?>
|
|
<!DOCTYPE GWEN_PluginDescr SYSTEM "gwen/plugindescr.xsd" >
|
|
|
|
<PluginDescr xmlns="http://www.aquamaniac.de/gwenhywfar/PluginDescr" >
|
|
<plugin name="xmldb" type="dbio" >
|
|
<version>@GWENHYWFAR_VERSION_STRING@</version>
|
|
<author>Martin Preuss(martin@libchipcard.de)</author>
|
|
<short>Importer for XML</short>
|
|
<descr>
|
|
This plugin imports data from an XML file.
|
|
</descr>
|
|
</plugin>
|
|
|
|
<plugin name="xmldb" type="dbio" lang="de" >
|
|
<version>@GWENHYWFAR_VERSION_STRING@</version>
|
|
<author>Martin Preuss(martin@libchipcard.de)</author>
|
|
<short>Importer fuer XML</short>
|
|
<descr>
|
|
Diese Erweiterung importiert und exportiert XML-Dateien.
|
|
</descr>
|
|
</plugin>
|
|
|
|
</PluginDescr>
|
|
|
|
|