escape sequence inside xpath function

R

Richard

I am trying to use the concat expression where one of the arguments is a
string of text that must include a double quote.
I tried to use \" , but it does not work..
I need my output string to look like this:
doc( "text" )
so I have this :
concat("doc( \"",textbox,"\")")

I also tried "" instead of \" and that did not work either..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top