0
의 모든 하위 항목을 xpath 또는 xsl의 (특정하지 않음) 속성을 가져올 수있는 방법은 무엇입니까?속성이있는 모든 하위 항목을 선택하십시오.
예컨대 :
<person id= "11">
<name>A name</name>
<language lang="en">Hello</language >
<country region="Africa">Egypt</country>
<date-of-birth>2002</date-of-birth>
</person>
그리고 내가 돌아올 원하는 :
<language lang="en">Hello</language >
<country region="Africa">Egypt</country>