1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <xsl:stylesheet xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform" xmlns:
x=
"http://www.w3.org/1999/xhtml" version=
"1.0">
4 <xsl:output method=
"xml"/>
6 <xsl:param name=
"build_type" />
7 <xsl:param name=
"no_mpl_subset" />
8 <xsl:param name=
"os" />
9 <xsl:param name=
"themes" />
11 <xsl:template match=
"x:div">
14 not(contains($build_type,@class)) and
15 not(contains($no_mpl_subset,@class)) and
16 not(contains($os,@class)) and
17 not(contains($themes,@class)) and @class)">
18 <!-- do not write out license text for these externals -->
21 <xsl:apply-templates select=
"node()"/>
26 <xsl:template match=
"@* | node()">
28 <xsl:apply-templates select=
"@* | node()"/>