<xsl:template match="aws:Item">
...
<xsl:variable name="width" select="aws:LargeImage/aws:Width"></xsl:variable>
<xsl:variable name="height" select="aws:LargeImage/aws:Height"></xsl:variable>
...
<xsl:value-of select="$width div 2"></xsl:value-of>
<xsl:value-of select="$height div 2"></xsl:value-of>
...
</xsl:template>
<xsl:template match="aws:Item">
...
<xsl:variable name="width" select="aws:LargeImage/aws:Width"></xsl:variable>
<xsl:variable name="height" select="aws:LargeImage/aws:Height"></xsl:variable>
...
<xsl:value-of select="$width div 2"></xsl:value-of>
<xsl:value-of select="$height div 2"></xsl:value-of>
...
</xsl:template>
Drupal とは何だろう? Drupal のコミュニティでコンセンサスが得られているものとしては、
である。 最初の CMS については、疑いない。Drupal の入り口としては、私も Movable Type の再構築に辟易し、ブログの置き換えを狙っていた。要は簡単にサイトが作れるというものである。
Drupal とは何だろう? Drupal のコミュニティでコンセンサスが得られているものとしては、
である。 最初の CMS については、疑いない。Drupal の入り口としては、私も Movable Type の再構築に辟易し、ブログの置き換えを狙っていた。要は簡単にサイトが作れるというものである。