1XML2POT(1) [FIXME: manual] XML2POT(1)
2
3
4
6 xml2pot - Creates a PO template file from a DocBook XML file.
7
9 xml2pot [original-XML]
10
12 xml2pot is a command-line tool that produces a gettext message template
13 file from the DocBook XML file original-XML. The template file is sent
14 to standard output.
15
16 The resulting template file can be used to create gettext message files
17 (PO-files) for a variety of languages. These can then be used in
18 conjunction with po2xml(1) to translate the original XML file into
19 these other languages.
20
21 This utility is part of the KDE Software Development Kit.
22
24 po2xml(1), split2po(1), swappo(1), transxx(1)
25
27 The PO XML tools were written by Stephan Kulow coolo@kde.org
28
29 This manual page was prepared by Ben Burtonbab@debian.org
30
32 Ben Burton <bab@debian.org>
33 Author.
34
35
36
37[FIXME: source] April 7, 2003 XML2POT(1)