XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> Schema Software, Java Applications -> Relaxer

Relaxer

Date: Jul. 14, 2000
Link: http://www.xml.gr.jp/relax/
Source Author or Organization: Asami Tomoharu

Relaxer is a Java tool that can read a REgular LAnguage description for XML (RELAX) schema and generates a set of Java classes that can represent the described objects in memory. It addresses a XML document complied with the XML model defined by RELAX, enabling the Java programmer to make a XML aware program without tedious DOM programming. Relaxer uses Xerces and supports XBase.