convert_xml.html


  1. <?xml version="1.0"?>
  2. <!DOCTYPE zvonDownload SYSTEM "/Zvon/DTD/Zvon/zvonDownload_1_00.dtd">
  3. <zvonDownload id="zvon19990617165043307" downloadID="pr0001">
  4. <front>
  5. <creator zvonID="MNaaaa">
  6. <firstName>Miloslav</firstName>
  7. <surname>Nic<trans lang="cs">Nič</trans></surname>
  8. </creator>
  9. <title>convert</title>
  10. <created> <date year="1999" month="6" day="18" ></date></created>
  11. <lastChange> <date year="1999" month="6" day="18" ></date></lastChange>
  12. </front>
  13. <programCV>
  14. <requirement>Java Runtime Environment version 1.1 and higher</requirement>
  15. <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>
  16. <programExample>
  17. <command>
  18. java convert inputFile outputFile Cp1250 UTF-8
  19. </command>
  20. <description>
  21. reads file inputFile written in Cp1250(central European Windows) and outputs file outputFile written in UTF-8 encoding.
  22. </description>
  23. </programExample>
  24. <fileArchive name="convert_1_00.zip">
  25. <file>
  26. <title>convert.class</title>
  27. <description>Java executable</description>
  28. <link href="http://www.javasoft.com/products/">Get Java Runtime Environment at Javasoft</link>
  29. </file>
  30. <file>
  31. <title>convert.java</title>
  32. <description>Source code for the program.</description>
  33. </file>
  34. </fileArchive>
  35. <link href="http://java.sun.com/products/jdk/1.1/docs/guide/intl/encoding.doc.html">List of supported encodings</link>
  36. </programCV>
  37. </zvonDownload>