February 4, 2013 at 12:30 pm
I need to mimic the Namespace of a legacy app exactly.
It should look like this:
<Customers xmlns="x-schema:D:\APPS\Customer.xdr">
</Customers>
When I put in my query With Namespace
WITH XMLNAMESPACES ('x-schema:D:\APPS\Customer.xdr' as ns)
I get:
<Customers xmlns:ns="x-schema:D:\APPS\Customer.xdr">
When I try to not specify 'as ns' I get an error.
How can I match this exactly?
<Customers xmlns="x-schema:D:\APPS\Customer.xdr">
Thanks!
February 5, 2013 at 6:16 am
Try it like this:
WITH XMLNAMESPACES (DEFAULT 'x-schema:D:\APPS\Customer.xdr')
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy