yslt.yml2
changeset 38 90d687cbe277
parent 9 0250d70228bc
child 40 432ab62b2537
equal deleted inserted replaced
37:a5e211c3fae3 38:90d687cbe277
    47 
    47 
    48     decl textstylesheet is estylesheet(*output="text") {
    48     decl textstylesheet is estylesheet(*output="text") {
    49         output *output;
    49         output *output;
    50         const "space", !"'" + " " * 200 + "'"!;
    50         const "space", !"'" + " " * 200 + "'"!;
    51         param "autoindent", 4;
    51         param "autoindent", 4;
    52         xsl:template "text()";
    52         xsl:template match="text()";
    53         content;
    53         content;
    54     }, tstylesheet is textstylesheet;
    54     }, tstylesheet is textstylesheet;
    55 
    55 
    56     decl template(match) {
    56     decl template(match) {
    57         _trace_param *_trace_info;
    57         _trace_param *_trace_info;