If I have XML:
Declare @XDoc xml
set @XDoc =
'
How do I get the following result with XPath query:
Customer Order
------------- ---------
Janine O1
Petru O3
Regards
Alwyn
If I have XML:
Declare @XDoc xml
set @XDoc =
'
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manas MohapatraPosted Sep 17, 2015, 2:50 PM
ramya bharathPosted Sep 17, 2015, 2:34 PM
Refer this for better understanding http://www.w3schools.com/xsl/tryit.asp?filename=try_xpath_select_cdnodes