[
Lists Home |
Date Index |
Thread Index
]
IBM developerWorks has developed its own XML DTD for articles, txt2dw.
David Mertz discusses how it works in this short article.
http://www-106.ibm.com/developerworks/xml/library/x-tipt2dw.html?open&l=136,t=grx,p=mod
also
------------------------
Tips and techniques to help you create more flexible XML models
Kevin Williams takes a look at some options for modeling many-to-many
relationships in XML. Several different techniques, and the advantages and
disadvantages of each, are discussed. Examples are provided in XML.
http://www-106.ibm.com/developerworks/xml/library/x-xdm2m.html?open&l=136,t=grx,p=mod
Data binding with JAXB
This tutorial shows how to use data binding to easily map data stored in
XML documents to Java objects and back again. You start with a DTD and
process it into Java source files. To customize this mapping you will
create and modify a binding schema. Once you have a correspondence between
the XML structure and Java classes you will be able to take an XML document
that conforms to the schema and automatically create Java objects that are
instances of the classes. Conversely, you can also start with the Java
classes and create the XML documents.
http://www-105.ibm.com/developerworks/education.nsf/xml-onlinecourse-bytitle/29E38C9B6910F69F86256B51004F94B7?open&l=136,t=grx,p=jaxb
|