| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- .\" Title: xml2odf
- .\" Author: S\(/oren Roug
- .\" Generator: DocBook XSL Stylesheets v1.74.0 <http://docbook.sf.net/>
- .\" Date: 03/15/2009
- .\" Manual: User commands
- .\" Source: odfpy
- .\" Language: English
- .\"
- .TH "XML2ODF" "1" "03/15/2009" "odfpy" "User commands"
- .\" -----------------------------------------------------------------
- .\" * (re)Define some macros
- .\" -----------------------------------------------------------------
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .\" toupper - uppercase a string (locale-aware)
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .de toupper
- .tr aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ
- \\$*
- .tr aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz
- ..
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .\" SH-xref - format a cross-reference to an SH section
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .de SH-xref
- .ie n \{\
- .\}
- .toupper \\$*
- .el \{\
- \\$*
- .\}
- ..
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .\" SH - level-one heading that works better for non-TTY output
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .de1 SH
- .\" put an extra blank line of space above the head in non-TTY output
- .if t \{\
- .sp 1
- .\}
- .sp \\n[PD]u
- .nr an-level 1
- .set-an-margin
- .nr an-prevailing-indent \\n[IN]
- .fi
- .in \\n[an-margin]u
- .ti 0
- .HTML-TAG ".NH \\n[an-level]"
- .it 1 an-trap
- .nr an-no-space-flag 1
- .nr an-break-flag 1
- \." make the size of the head bigger
- .ps +3
- .ft B
- .ne (2v + 1u)
- .ie n \{\
- .\" if n (TTY output), use uppercase
- .toupper \\$*
- .\}
- .el \{\
- .nr an-break-flag 0
- .\" if not n (not TTY), use normal case (not uppercase)
- \\$1
- .in \\n[an-margin]u
- .ti 0
- .\" if not n (not TTY), put a border/line under subheading
- .sp -.6
- \l'\n(.lu'
- .\}
- ..
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .\" SS - level-two heading that works better for non-TTY output
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .de1 SS
- .sp \\n[PD]u
- .nr an-level 1
- .set-an-margin
- .nr an-prevailing-indent \\n[IN]
- .fi
- .in \\n[IN]u
- .ti \\n[SN]u
- .it 1 an-trap
- .nr an-no-space-flag 1
- .nr an-break-flag 1
- .ps \\n[PS-SS]u
- \." make the size of the head bigger
- .ps +2
- .ft B
- .ne (2v + 1u)
- .if \\n[.$] \&\\$*
- ..
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .\" BB/BE - put background/screen (filled box) around block of text
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .de BB
- .if t \{\
- .sp -.5
- .br
- .in +2n
- .ll -2n
- .gcolor red
- .di BX
- .\}
- ..
- .de EB
- .if t \{\
- .if "\\$2"adjust-for-leading-newline" \{\
- .sp -1
- .\}
- .br
- .di
- .in
- .ll
- .gcolor
- .nr BW \\n(.lu-\\n(.i
- .nr BH \\n(dn+.5v
- .ne \\n(BHu+.5v
- .ie "\\$2"adjust-for-leading-newline" \{\
- \M[\\$1]\h'1n'\v'+.5v'\D'P \\n(BWu 0 0 \\n(BHu -\\n(BWu 0 0 -\\n(BHu'\M[]
- .\}
- .el \{\
- \M[\\$1]\h'1n'\v'-.5v'\D'P \\n(BWu 0 0 \\n(BHu -\\n(BWu 0 0 -\\n(BHu'\M[]
- .\}
- .in 0
- .sp -.5v
- .nf
- .BX
- .in
- .sp .5v
- .fi
- .\}
- ..
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .\" BM/EM - put colored marker in margin next to block of text
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .de BM
- .if t \{\
- .br
- .ll -2n
- .gcolor red
- .di BX
- .\}
- ..
- .de EM
- .if t \{\
- .br
- .di
- .ll
- .gcolor
- .nr BH \\n(dn
- .ne \\n(BHu
- \M[\\$1]\D'P -.75n 0 0 \\n(BHu -(\\n[.i]u - \\n(INu - .75n) 0 0 -\\n(BHu'\M[]
- .in 0
- .nf
- .BX
- .in
- .fi
- .\}
- ..
- .\" -----------------------------------------------------------------
- .\" * set default formatting
- .\" -----------------------------------------------------------------
- .\" disable hyphenation
- .nh
- .\" disable justification (adjust text to left margin only)
- .ad l
- .\" -----------------------------------------------------------------
- .\" * MAIN CONTENT STARTS HERE *
- .\" -----------------------------------------------------------------
- .SH "Name"
- xml2odf \- Create ODF package from OpenDocument in XML form
- .SH "Synopsis"
- .fam C
- .HP \w'\fBxml2odf\fR\ 'u
- \fBxml2odf\fR [\-o\ \fIoutputfile\fR] [\-s] [\fIinputfile\fR]
- .fam
- .SH "Description"
- .PP
- OpenDocument can be a complete office document in a single XML file\&. The script will take such a document and create a package\&. This is mainly useful as a postprocesser of a program producing XML, such as a stylesheet\&.
- .PP
- \(lqInputfile\(rq
- is assumed to be an OpenDocument file in XML form\&. If there is no inputfile, the program will read from standard input\&. The flag \-s adds correct suffix to the filename according to what mime type is found in the XML file, in cause you don\'t know already what document type you are packaging\&.
- .PP
- If output file is not specified output will be to standard out\&.
- .PP
- Section 2\&.1\&.1 of
- Open Document Format for Office Applications
- says that the [content\&.xml] file contains the document content, along with the
- \fIautomatic styles\fR
- needed for the document content\&. The [styles\&.xml] file contains all the named styles of a document, along with the
- \fIautomatic styles\fR
- needed for the named styles\&. The application doesn\'t know which automatic style is needed for what, so it puts the same set of automatic styles into both files\&.
- .PP
- One could assume that the inverse operation would be easier, but OpenOffice\&.org is quite happy to use the same names for two different automatic styles\&. For instance, a style used inside <style:footer> can have the same name as one used inside <office:text> but be a different paragraph style\&. This is reported as bug #90494 (http://www\&.openoffice\&.org/issues/show_bug\&.cgi?id=90494)
- .SH "Example"
- .sp
- .if n \{\
- .RS 4
- .\}
- .fam C
- .ps -1
- .nf
- .if t \{\
- .sp -1
- .\}
- .BB lightgray adjust-for-leading-newline
- .sp -1
- xml2odf \-o testdocument \-s xml\-file
- .EB lightgray adjust-for-leading-newline
- .if t \{\
- .sp 1
- .\}
- .fi
- .fam
- .ps +1
- .if n \{\
- .RE
- .\}
- .SH "See Also"
- .PP
- \fBodftools\fR(1),
- \fBodf2xml\fR(1)
- .SH "Bugs"
- .PP
- Doesn\'t handle external data \-\- images and such\&.
- .PP
- The library used for the parsing of XML expands empty elements from <element/> to <element></element>\&. It should not have an effect on the document parsing\&.
- .SH "Author"
- .PP
- \fBS\(/oren Roug\fR
- .RS 4
- Original author
- .RE
|