Substitute for JAXB

Hi,I have to build xml files by binding xsd schema files. I know that one way to do it is using JAXB. Can some one point out if i can use some other specification for building xml files.Regards,Tarun
[227 byte] By [tarun_kashyapa] at [2007-10-2 17:48:05]
# 1
Apache's XMLBeans.- Saish
Saisha at 2007-7-13 19:06:04 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Or more generally DOM. Apache's Xerces can parse DOM, and Apache's Xalan can serialize it as XML.- Saish
Saisha at 2007-7-13 19:06:04 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...