more xsl:number
[xuriella.git] / package.lisp
blob382a742253a03e9a11370ead0d7ff372a4e4d56b
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 (:import-from :xpath-protocol #:define-default-method)
37 (:documentation
38 "Empty is an empty example.
40 @begin[Empty section]{section}
41 I am a blind text.
43 @end{section}"))