G
Guest
I'm trying to execute selectsinglenode(string_var) where where string_var
contains the value ".//NetIncome(YTD)_Member/Series[@type='data']". The
opening and closing parentheses are literals (not defining a function or
serving a grouping purpose). I get an error:
msxml3.dll: Unknown method.
.//-->NetIncome(YTD<--)_Member/Series[@type='data']
How do I get selectsinglenode to treat the parentheses as literals? I've
tried a variety of escape sequences to no avail.
Many thanks!
contains the value ".//NetIncome(YTD)_Member/Series[@type='data']". The
opening and closing parentheses are literals (not defining a function or
serving a grouping purpose). I get an error:
msxml3.dll: Unknown method.
.//-->NetIncome(YTD<--)_Member/Series[@type='data']
How do I get selectsinglenode to treat the parentheses as literals? I've
tried a variety of escape sequences to no avail.
Many thanks!