File tree Expand file tree Collapse file tree
src/docbuild/config/xml/data Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 <xsl : output encoding =" UTF-8" indent =" yes" method =" xml" />
2929 <xsl : preserve-space elements =" *" />
3030
31- <!-- ======== Parameters -->
31+ <!-- ======== Parameters -->
3232 <xsl : param name =" use.xincludes" select =" true()" />
3333
34- <!-- ======== Keys -->
34+ <!-- ======== Keys -->
3535 <!-- Define a key to group <language> elements by their @lang attribute -->
3636 <xsl : key name =" langKey" match =" category/language[not(ancestor-or-self::product)]" use =" @lang" />
3737
38- <!-- ======== Variables -->
38+ <!-- ======== Variables -->
3939 <xsl : variable name =" _transformation-map" >
4040 <config >
4141 <product id =" appliance" series =" pas" family =" linux" rank =" 04150" />
7373 <xsl : variable name =" config" select =" exsl:node-set($_transformation-map)/*" />
7474
7575
76- <!-- ======== General Templates -->
76+ <!-- ======== General Templates -->
7777 <xsl : template match =" node() | @*" name =" copy" >
7878 <xsl : copy >
7979 <xsl : apply-templates select =" node() | @*" />
You can’t perform that action at this time.
0 commit comments