15 lines
345 B
Text
15 lines
345 B
Text
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/> }
|
|
|
|
}
|