Normalize text nodes in stylesheets.
[xuriella.git] / package.lisp
blob564ead50ac77af36c1e7800ea355865bc1a5c7d9
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 #:with-excluded-namespaces
23 #:copy-of
24 #:message
25 #:terminate
26 #:fallback))
28 (defpackage :xuriella
29 (:use :cl)
30 (:export #:parse-stylesheet
31 #:apply-stylesheet
32 #:make-parameter)
33 (:documentation
34 "Empty is an empty example.
36 @begin[Empty section]{section}
37 I am a blind text.
39 @end{section}"))