idzebra-abs2dom part of dist and packages
[idzebra-moved-to-github.git] / doc / idzebra-abs2dom.xml
diff --git a/doc/idzebra-abs2dom.xml b/doc/idzebra-abs2dom.xml
new file mode 100644 (file)
index 0000000..3a711ae
--- /dev/null
@@ -0,0 +1,65 @@
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN" 
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
+[
+     <!ENTITY % local SYSTEM "local.ent">
+     %local;
+     <!ENTITY % entities SYSTEM "entities.ent">
+     %entities;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
+]>
+<refentry id="idzebra-abs2dom">
+ <refentryinfo>
+  <productname>zebra</productname>
+  <productnumber>&version;</productnumber>
+ </refentryinfo>
+
+ <refmeta>
+  <refentrytitle>idzebra-abs2dom</refentrytitle>
+  <manvolnum>1</manvolnum>
+ </refmeta>
+ <refnamediv>
+  <refname>idzebra-abs2dom</refname>
+  <refpurpose>Converts .abs files to DOM XML configuration files</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+  <cmdsynopsis>
+   <command>idzebra-abs2dom</command>
+   <arg choice="opt"><replaceable>file</replaceable></arg>
+  </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1><title>DESCRIPTION</title>
+  <para>
+   <command>idzebra-abs2dom</command> converts grs filter .abs files
+   to DOM XML filter index XSLT files.
+   The melm and xelm directives are converted to XSLT rules. Conversion
+   of elm directives are not supported.
+  </para>
+ </refsect1>
+ <refsect1><title>SEE ALSO</title>
+  <para>
+   <citerefentry>
+    <refentrytitle>zebraidx</refentrytitle>
+    <manvolnum>1</manvolnum>
+   </citerefentry>
+  </para>
+</refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-local-catalogs: nil
+sgml-namecase-general:t
+End:
+-->