March 8, 2017 at 8:38 am
hi,
in following link
https://msdn.microsoft.com/en-us/library/ms175178.aspx
i found this cote
"This prefix is then used in the query body instead of the namespace URI"
this makes me fell that if i do not specify prefix then i have to use uri in place of prefix.
can any body give me an example of using uri in place of prefix.
yours sincerley
March 8, 2017 at 4:57 pm
rajemessage 14195 - Wednesday, March 8, 2017 8:38 AMhi,in following link
https://msdn.microsoft.com/en-us/library/ms175178.aspx
i found this cote
"This prefix is then used in the query body instead of the namespace URI"this makes me fell that if i do not specify prefix then i have to use uri in place of prefix.
can any body give me an example of using uri in place of prefix.
yours sincerley
You don't actually need the name space or the "prefix" for it.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2017 at 5:37 am
Jeff Moden - Wednesday, March 8, 2017 4:57 PMrajemessage 14195 - Wednesday, March 8, 2017 8:38 AMhi,in following link
https://msdn.microsoft.com/en-us/library/ms175178.aspx
i found this cote
"This prefix is then used in the query body instead of the namespace URI"this makes me fell that if i do not specify prefix then i have to use uri in place of prefix.
can any body give me an example of using uri in place of prefix.
yours sincerley
You don't actually need the name space or the "prefix" for it.
that is fine that we do not need any , but i want to understand, that what he is trying to say.
if u read the part of aritcal, you will find he has used prefix, what i want to know is if we do not use prefix then how a query would be written (with uri).
if u read this line which is creating doubt "This prefix is then used in the query body instead of the namespace URI." that creates doubt , if i do not use prefix then we may have to use uri in place of it , this is where i need clarification and exampl.
March 14, 2017 at 6:05 pm
If you don't use custom types or reuse anything then chances are you wouldn't need to have the namespaces specified.
----------------------------------------------------------------------------------
Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply