turugina #6589(2008/06/25 11:02 GMT) [ XSLT ] Rating0/0=0.00
unparsed-text() を使って。 よっぽどひねくれた実装でもない限り GETでとってくると思います。
1 2 3 4 5 6 7 8 9 10 11
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > <xsl:output method="text" /> <xsl:template match="/" > <xsl:value-of select="unparsed-text('http://ja.doukaku.org/feeds/comments/')" /> </xsl:template> </xsl:stylesheet>
Rating0/0=0.00-0+
[ reply ]
turugina
#6589()
[
XSLT
]
Rating0/0=0.00
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > <xsl:output method="text" /> <xsl:template match="/" > <xsl:value-of select="unparsed-text('http://ja.doukaku.org/feeds/comments/')" /> </xsl:template> </xsl:stylesheet>Rating0/0=0.00-0+
[ reply ]