|        | |||||
|  | |||||
| declaration/definition | down-translate | ||||
| Sample Code | Related Syntax | Related Concepts | |||
Syntax
down-translate (with (sgml | xml))?
Indicates the beginning of a down-translation program. (A down translation program converts SGML or XML to another format). This keyword must appear at the beginning of the program.
To do a down-translate of an XML file, you must use the modifier "with xml":
down-translate with xml
| Sample Code SGML to HTML conversions TeX to SGML conversions | Related Syntax context-translate cross-translate up-translate | Related Concepts Aided translation types Down-translation: translating XML/SGML documents | 
| ---- |