单项选择题
A.//name[.=’a002’]
B.//name[@id]/age=’22’
C.//name[@id=’a002’]
D.stuList/child::*[2]
单项选择题 <roster><student ID="s101">;<name>;李华<;/name>;<sex>;男<;/sex>;<birthday>;1978.9.12<;/birthday>;<score>;92<;/score>;</student>;<student ID="s102">;<name>;齐辉<;/name>;<sex>;女<;/sex>;<birthday>;1979.3.2<;/birthday>;<score>;90<;/score>;</student>;</roster>;针对上述XML代码,输出ID为s102的学生的姓名的XSL片段正确的是()。
单项选择题 <customer_summaryxmlns:addr="http://www.xyz.com/addresses/"xmlns:books="http://www.zyx.com/books/"><addr:name><title>Mrs.</title></addr:name><books:title>Lord of the Rings</books:title>上述是一段关于XML命名空间的实例片段,以下说法错误的是()。
多项选择题 <?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>关于上述Xml文档,以下描述正确的是()。