yslt_noindent.yml2
branchsvghmi
changeset 2793 2a97688c94c5
parent 2782 723e420dfe72
equal deleted inserted replaced
2792:0c0d3895b036 2793:2a97688c94c5
    10         version="1.0",
    10         version="1.0",
    11         xmlns:xsl="http://www.w3.org/1999/XSL/Transform",
    11         xmlns:xsl="http://www.w3.org/1999/XSL/Transform",
    12         xmlns:exsl='http://exslt.org/common',
    12         xmlns:exsl='http://exslt.org/common',
    13         xmlns:regexp="http://exslt.org/regular-expressions",
    13         xmlns:regexp="http://exslt.org/regular-expressions",
    14         xmlns:str="http://exslt.org/strings",
    14         xmlns:str="http://exslt.org/strings",
    15         extension-element-prefixes='exsl regexp str'
    15         xmlns:func="http://exslt.org/functions",
       
    16         extension-element-prefixes='exsl regexp str func'
    16     ) alias stylesheet {
    17     ) alias stylesheet {
    17         output *output;
    18         output *output;
    18         content;
    19         content;
    19     };
    20     };
    20 
    21