view docs/xsls/directive.xsls @ 4059:cc72e6229416

Unsatisfiable range with start value greater than content length was not properly skipped. The bug has been introduced in r4057.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 30 Aug 2011 14:25:35 +0000
parents fc808f006ff4
children ac19e755a132
line wrap: on
line source

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/> }

}