Powered by SmartDoc

How to Develop Programs

Given a module in RELAX Core, you can develop Java programs from that module in the following steps:

  1. use Relaxer to generate Java classes from the RELAX module.
  2. write an application program on top of the generated classes.
  3. generate a DTD, if necessary.
  4. execute the application program.