Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 网站建设 > 网页制作 > XML Element
【标  题】:XML Element
【关键字】:XML,Element
【来  源】:http://www.cublog.cn/u/18418/showart.php?id=115896

XML Element

Your Ad Here
<book>
<title>My First XML</title>
<prod id="33-657" media="paper"></prod>
<chapter>Introduction to XML
<para>What is HTML</para>
<para>What is XML</para>
</chapter>

<chapter>XML Syntax
<para>Elements must have a closing tag</para>
<para>Elements must be properly nested</para>
</chapter>

</book>
 

Book is the root element. Title, prod, and chapter are child elements of book. Book is the parent element of title, prod, and chapter. Title, prod, and chapter are siblings (or sister elements) because they have the same parent.


Elements have Content

Elements can have different content types.

An XML element is everything from (including) the element's start tag to (including) the element's end tag.

An element can have element content, mixed content, simple content, or empty content. An element can also have attributes.

In the example above, book has element content, because it contains other elements. Chapter has mixed content because it contains both text and other elements. Para has simple content (or text content) because it contains only text. Prod has empty content, because it carries no information.

In the example above only the prod element has attributes. The attribute named id has the value "33-657". The attribute named media has the value "paper"

 

最新CU/400区精华帖子chm格式下载(2006/05/21):【上一篇】
http status:【下一篇】
【相关文章】
  • 学习xml 之"实体"篇
  • Java+XML+MVC 框架StrutsCX简介
  • C++解析XML
  • [代码库]xml<->php DS. php代码. zz
  • 管理 XML 数据: 标签 URI
  • SAS9 XML操作
  • IBatisnet中,SQL语句字符与配置文件XML保留字符冲突的区别(比如>,<等)
  • Ajax核心:XMLHTTP组件相关技术资料
  • 推荐一个创新的东西,OPS[将表单页面数据XML化,与AJAX完美结合起来,有创意!]
  • XML和O/R mapping 的讨论!
  • 【随机文章】
  • 用asp实现QQ在线查询
  • Eclipse开发平台编程溯源寻根
  • 被恶意网页攻击的还原(1)
  • 如何防范恶意网站
  • ADAPTEC推出新SATA II 4和8端口RAID控制器卡
  • 最全的后门制作及安装技术 五
  • 菜鸟释疑:PC机和游戏机的区别到底在哪里
  • php环境配置 php5 mysql5 apache2 phpmyadmin安装与配置
  • solaris下使用Disksuite 生成镜像磁盘
  • Apusic负载均衡器
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.