我有一个 xml 标签,如:
<p xmlns="http://www.w3.org/1999/xhtml">Text1<span title="instruction=componentpresentation,componentId=1234,componentTemplateId=1111">CPText2CP</span></p>
如果我必须<span title="instruction=componentpresentation,componentId=1234,componentTemplateId=1111">CPText2CP</span>
用
<componentpresentation componentID="1234" templateID="1111" dcpID="dcp1111_1234" dcplocation="/wip/data/pub60/dcp/txt/dcp1111_1234.txt">Text2</componentpresentation>
是否有任何可能的方式来实现这一点,请提出建议/更改。
编辑
从上面的标签中,我可以将完整<span></span>
标签作为一个字符串,标签之间有文本。任何建议。