XML使いの板
at HP
482:Name_Not_Found
02/04/30 18:02 JrR/a6Uf
>>480
むずかしい。^^;;
<xsl:stylesheet version="1.0" xmlns:xsl="URLリンク(www.w3.org)">
<xsl:output method="html" version="4.0" encoding="Shift_JIS" indent="yes"/>
<xsl:template match="/">
<table border="1">
<xsl:for-each select="//項目">
<tr>
<xsl:for-each select="*">
<td>
<xsl:value-of select="."/>
</td>
</xsl:for-each>
</tr>
</xsl:for-each>
</table>
</xsl:template>
</xsl:stylesheet>
これで、勘弁して。。。
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5000日前に更新/260 KB
担当:undef