-1

components/section/templateid=3.11 のすべてのエントリ ノードを選択する必要がある次の xml ドキュメントがあります。そのためのXPathは何ですか?

     <component>
        <structuredBody>
                <component>
                    <section>
                        <templateId root="1.11"/>           
                        <entry>......</entry>                                                              
                    </section>              
                </component>    
                <component>
                    <section>
                        <templateId root="2.11"/>
                        <templateId root="2.12"/>                   
                        <entry>......</entry>
                        <entry>......</entry>
                    </section>
                </component>
                <component>
                    <section>
                        <templateId root="3.11"/>
                        <templateId root="3.12"/>                   
                        <entry>......</entry>
                        <entry>......</entry>
                    </section>
                </component>            
        <structuredBody>
     </component>
4

1 に答える 1