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.
>
>

Yes, you can do that by adding a <namespace> tag to the beginning of the file:

<binding track-source="true">

    <namespace prefix="foo" uri="http://www.foo.com/foo"; default="elements"/>

-------------------------------------------------------------------------
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