HtmlToXmlEdit Tutorial: > Starting HtmlToXmlEdit
Previous Page Contents Next Page
OOP-Reserch home page

Contact Us

Starting HtmlToXmlEdit

Starting HtmlToXmlEdit...

You can start HtmlToXmlEdit by:

In case of Windows OS, please just double-click xmledit.jar. Then, the main window of this XML editor will be shown:

image of HtmlToXmlEditor

[Figure 1]


To open the XML, all the items in this main window must be specified. Please consult the table below:

ItemWhat does it mean?
XML: XML to be edited. It should be placed under:
  • (docBase)/WEB-INF/classes
directory (or its sub-directory), because the generated XML will be loaded by our Java API.
Validation resource: The property file which lists the classes. These classes are used to validate the request parameter from the CGI FORM. This property file is shipped with the distribution of our Java API. It should be placed under:
  • (docBase)/WEB-INF/classes
directory, because it is required also for our Java API. In case of ViewGenerator API, it will be:
  • (docBase)/WEB-INF/classes/ValueVerifier.properties
Escape resource: The property file which lists the classes. These classes are used to escape the String to be inserted. This property file is shipped with the distribution of our Java API. It should be placed under:
  • (docBase)/WEB-INF/classes
directory, because it is required also for our Java API. In case of ViewGenerator API, it will be:
  • (docBase)/WEB-INF/classes/StringEscaper.properties
Break resource: The property file which lists the classes. These classes are used to insert the tags for the line break. This property file is shipped with the distribution of our Java API. It should be placed under:
  • (docBase)/WEB-INF/classes
directory, because it is required also for our Java API. In case of ViewGenerator API, it will be:
  • (docBase)/WEB-INF/classes/LineBreaker.properties


Please specify all the above files and click Open Editor button at the bottom.

Java and all Java-based trademarks and logos are trademarks or registered of Sun Microsystems, Inc. in the United States and other countries.


Previous Page Contents Next Page
OOP-Reserch home page

Contact Us


ALL CONTENTS COPYRIGHT 2005, OOP-Reserch Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Reserch Corporation .