idzebra-abs2dom part of dist and packages
[idzebra-moved-to-github.git] / doc / idzebra-abs2dom.xml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN" 
2  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
3 [
4      <!ENTITY % local SYSTEM "local.ent">
5      %local;
6      <!ENTITY % entities SYSTEM "entities.ent">
7      %entities;
8      <!ENTITY % idcommon SYSTEM "common/common.ent">
9      %idcommon;
10 ]>
11 <refentry id="idzebra-abs2dom">
12  <refentryinfo>
13   <productname>zebra</productname>
14   <productnumber>&version;</productnumber>
15  </refentryinfo>
16
17  <refmeta>
18   <refentrytitle>idzebra-abs2dom</refentrytitle>
19   <manvolnum>1</manvolnum>
20  </refmeta>
21  
22  <refnamediv>
23   <refname>idzebra-abs2dom</refname>
24   <refpurpose>Converts .abs files to DOM XML configuration files</refpurpose>
25  </refnamediv>
26  
27  <refsynopsisdiv>
28   <cmdsynopsis>
29    <command>idzebra-abs2dom</command>
30    <arg choice="opt"><replaceable>file</replaceable></arg>
31   </cmdsynopsis>
32  </refsynopsisdiv>
33  
34  <refsect1><title>DESCRIPTION</title>
35   <para>
36    <command>idzebra-abs2dom</command> converts grs filter .abs files
37    to DOM XML filter index XSLT files.
38    The melm and xelm directives are converted to XSLT rules. Conversion
39    of elm directives are not supported.
40   </para>
41  </refsect1>
42  <refsect1><title>SEE ALSO</title>
43   <para>
44    <citerefentry>
45     <refentrytitle>zebraidx</refentrytitle>
46     <manvolnum>1</manvolnum>
47    </citerefentry>
48   </para>
49 </refsect1>
50 </refentry>
51
52 <!-- Keep this comment at the end of the file
53 Local variables:
54 mode: sgml
55 sgml-omittag:t
56 sgml-shorttag:t
57 sgml-minimize-attributes:nil
58 sgml-always-quote-attributes:t
59 sgml-indent-step:1
60 sgml-indent-data:t
61 sgml-parent-document:nil
62 sgml-local-catalogs: nil
63 sgml-namecase-general:t
64 End:
65 -->