| <?xml version='1.0'?> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| <html> |
| |
| <head> |
| |
| <title>Creating a Plug-in Project</title> |
| |
| </head> |
| |
| <body> |
| |
| <h1>Creating a Plug-in Project</h1> |
| |
| <p>Vex can be extended to handle new document types by placing DTD |
| and CSS files into a special kind of project called a <i>plug-in |
| project</i>. You can create a plug-in project as follows.</p> |
| |
| <ol> |
| |
| <li>From the main menu, select <b>File > New > |
| Project...</b>.</li> |
| |
| <li>Under the Vex folder in the resulting dialog, select Vex |
| Plug-in Project and click Next >.</li> |
| |
| <li>Enter a name for you project and optionally a location in the |
| filesystem to place the project folder, then click Finish.</li> |
| |
| </ol> |
| |
| <p>The project will appear in the Navigator view with a folder icon |
| that has the Vex logo in the top left corner.</p> |
| |
| <h5>Related Tasks</h5> |
| |
| <ul> |
| |
| <li><a href="register-dtd.html">Registering a DTD</a></li> |
| |
| <li><a href="register-css.html">Registering a CSS file</a></li> |
| |
| </ul> |
| |
| </body> |
| |
| </html> |
| |