Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は XML と XSL を初めて使用します。ばかげた質問をして申し訳ありません。XSL を使用してデータ 'a' を検索する方法。
<A> <B>b</B> <C>c</C> a <D>d</D> <E>e</E> </A>
答えを探し、Xpath を使用して b、c、d、e を見つけることを学びました。データ a に関しては、私は失敗しました。パス A を使用しようとしましたが、bcad e を含むすべてのデータが表示されました。助けてくれてありがとう。