これは私のXMLです
<my_xml>
<record>
<p>hello <b>world</b> this is some html</p>
</record>
</my_xml>
XPath を使用して以下を返すことはできますか?
<p>hello <b>world</b> this is some html</p>
これは私のXMLです
<my_xml>
<record>
<p>hello <b>world</b> this is some html</p>
</record>
</my_xml>
XPath を使用して以下を返すことはできますか?
<p>hello <b>world</b> this is some html</p>