blob: 09bb834fda9c999e38f9d4dfe42ff246e7961c0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
X:stylesheet {
X:template = "directive" {
<a name="{@name}" /> <center><h4> !{@name} </h4></center>
!! "syntax";
!! "default";
!! "context";
!! "para";
}
X:template = "syntax" { X:text {syntax: } !!; <br/> }
X:template = "default" { X:text {default: } !!; <br/> }
X:template = "context" { X:text {context: } !!; <br/> }
}
|