以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 DTD/XML Schema 』  (http://bbs.xml.org.cn/list.asp?boardid=23)
----  [求助]关于XML的DTD问题。(新手)[原创]  (http://bbs.xml.org.cn/dispbbs.asp?boardid=23&rootid=&id=75366)


--  作者:sunny203
--  发布时间:6/12/2009 10:13:00 PM

--  [求助]关于XML的DTD问题。(新手)[原创]
[color=#0000FF]这门课刚学不久就遇到一个让我转不过弯的题,多多帮助color]
<?xml version="1.0" encoding="gb2312"?>
<personnel>
  <department id="销售部门">
    <employee>
      <name>李江</name>
      <title>副总经理</title>
      <staff>
        <employee>
          <name>王强</name>
          <title>经理</title>
          <staff>
            <employee>
              <name>王志东</name>
              <title>销售职员</title>
            </employee>
            <employee>
              <name>李丽</name>
              <title>销售职员</title>
            </employee>
          </staff>
        </employee>
        <employee>
          <name>张志强</name>
          <title>财务主管</title>
        </employee>
      </staff>
    </employee>
  </department>
  
  <department id="管理部门">
    <employee>
      <name>李龙</name>
      <title>副总经理</title>
      <staff>
        <employee>
          <name>王强</name>
          <title>经理</title>
          <staff>
            <employee>
              <name>王志南</name>
              <title>职员</title>
            </employee>
            <employee>
              <name>李素丽</name>
              <title>职员</title>
            </employee>
          </staff>
        </employee>
        <employee>
          <name>张立强</name>
          <title>主管</title>
        </employee>
      </staff>
    </employee>
  </department>

  <department id="市场部门">
    <employee>
      <name>康万年</name>
      <title>副总经理</title>
      <staff>
        <employee>
          <name>润泽民</name>
          <title>擢升主管</title>
        </employee>
        <employee>
          <name>雷阵宁</name>
          <title>广告主管</title>
        </employee>
      </staff>
    </employee>
  </department>
</personnel>

对上题所给定的xml文档,编写其DTD、Xml_schema



--  作者:dlmujiang
--  发布时间:6/17/2009 8:35:00 PM

--  
不会也是海事大学管信的吧
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
46.875ms