| Computers Forum Index » Computer - Databases - Oracle (Tools) » XML Namespace... |
|
Page 1 of 1 |
|
| Author |
Message |
| m15... |
Posted: Mon Jul 13, 2009 10:04 pm |
|
|
|
Guest
|
Hi all
as part of the project I received an XML file from Sweden. The people
is Sweden use a Namespace in their XML file.
Namespace is something like 'ns0'.
Because of this namespace name in XML file my extractvalue() function
is returning a NULL. My question is that is their any way i can skip
this name space and proceeed with extractvalue() function. Since a
namespace is connected to the application and once the XML file
reaches my place I dont need this Namespace.
I am a newbie in XML so if i have missed any thing let me know
maneesh |
|
|
| Back to top |
|
|
|
| Gerard H. Pille... |
Posted: Fri Jul 24, 2009 7:13 pm |
|
|
|
Guest
|
m15 schreef:
Quote: Hi all
as part of the project I received an XML file from Sweden. The people
is Sweden use a Namespace in their XML file.
Namespace is something like 'ns0'.
Because of this namespace name in XML file my extractvalue() function
is returning a NULL. My question is that is their any way i can skip
this name space and proceeed with extractvalue() function. Since a
namespace is connected to the application and once the XML file
reaches my place I dont need this Namespace.
I am a newbie in XML so if i have missed any thing let me know
maneesh
You need to specify the namespace.
http://forums.oracle.com/forums/thread.jspa?threadID=233300 |
|
|
| Back to top |
|
|
|
|