Results 67 comments of Yaron Naveh

Right now there is no way to override it but you can change the Id in the xml-crypto code for temporary solution On Thu, Jun 26, 2014 at 8:57 AM,...

that version included this fix of special characters encoding: https://github.com/yaronn/xml-crypto/pull/99 I don't see any of those characters in the sample xml though, maybe with the exception of line breaks. check...

Thanks @mayhs19 for alerting on this, I will fix this issue. @jonfairbanks - can you send me stack traces of crashes so I can make make sure to include them...

hi can you provide a full sample of xml and xpath you run? You could try xpath with text(): ``` var xml = "Harry Potter" var doc = new dom().parseFromString(xml)...

Since I only wrapped xpath.js as a node module I need to defer to the original author. @heycam - what does it take to achieve this?

thanks @marios-zindilis ! I prefer to keep the readme as simple and short as possible. is there some link we can use instead of inlining the legal text?

Hi Mish15 Sorry for the delay in answering. The two xpath above seems equal. Did you meant to use NAME (cpas) instead of name (lower) in one of them? If...