D
dima
I'm using msxml3
xml looks like this: <a desc=""B"" />
how to query it in xpath? here's what i tried:
a[@desc="\"B\""] -- This works under XSL Patterns, but not under Xpath
(using msxml 3)
a[@desc=' "B" '] --this will work, but what if description has single
quotes too? -then it won't work.
in short, i'm stuck. can anybody help?
thanks.
dmitry.
xml looks like this: <a desc=""B"" />
how to query it in xpath? here's what i tried:
a[@desc="\"B\""] -- This works under XSL Patterns, but not under Xpath
(using msxml 3)
a[@desc=' "B" '] --this will work, but what if description has single
quotes too? -then it won't work.
in short, i'm stuck. can anybody help?
thanks.
dmitry.