convert_xml.html
- <?xml version="1.0"?>
- <!DOCTYPE zvonDownload SYSTEM "/Zvon/DTD/Zvon/zvonDownload_1_00.dtd">
- <zvonDownload id="zvon19990617165043307" downloadID="pr0001">
- <front>
- <creator zvonID="MNaaaa">
- <firstName>Miloslav</firstName>
- <surname>Nic<trans lang="cs">Nič</trans></surname>
- </creator>
- <title>convert</title>
- <created> <date year="1999" month="6" day="18" ></date></created>
- <lastChange> <date year="1999" month="6" day="18" ></date></lastChange>
- </front>
- <programCV>
- <requirement>Java Runtime Environment version 1.1 and higher</requirement>
- <description>The program runs from the command line. It reads in a document in specified encoding and outputs a new file in requested encoding.</description>
- <programExample>
- <command>
- java convert inputFile outputFile Cp1250 UTF-8
- </command>
- <description>
- reads file inputFile written in Cp1250(central European Windows) and outputs file outputFile written in UTF-8 encoding.
- </description>
- </programExample>
- <fileArchive name="convert_1_00.zip">
- <file>
- <title>convert.class</title>
- <description>Java executable</description>
- <link href="http://www.javasoft.com/products/">Get Java Runtime Environment at Javasoft</link>
- </file>
- <file>
- <title>convert.java</title>
- <description>Source code for the program.</description>
- </file>
- </fileArchive>
- <link href="http://java.sun.com/products/jdk/1.1/docs/guide/intl/encoding.doc.html">List of supported encodings</link>
- </programCV>
- </zvonDownload>