例如,我有一个变量$myVar
等于:
<ResultSet>
<Row>
<Cell name="NEXTVAL" type="NUMBER">475535</Cell>
</Row>
<Row>
<Cell name="NEXTVAL" type="NUMBER">475536</Cell>
</Row>
<Row>
<Cell name="NEXTVAL" type="NUMBER">475537</Cell>
</Row>
</ResultSet>
如何在 xslt 中为这个变量使用 xpath?
就像以某种方式获得价值/ResultSet/Row[1]/Cell