Artifact
42a0150f777e24590ca6997af56d520b1a6d8b54:
- File
sxml/sxpath.sls
— part of check-in
[aa199cec70]
at
2016-12-05 21:31:39
on branch trunk
— added sxml from qothr/chez-sxml
(user:
aldo
size: 770)
[more...]
(library (sxml sxpath)
(export nodeset?
node-typeof?
node-eq?
node-equal?
node-pos
take-until
take-after
map-union
node-reverse
node-trace
select-kids
node-self
node-join
node-reduce
node-or
node-closure
node-parent
sxpath)
(import (except (scheme)
string-copy string-for-each string->list string-upcase
string-downcase string-titlecase string-hash string-copy! string-fill!
fold-right error filter)
(prefix (only (scheme) error) scheme:)
(srfi s13 strings))
(include "utils.ss")
(include "sxpath-impl.ss")
)