bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#20645: sxml xpath exports "filter"


From: Matt Wette
Subject: bug#20645: sxml xpath exports "filter"
Date: Mon, 8 Feb 2016 20:03:11 -0800

This is a very annoying "bug".  The (sxml xpath) “filter” procedure overrides 
the builtin guile “filter”.

I believe the fix can be implemented with the following changes to (sxml xpath):
1) (define node-filter filter)
2) In the #:export list, replace “filter” with “node-filter”

Matt






reply via email to

[Prev in Thread] Current Thread [Next in Thread]