xquery help needed... can .modify be parameterized?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lokean
    New Member
    • Apr 2007
    • 71

    xquery help needed... can .modify be parameterized?

    Code:
    set @xmlDocument.modify('
    replace value of (//LogLevel/text())[1]
     with     "TEST"')
    I know this works, but is there any way to get the query to accept variables instead of string constants.

    I am not a SQL programmer by trade so I'm just stumbling around... nay help would be appreciated
Working...