<Form>
<Table>
<Row>
<Column></Column>
<Column></Column>
<Column></Column>
</Row>
<Row>
<Column id="xxx"></Column>
<Column></Column>
<Column></Column>
</Row>
<Row>
<Column></Column>
<Column></Column>
<Column></Column>
</Row>
</Table>
</Form>
如何在表中所有行的上下文中选择包含 ID 为"xxx"的列的行的位置?
问:如何在表格中所有行的上下文中选择包含 ID 为"xxx"的列的行的位置?
尝试:
"count(Row[Column/@id = 'xxx']/preceding-sibling::Row) + 1"