yslt_noindent.yml2
changeset 2638 f48dcd148209
parent 2636 a0154a041148
equal deleted inserted replaced
2637:507737ec2b9a 2638:f48dcd148209
    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