これを xml ドキュメントから html に抽出しようとしています。問題は、純粋なテキストを取得することです。htmlタグは残しておきたいです。
私のコードはノードを取得します
<xsl:value-of select="text" />
ノード:
<text>
<p>
<strong>Hello</strong>
<br/>
<p>
This is a text.
</p>
</text>
今私は得る
Hello This is a text
タグなし。