G
geoff
In the following fragment, elements like 'item' and 'description' would be
in the 'po' namespace but the attribute 'p
riority="high" ' would be in the
'p' namespace?
<po
o id="43871"
submitted="2004-01-05"
customerId="73852"
xmlns
o="http://www.skatestown.com/ns/po"
xmlns
="http://www.skatestown.com/ns/priority">
. . .
<po
rder>
<item sku="318-BP" quantity="5" p
riority="high">
<description>Skateboard backpack; five
pockets</description>
.. . . so, if an order processor could handle this xml and later on,
'priority' was added, this would not break the processor since priority is
in its own namespace?
Thanks.
--g
in the 'po' namespace but the attribute 'p
'p' namespace?
<po
submitted="2004-01-05"
customerId="73852"
xmlns
xmlns
. . .
<po
<item sku="318-BP" quantity="5" p
<description>Skateboard backpack; five
pockets</description>
.. . . so, if an order processor could handle this xml and later on,
'priority' was added, this would not break the processor since priority is
in its own namespace?
Thanks.
--g