单项选择题 Report.xml中包含subject 元素,该元素可以包含某HTML 标记,如下:< subject>< b>2008年< /b>< i>北京奥运会< i>展望< /subject>现需要编写一个XML schema来定义该xml文档内容的结构,以下的schema片断中,()可以使Report.xml通过有效性验证。
单项选择题 <stuList><student id="a001"><name>jack<name><age>22</age></student><student id="a002"><name>make<name><age>23</age></student></stuList>查找id=’a002’的xpath表达式是()。
单项选择题 <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片段正确的是()。