fixed AVT escaping
[xuriella.git] / package.lisp
blobaaa8a4b3955d5812a17a22af2a5b0e8362dc46e0
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 #:with-duplicates-check
24 #:with-base-uri
25 #:copy-of
26 #:message
27 #:terminate
28 #:fallback
29 #:use-attribute-sets))
31 (defpackage :xuriella
32 (:use :cl)
33 (:export #:parse-stylesheet
34 #:apply-stylesheet
35 #:make-parameter)
36 (:documentation
37 "Empty is an empty example.
39 @begin[Empty section]{section}
40 I am a blind text.
42 @end{section}"))