回答編集履歴

1

2023/04/13 09:22

投稿

melian
melian

スコア19825

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>