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 FormGenerator API, it will be:
  • (docBase)/WEB-INF/classes/FormValueVerifierFactory.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 FormGenerator API, it will be:
  • (docBase)/WEB-INF/classes/FormValueEscaperFactory.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 FormGenerator API, it will be:
  • (docBase)/WEB-INF/classes/FormValueBreakerFactory.properties


All these files are included in the examples of our Java API. So, please download your favorite example and start with it. If you are working on the example at: and extract the distribution file of this example in: please specify the following files in the main window: After you specify all the items, the main window will look like this:

image of HtmlToXmlEditor

[Figure 2]


Please 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 2002, Jun Inamori. All rights reserved.
Any questions and comments are welcome to Jun Inamori .