G
geoff
In the following fragment, elements like 'item' and 'description' would be
in the 'po' namespace but the attribute 'priority="high" ' would be in the
'p' namespace?
<poo id="43871"
submitted="2004-01-05"
customerId="73852"
xmlnso="http://www.skatestown.com/ns/po"
xmlns="http://www.skatestown.com/ns/priority">
. . .
<porder>
<item sku="318-BP" quantity="5" priority="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 'priority="high" ' would be in the
'p' namespace?
<poo id="43871"
submitted="2004-01-05"
customerId="73852"
xmlnso="http://www.skatestown.com/ns/po"
xmlns="http://www.skatestown.com/ns/priority">
. . .
<porder>
<item sku="318-BP" quantity="5" priority="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