回答編集履歴
1
test
CHANGED
@@ -22,7 +22,6 @@
|
|
22
22
|
</xsl:template>
|
23
23
|
|
24
24
|
<xsl:template match="p">
|
25
|
-
<xsl:variable name="text" select="."/>
|
26
25
|
<p>
|
27
26
|
<xsl:apply-templates/> <!-- here -->
|
28
27
|
</p>
|