我需要一份<代码>Xpath的表述,其中将选择具有一定价值的数值。 为此,我正在使用<代码>id领域。
@id=[starts-with(name(), value )
以下内容不可行。 是否有办法使用<代码>的起步-附,标的之间的数值? 或者在<代码>Xpath中,选择具有已知价值的对等值的另一种方法。
这里是我试图钻探XML的样本:
<bean>
<id>AnnotationsBasedJMXAutoExporter</id>
<class>org.springframework.jmx.export.MBeanExporter</class>
<lazy-init>false</lazy-init>
<property>assembler
<!-- will create management interface using annotation metadata -->
<bean></bean>
</property>
</bean>