Other XML Tools

If you are working on the production of a large XML-based Web site, you might want to produce a template to assist the person keying in data. For example, the following XML template might be re-usable for a range of poetry and songs:

<?xml version="1.0" encoding="iso-8859-1"?>
<poeticwork>
<title></title>
<author></author>
<date></date>
<verse>
<line></line>
<line></line>
<line></line>
<line></line>
</verse>
</poeticwork>

XMetal and XMLSpy provide some support for such templates. Check the current version to see if they support the functionality you need.

Get Platinum Edition Using XHTML™, XML, and Java™ 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.