Change the test driver to consider saxon in addition to xsltproc.
[xuriella.git] / package.lisp
blob77fdfdde7e83582574ef380b06c9b967effa0c48
1 (defpackage :xsl
2 (:nicknames :xslt)
3 (:use)
4 (:export #:template
5 #:apply-templates
6 #:apply-imports
7 #:call-template
8 #:element
9 #:literal-element
10 #:literal-attribute
11 #:attribute
12 #:text
13 #:unescaped-text
14 #:processing-instruction
15 #:comment
16 #:copy
17 #:value-of
18 #:unescaped-value-of
19 ;; #:number
20 #:for-each
21 #:with-namespaces
22 #:copy-of
23 #:message
24 #:terminate
25 #:fallback))
27 (defpackage :xuriella
28 (:use :cl)
29 (:export #:parse-stylesheet
30 #:apply-stylesheet
31 #:make-parameter)
32 (:documentation
33 "Empty is an empty example.
35 @begin[Empty section]{section}
36 I am a blind text.
38 @end{section}"))