How about looking at the docs??? http://jibx.sourceforge.net/details/namespace-element.html
Ilya On 9/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I have been successful in creating a binding xml and marshalling my object > heirarchy into an XML. Is it possible to generate/ marshall object heirarchy > into an XML; which will have the "Schema" information in the topmost tag. > > in other words, I am able to generate an XML like > <?xml....> > <Customer> > <Address> > <Line1></Line1> > <Zip></Zip> > </Address> > <Name> > ... > .... > </Customer> > > but I want something like > <?xml....> > <Customer xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="Customer.xsd "> > ... > <Address> > <Line1></Line1> > ... > ... > </...> > > thx > g1 > > -- > This message was sent on behalf of [EMAIL PROTECTED] at openSubscriber.com > http://www.opensubscriber.com/messages/[email protected]/topic.html > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > jibx-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jibx-users > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
