Lines Matching refs:select

26 <xsl:variable name="now" select="current-dateTime()"/>
32 <xsl:comment>Generated at <xsl:value-of select="$now"/></xsl:comment>
82 …<td colspan="1" class="notes">Notes: <xsl:value-of select="count(descendant::type[attribute::name=…
83 …<td colspan="1" class="binaries">Binaries: <xsl:value-of select="count(descendant::type[attribute:…
84 …<td colspan="1" class="archives">Archives: <xsl:value-of select="count(descendant::type[attribute:…
85 …<td colspan="1" class="standards">Standards: <xsl:value-of select="count(descendant::type[attribut…
88 …<td colspan="2" class="licenced">Apache Licensed: <xsl:value-of select="count(descendant::header-t…
89 …<td colspan="2" class="generated">Generated Documents: <xsl:value-of select="count(descendant::hea…
98 …<td colspan="4" class="unknown"><xsl:value-of select="count(descendant::header-type[attribute::nam…
101 …<td colspan="4" class="unknown-zero"><xsl:value-of select="count(descendant::header-type[attribute…
110 <xsl:for-each select="descendant::resource[license-approval/@name=&quot;false&quot;]">
112 <xsl:value-of select="@name"/><br/>
120 <xsl:for-each select="descendant::resource[type/@name=&quot;archive&quot;]">
121 + <xsl:value-of select="@name"/>
133 <xsl:for-each select="descendant::resource">
142 …<xsl:when test="type/@name=&quot;standard&quot;"><xsl:value-of select="header-type/@name"/></xsl:w…
146 <xsl:value-of select="@name"/><br/>
154 <xsl:for-each select="descendant::resource[header-type/@name=&quot;?????&quot;]">
156 <h4><xsl:value-of select="@name"/></h4>
157 <xsl:value-of select="header-sample"/>
162 <!-- <xsl:apply-templates select="resource"/>
163 <xsl:apply-templates select="header-sample"/>
164 <xsl:apply-templates select="header-type"/>
165 <xsl:apply-templates select="license-family"/>
166 <xsl:apply-templates select="license-approval"/>
167 <xsl:apply-templates select="type"/> -->
173 <h3>Resource: <xsl:value-of select="@name"/></h3>
182 <xsl:value-of select="."/>
189 Header Type: <xsl:value-of select="@name"/>
194 License Family: <xsl:value-of select="@name"/>
199 License Approval: <xsl:value-of select="@name"/>
204 Type: <xsl:value-of select="@name"/>
209 <p>Generated at <xsl:value-of select="$now"/></p>