Fix documentation of of chr's equivalent directive ZEB-672
[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   <orgname>Index Data</orgname>
16  </refentryinfo>
17
18  <refmeta>
19   <refentrytitle>idzebra-abs2dom</refentrytitle>
20   <manvolnum>1</manvolnum>
21   <refmiscinfo class="manual">Commands</refmiscinfo>
22  </refmeta>
23  
24  <refnamediv>
25   <refname>idzebra-abs2dom</refname>
26   <refpurpose>Converts .abs files to DOM XML configuration files</refpurpose>
27  </refnamediv>
28  
29  <refsynopsisdiv>
30   <cmdsynopsis>
31    <command>idzebra-abs2dom</command>
32    <arg choice="opt"><replaceable>file</replaceable></arg>
33   </cmdsynopsis>
34  </refsynopsisdiv>
35  
36  <refsect1><title>DESCRIPTION</title>
37   <para>
38    <command>idzebra-abs2dom</command> converts grs filter .abs files
39    to DOM XML filter index XSLT files.
40    The melm and xelm directives are converted to XSLT rules. Conversion
41    of elm directives are not supported.
42   </para>
43  </refsect1>
44  <refsect1><title>SEE ALSO</title>
45   <para>
46    <citerefentry>
47     <refentrytitle>zebraidx</refentrytitle>
48     <manvolnum>1</manvolnum>
49    </citerefentry>
50   </para>
51 </refsect1>
52 </refentry>
53
54 <!-- Keep this comment at the end of the file
55 Local variables:
56 mode: sgml
57 sgml-omittag:t
58 sgml-shorttag:t
59 sgml-minimize-attributes:nil
60 sgml-always-quote-attributes:t
61 sgml-indent-step:1
62 sgml-indent-data:t
63 sgml-parent-document:nil
64 sgml-local-catalogs: nil
65 sgml-namecase-general:t
66 End:
67 -->