Why extract() is not working without namespace
RakinSep 8 2011 — edited Sep 8 2011Hi,
Why extract() is not working without menthioning the namespace, I read namespace is optional parameter.
Also How can I remove the namespace from a node which is in a xmltype variable.
eg:
<FruitList xmlns="https://abc.efg.org/FOOD-ITEMS">
<fruitname>Orange </fruitname>
<fruitname>Apple</fruitname>
<fruitname>Banana</fruitname>
</FruitList>
Thanks in advance.