Lines Matching refs:name

26 <xsl:variable name="now" select="current-dateTime()"/>
66 <xsl:call-template name="generated"/>
82 …ss="notes">Notes: <xsl:value-of select="count(descendant::type[attribute::name=&quot;notice&quot;]…
83 …naries">Binaries: <xsl:value-of select="count(descendant::type[attribute::name=&quot;binary&quot;]…
84 …chives">Archives: <xsl:value-of select="count(descendant::type[attribute::name=&quot;archive&quot;…
85 …dards">Standards: <xsl:value-of select="count(descendant::type[attribute::name=&quot;standard&quot…
88 … Licensed: <xsl:value-of select="count(descendant::header-type[attribute::name=&quot;AL &quot;])…
89 …Documents: <xsl:value-of select="count(descendant::header-type[attribute::name=&quot;GEN &quot;])…
97 <xsl:when test="count(descendant::header-type[attribute::name=&quot;?????&quot;]) &gt; 0">
98 …="unknown"><xsl:value-of select="count(descendant::header-type[attribute::name=&quot;?????&quot;])…
101 …nown-zero"><xsl:value-of select="count(descendant::header-type[attribute::name=&quot;?????&quot;])…
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"/>
135 <xsl:when test="license-approval/@name=&quot;false&quot;">!</xsl:when>
139 <xsl:when test="type/@name=&quot;notice&quot;">N   </xsl:when>
140 <xsl:when test="type/@name=&quot;archive&quot;">A   </xsl:when>
141 <xsl:when test="type/@name=&quot;binary&quot;">B   </xsl:when>
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>
173 <h3>Resource: <xsl:value-of select="@name"/></h3>
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"/>
208 <xsl:template name="generated">