标签: xpath
<univ> <student> <id>1</id> <major>cs</major> </student> <student> <id>2</id> </student> .... </univ>
如何找到没有专业的学生证? 所以输出应该是2。