【XML】xmlns, XSLT, RelaxNG, JAXP, etc.【総合】

このエントリーをはてなブックマークに追加
105デフォルトの名無しさん
<xsl:template select="/ns0:boards/board/@nick[prefix()=namespace('ns0') and local()='tech']">
  <xsl:value-of select="."/>
</xsl:template>
とか、
<xsl:template select="/ns0:boards/board/@nick[qname()=qname('ns0','tech')]">
  <xsl:value-of select="."/>
</xsl:template>
とか、
書けないもんかねぇ。