is it possible to retrieve the xml nodes path dynamically in sql
Posted
by sam001
on Stack Overflow
See other posts from Stack Overflow
or by sam001
Published on 2010-04-06T08:17:32Z
Indexed on
2010/04/06
8:23 UTC
Read the original article
Hit count: 261
sql-server
I want to insert an attribute in every xml node. As xml is changed every time some developer do a change so I want to retrieve xml node path dynamically first and then insert the attribute in it. Any idea how can I have a dynamic path of an xml instead of passing a absolute path.
© Stack Overflow or respective owner