here() context and comment nodes
Christian Geuer-Pollmann <[email protected]>
| Newsgroups | gmane.ietf.xmldsig |
|---|---|
| Message-ID | <31027014.1020702583@crypto> |
Hi all,
short question about this: Did anyone ever had problems with things like
this:
<XPath xmlns="&xmldsig-xfilter2;">
here()<!-- comment -->/ds:Signature[1]
</XPath>
I mean that the XPath is "polluted" with a comment which splits the String?
I figured out that this probably crashes my implementation.
Christian