Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Re: Namespace Attributes >Thread Next - Re: Namespace Attributes Re: Namespace AttributesTo: 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> | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
