1.
/bin/sh string=? ; exec mzscheme -M errortrace -gr $0 $* (require ...
'para)) tree expected) (run-test (sxpath `(para)) tree expected) ) ; Full: ... 'para)) tree expected) ) ; Full: self::elem ; Abbr: #f (let* ((tree '(elem ...
2.
(let ((tree1 '(html (head (title "Slides")) (body (p (@ (align ...
'elem))") ) (case (@ (id "100") (full "descendant-or-self::node()") (abbreviated "//")) ; tree (para (@ (name "elem") (id "idz")) (para (@) "para") (br ...
3.
$Id: guides.scm,v 2.4 2003/12/08 02:07:23 kl Exp kl $ ;; DataGuide ...
(car lp) (car x)))) tree) => (lambda(x) (add-lp x (cdr lp)) tree)) ; lp is absent in the tree: add it and return modified tree (else (if (null? tree) ...
4.
SSAX - XML Parsing Framework
SSAX is Oleg Kiselyov's XML parsing framework available for a number of different Scheme implementations. It provides a set of "lego blocks" for functional ...
5.
STX: XSLT-like XML transformation in Scheme
STX transformation engine is included in:. SXML Collection for PLT Schemes. STX module is stx-engine.ss. SXML library for Bigloo STX is in /stx directory ...
6.
XML and SXML
XML and SXML. SXML Specification XML Information Set represented as Scheme S-expressions. SSAX and SXML at SourceForge SourceForge project with a goal to ...
7.
XML and SXML
XML and SXML. SXML Specification XML Information Set represented as Scheme S-expressions. SSAX and SXML at SourceForge SourceForge project with a goal to ...
8.
(require (lib "ssax.ss" "ssax")) (require (lib "input-parse.ss ...
... "unexpected EOF after reading % in unesc-string:" str) (loop (cons (case ... NL" foll-fragment) fragment seed))) (test (lambda (str expected-result) ...
9.
(load "myenv.scm") (load "input-parse.scm") (load "ssax.scm ...
c -> (a b ... c) (define (get-include-xpath lis) (cond ((null? lis) '()) (else (cons (string->symbol (list->string (get-first-name lis))) (get-include-xpath ...
10.
/bin/sh string=? ; exec mzscheme -M errortrace -gr $0 $* (require ...
nl) (exit 0)) (else (let ((in-file-port (open-input-file (cadr args)))) (if (not ((if-sxpath '(b)) cfg-pool)) (port-count-lines! in-file-port)) (let ((dg ...