svghmi/gen_index_xhtml.ysl2
branchsvghmi
changeset 3165 2db69e2c5673
parent 3156 76c0c0a524c9
child 3211 938b55abe946
equal deleted inserted replaced
3164:ea4a61b4a325 3165:2db69e2c5673
     5 
     5 
     6 // helper to emit some content to internal namespaces
     6 // helper to emit some content to internal namespaces
     7 decl emit(*name) alias - {
     7 decl emit(*name) alias - {
     8     *name;
     8     *name;
     9     template *name {
     9     template *name {
    10         const "_unused", "ns:ProgressStart(name())";
    10         //  value "ns:ProgressStart(name())";
    11         |
    11         |
    12         | /* «local-name()» */
    12         | /* «local-name()» */
    13         |
    13         |
    14         content;
    14         content;
    15         |
    15         |
    16         const "__unused", "ns:ProgressEnd(name())";
    16         // value "ns:ProgressEnd(name())";
    17     }
    17     }
    18 };
    18 };
    19 
    19 
    20 istylesheet
    20 istylesheet
    21             /* From Inkscape */
    21             /* From Inkscape */