Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: Namespace Attributes

From: "geoff" <nospam@------.--->
To: NULL
Date: 12/4/2007 2:25:00 AM
> See the namespaces spec or a good modern XML tutorial.

I thought I was using a good tutorial, 'Building Web Services with Java',
and amazon reviewers praised this book but it appears to have many errors.

The snippet below had 'po' in front of 'billTo', 'shipTo', 'order', etc. but
they say by moving the 'po' namespace definition to the 'po:po' element, the
child elements fall into that namespace:

http://87.249.105.167/mirror/buildingwebserviceswithjava/0672321815_ch02lev1sec4.html#ch02list08


================================================

'We can use this to further clean up the composed XML document
by moving the PO namespace declaration to the po element

Listing 2.8 Using Nested Namespace Defaulting'

<message from="bj@b..." to="orders@s..."
   sent="2001-10-05" xmlns="http://www.xcommercemsg.com/ns/message">
   <text>
      Hi, here is what I need this time. Thx, BJ.
   </text>
   <attachment>
      <description>The PO</description>
      <item>
         <po:po id="43871" submitted="2001-10-05"
            xmlns:po="http://www.skatestown.com/ns/po">
            <billTo id="addr-1">
               ...
            </billTo>
            <shipTo href="addr-1"/>
            <order>
               ...
            </order>
         </po:po>
      </item>
   </attachment>
</message>







transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent