示例XML源代码:Things<note>such as people</note> <note>or animals</note>act in crazy ways.</text>但我得到的是: <text>Things</text><text>act in crazy ways.</text>
我有一个像这样的XML结构,只是一些混合了HTML标记的有效XML结构。我正在尝试匹配部分中的<p>MyHeader</p>,并将其设置为空。也就是说,在对这个结构运行了XSLT之后,我不想打印<p>MyHeader</p>标记。> other content in section </p>
<h1> other content