我有一个标签<H>some data</H>
。此标记可以出现在 XML 文件中的任何位置。下面是一个例子——
<Name>This is some data. It is an <H>highlighted text</H></Name>
<DDesc>Here is the Detailed <H>Description</H>
<Features>Following are the important <H>features of</H> the product</Features>
<Construction>Some text <H>goes here</H></Construction>
<Design>Some design <H>stuff</H> information</Design>
</Features>
</DDesc>
</Name>
现在我想获取<H>..</H>
标签的内容。这个标签被用于所有标签。如何得到它?