Xpath and namespace problem..

2008-04-04 Thread Andrzej Matejko
Hello, I've go signed xml file like: ... not(ancestor-or-self::ds:Signature) . when I try to validate it xsec fails on ds:Xpath equation resolving. (xalan fails with error that ds prefix is not declared). The question is: how to make xalan to resolve xpath with namespa

Xpath and namespace problem

2008-03-25 Thread Andrzej Matejko
Hello, I've go signed xml file like: ...Reference not(ancestor-or-self::ds:Signature) when I try to validate it xsec fails on ds:Signature lookup (xalan is unable to resolve XPath equation). The question is: how to make xalan to resolve xpath with namespaces?? (xalan fails