31

特定の値で始まる値を選択する Xpath 式が必要です。この例では、id フィールドを使用しています。

@id=[starts-with(name(),'value')

以下は動作しません。タグ間の値で starts-with コマンドを使用する方法はありますか? または、既知の値と一致する値を選択する 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>
4

1 に答える 1