XSL/XSLT (558レス)
XSL/XSLT http://medaka.5ch.net/test/read.cgi/php/999654569/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
541: nobodyさん [] 2012/09/13(木) 16:58:26.02 ID:2LiGXsgg xmlのツリーに、いくつものbookDescriptionがあります。 <table> <bookDescription> <bookCode> <price>100<price> </bookCode> <title>X</title> 〜〜〜 </bookDescription> </table> な感じで、bookDescriptionをpriceでascendingで表示したいと思います。 xsltで<xsl:sort select="bookCode/price" order="ascending"/>を入れるとエラーが出でしまいます。 http://medaka.5ch.net/test/read.cgi/php/999654569/541
542: nobodyさん [] 2012/09/13(木) 16:59:36.50 ID:2LiGXsgg <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="/"> <html> <xsl:apply-templates /> </html> </xsl:template> <xsl:template match="table"> <body> <h2>Test</h2> <xsl:apply-templates/> </body> </xsl:template> <xsl:template match="bookDescription"> <!--<xsl:sort select="bookCode/price" order="ascending"/>--> </xsl:template> <xsl:template match="bookDescription"> <table border="1"> <tr> <td><xsl:value-of select="bookCode"/></td> <td><xsl:value-of select="title"/></td> </tr> </table> <br /> </xsl:template> </xsl:stylesheet> どうすればいいのでしょうか? http://medaka.5ch.net/test/read.cgi/php/999654569/542
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.699s*