Hi,

Does anyone know how I can create an XML document like
the following (with namespace "foo" only to the
"revision" attribute)?

<BusinessDocument
xmlns:foo="http://www.mybusiness.org/myns"; 
  foo:revision="1.0">
  <BusinessData>
  ....
  </BusinessData>
</BusinessDocument>

I have tried the following but didn't work.
<bind-xml name="foo:revision"
xmlns:foo="http://www.mybusiness.org/myns";
node="attribute"/>

It creates something like this instead
<BusinessDocument
xmlns:ns1="http://www.mybusiness.org/myns"; 
  ns1:revision="1.0">

Any feedbacks would be appriciated

Thanks
Hector


                
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to