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/jibx-users@lists.sourceforge.net/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
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to