out.002

来自「软件开发技术与方法」· 002 代码 · 共 34 行

002
34
字号
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE employees SYSTEM "exam.dtd">
<test id="XM30-XML">
  <decription>Introduction to XML</decription>
  <comments></comments>
  <testQuestions>
    <question id="1">
      <questionText>Basic XML consists of:</questionText>
      <comment></comment>
      <choices allowmultiples="No ">
        <choice id="A">
          <choiceText>Hierarchical structure of tagged elements, attributes and text</choiceText>
          <correct>Yes</correct>
        </choice>
        <choice id="B">
          <choiceText>All the HTML tags plus a set of new XML only tags</choiceText>
          <correct>No </correct>
        </choice>
        <choice id="C">
          <choiceText>Object oriented structure of rows and columns</choiceText>
          <correct>No </correct>
        </choice>
        <choice id="D">
          <choiceText>Processing instructions (PI&apos;s) for text data</choiceText>
          <correct>No </correct>
        </choice>
        <choice id="E">
          <choiceText>Textual data with tags for visual presentation</choiceText>
          <correct>No </correct>
        </choice>
      </choices>
    </question>
  </testQuestions>
</test>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?