Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

roma(1) [suse man page]

ROMA(1) 						      General Commands Manual							   ROMA(1)

NAME
roma - compile a TEI ODD specification into schemas and dtd SYNOPSIS
roma [options] oddfile outputdir DESCRIPTION
This manual page is not meant to be exhaustive. There is some more information in the help files for the web version of Roma, and plenty of background data about ODDs in the TEI Guidelines. roma is used to generate XML RelaxNG or W3C schemas and DTDs from the the ODD source in oddfile and (optionally) some documentation to go with them. OPTIONS
roma accepts the following options: --xsl URL location of TEI XSLT stylesheets, defaulting to /usr/share/xml/tei/stylesheet --teiserver URL location of TEI eXist database server, defaulting to http://tei.oucs.ox.ac.uk/Query/ --doc create expanded documented ODD --nodtd suppress DTD creation --norelax suppress RelaxNG creation --noxsd suppress W3C XML Schema creation --debug leave temporary files, etc. BUGS
If the ODD specification is internally inconsistent (eg some element has been deleted on which another element depends), then you may get a Relax NG schema which is apparently OK, but which cannot be translated into W3C schema. Because the conversions to DTD and Relax are main- tained separately, some constructs may cause one to fail but not the other. No attempt is made to trap error messages from trang which is used to make W3C schemas. SEE ALSO
trang(1) TEI .. 9th May 2005 ROMA(1)

Check Out this Related Man Page

TEI2MOD.1(1)						      Sword Module Utilities						      TEI2MOD.1(1)

NAME
tei2mod - tool to convert TEI P5 source into a SWORD module SYNOPSIS
tei2mod outputpath teisource [OPTIONS] DESCRIPTION
This utility is used to create SWORD module from a slightly modified TEI (Text Encoding Initiative) P5 formatted XML source document. The resulting module will be saved in the outputpath specified. OPTIONS
-z Specifies use of ZIP compression. The default is no compression. -Z Specifies use of LZSS compression. The default is no compression. -s [2|4] Specifies maximum text size per entry. The default is 4. -c cipher_key Specifies that the output will be enciphered with the supplied cipher_key. The default is plain text output (no encipherment). -N Disables conversion to UTF-8 and normalization of UTF-8 to NFC. The default is to convert to UTF-8, if needed, and then normalize to NFC. Note that all UTF-8 texts should be normalized to NFC. NOTE
The input format is a subset of TEI P5 with added elements borrowed from OSIS for verse references. The resulting custom TEI schema is available at http://www.crosswire.org/osis/teiP5osis.1.4.xsd AUTHORS
This man page was written by Jonathan Marsden <jmarsden@fastmail.fm> for the Debian project but may be used by others. SEE ALSO
http://www.crosswire.org/wiki/TEI_Dictionaries http://www.crosswire.org/osis/teiP5osis.1.4.xsd http://www.tei-c.org/release/doc/tei-p5-doc/html/index.html SWORD 1.6.2+dfsg 2012-02-22 TEI2MOD.1(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Docbook_TEI_Install_emacs

I am in a bit of a pickle. I have been trying for several months to install TEI (XML application similar to Docbook) into my emacs. I am using carbon emacs (as I am using Mac Os X) and I wish to install all my TEI stuff in a custom location rather than the site-lisp location in the emacs.app... (0 Replies)
Discussion started by: xenos
0 Replies

2. Shell Programming and Scripting

print ODD lines

i want to print ODD lines like first ,third then fifth and so on 234,567,ABC,KJL 234,565,ABD,KJL 234,568,ABE,KJL 234,560,ABF,KJL 234,563,ABG,KJL 234,562,ABH,KJL O/P will be like 234,567,ABC,KJL ----->first liine 234,568,ABE,KJL ----->third line 234,563,ABG,KJL ----->fifth line... (6 Replies)
Discussion started by: aaysa123
6 Replies

3. Shell Programming and Scripting

Parallel export of all oracle DB schema.

In my Oracle db there are 4 schemas. All the username & passwords are stored in a text file. I am using a while loop to export all the schemas. It read the first line and doing the export. For all users it export one by one. But I need all the schemas will exported simultaneously. i.e. all the... (1 Reply)
Discussion started by: priya001
1 Replies

4. Red Hat

Glib-compile-schemas not found RHEL6

glib-compile-schemas not found RHEL6 Unable to configue glibc-2.34.3 (3 Replies)
Discussion started by: vishwesh98130
3 Replies