yslt_noindent.yml2
changeset 2636 a0154a041148
parent 2630 4d5c5e5871ab
child 2638 f48dcd148209
equal deleted inserted replaced
2635:ae099881d800 2636:a0154a041148
     8     decl istylesheet (
     8     decl istylesheet (
     9         *output="xml",
     9         *output="xml",
    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         extension-element-prefixes='exsl'
    13         xmlns:regexp="http://exslt.org/regular-expressions",
       
    14         xmlns:str="http://exslt.org/strings",
       
    15         extension-element-prefixes='exsl regexp str'
    14     ) alias stylesheet {
    16     ) alias stylesheet {
    15         output *output;
    17         output *output;
    16         content;
    18         content;
    17     };
    19     };
    18 
    20