Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Question: SQL, XPath and several namespaces
Maxim Demenko wrote:
> This one works for me:
> SELECT extractvalue(request , '/*[local-name()=''PutOrderPurchaseIn'' and namespace-uri()=''http://www.mysite.de/schemas/putorderpurchasein/'']/CommonDataIn/endUserId','xmlns="http://www.mysite.de/schemas/commondatain/"')
> x
> FROM xml_tab
> WHERE trxid = 550000005559889;
Thanks a lot Maxim, this works for me, too. Whew, and I thought XML was
supposed to make life easier... ;-)
And thanks for the hint regarding the OTN XML DB forum, I'll give it a
try.
Best regards,
Uwe
Received on Fri Aug 04 2006 - 03:36:49 CDT