[xmlsec] troubles with xpath transforms

Aleksey Sanin aleksey at aleksey.com
Thu Jul 17 08:17:59 PDT 2003


As far as I know, the right way to put quotation mark in the string in 
C/C++ is to use a slash.
For example, compare these strings
    char str1[] = "Hello \"world\""';      ---> Hello "world"
    char str2[] = "Hello ""world""";      ---> Hello world
Double quotation mark basicaly ends the current string and starts a new 
one, thus it has
no effect on the output.


Aleksey





More information about the xmlsec mailing list