{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

XML实用技术自学经典

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

XML实用技术自学经典

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

内容细致,知识全面,适合初、中级读者学习使用

案例丰富,所有技术要点均采用示例程序的方式讲解

实例代码中注释详细,方便读者理解代码的具体含义

由浅入深,循序渐进,强调理论和实践的结合

Content Description

本书主要讲述XML及其相关技术,全书共10章,分别介绍XML基础语法、XML命名空间、文档类型定义、利用应用文档对象模型操作XML文档、JavaScript语言、应用XPath操作XML文档、利用CSS和XSLT转换XML、可缩放矢量图形相关知识、C#的基础知识和语法及在C#中应用文档对象模型读写XML文档。
本书适合于对XML感兴趣,想更深入学习XML及其相关技术的读者。

Catalogue

第1章 XML简介 1
1.1 标记语言的发展简史 1
1.2 什么是XML 2
1.3 使用XML的好处 3
1.4 用浏览器浏览XML文档 3
1.5 XML语法 4
1.5.1 XML的标记、元素和属性 4
1.5.2 XML的语法规则 5
1.5.3 XML名称命名规则 9
1.5.4 XML实体引用 10
1.5.5 XML的CDATA区 11
1.5.6 XML的注释 12
1.5.7 XML声明 12
1.5.8 格式正确的XML文档 12
1.5.9 XML的命名空间 13
1.5.10 错误处理 15
1.6 DTD和XML Schema 17
1.7 解析XML文档 18
1.8 XPath概述 19
1.9 XSLT概述 20
习题 21
第2章 XML命名空间 22
2.1 XML命名空间概述 22
2.2 声明命名空间 23
2.2.1 URL、URI和URN 24
2.2.2 创建命名空间 26
2.3 命名空间应用实例 30
2.4 常见的命名空间 35
习题 37
第3章 文档类型定义 38
3.1 DTD语法规则 38
3.1.1 DTD元素 38
3.1.2 DTD属性 42
3.1.3 DTD实体 48
3.2 应用DTD 50
3.3 DTD的局限性 54
习题 54
第4章 XML模式 56
4.1 使用XML Schema的好处 56
4.2 XSD的语法规则 57
4.2.1 XSD中的元素 57
4.2.2 XSD中的属性 63
4.2.3 XSD中的数据类型 65
4.3 创建XSD Schema 78
4.4 应用XSD Schema 80
4.5 XSD文件之间的引用 81
4.5.1 import方式 81
4.5.2 include方式 87
习题 90
第5章 使用文档对象模型操作XML文档 92
5.1 JavaScript简介 92
5.1.1 JavaScript代码在HTML中放置的位置 92
5.1.2 JavaScript的数据类型 93
5.1.3 JavaScript的语法格式 95
5.1.4 JavaScript的运算符 95
5.1.5 JavaScript变量 98
5.1.6 JavaScript的对象 100
5.1.7 JavaScript的函数 101
5.1.8 JavaScript语句 103
5.2 使用DOM操作XML文档 111
5.2.1 文档对象模型概述 112
5.2.2 XML DOM的属性与方法 113
5.2.3 读取XML文档 120
5.2.4 写入XML文档 126
习题 136
第6章 使用XPath操作XML文档 138
6.1 XPath简介 138
6.1.1 XPath的节点 138
6.1.2 XPath的语法 139
6.1.3 XPath的轴 141
6.1.4 XPath的运算符和特殊字符 142
6.1.5 XPath的函数 143
6.2 XPath的实例 150
6.2.1 IIS的安装和设置 151
6.2.2 在IIS上发布网站 154
6.2.3 XPath实例 156
习题 159
第7章 使用CSS和XSLT转换XML文档 161
7.1 CSS技术简介 161
7.1.1 CSS的调用 161
7.1.2 用CSS格式化XML文档 162
7.2 XSLT简介 170
7.2.1 XSLT的基本转换过程 171
7.2.2 XSLT语法 173
7.3 CSS与XSLT相结合格式化XML文档 180
习题 184
第8章 可缩放矢量图形SVG 185
8.1 SVG的一些基本概念 185
8.1.1 SVG的引用 186
8.1.2 SVG的坐标系统 188
8.2 SVG的内置基本图形形状 189
8.2.1 矩形(Rectangle) 189
8.2.2 圆形(Circle) 190
8.2.3 椭圆形(Ellipse) 191
8.2.4 直线(Line) 192
8.2.5 折线(Polyline) 193
8.2.6 多边形(Polygon) 194
8.2.7 路径(Path) 195
8.2.8 文字(Text) 196
8.3 SVG滤镜 197
8.4 SVG渐变 200
8.4.1 线性渐变 200
8.4.2 放射性渐变 202
8.5 HTML与SVG 203
习题 204
第9章 初识C# 205
9.1 数据类型 205
9.1.1 简单类型 205
9.1.2 结构类型 208
9.1.3 枚举类型 209
9.1.4 数组类型 210
9.1.5 类型转换 213
9.2 类 216
9.2.1 类声明 216
9.2.2 创建类实例 216
9.2.3 类成员 217
9.2.4 构造函数和析构函数 218
9.2.5 方法 219
9.2.6 字段与属性 224
9.2.7 继承 226
9.2.8 多态性 228
9.2.9 抽象类 229
9.2.10 密封类 230
9.3 接口 231
9.4 委托与事件 232
9.4.1 委托 232
9.4.2 事件 234
9.5 表达式 235
9.5.1 一元运算符 235
9.5.2 算术运算符 236
9.5.3 位运算符 236
9.5.4 关系和类型测试运算符 236
9.5.5 条件、条件逻辑和赋值运算符 238
9.5.6 其他特殊运算符 238
9.6 程序控制语句 240
9.6.1 选择语句 240
9.6.2 循环语句 242
9.6.3 跳转语句 244
9.6.4 异常处理 245
习题 246
第10章 应用C#操作XML文档 247
10.1 DOM实现 247
10.2 应用实例 248
10.2.1 装载XML文档 249
10.2.2 DOM实现遍历XML文档 251
10.2.3 查询特殊元素和节点 252
10.3 修改XML文档 258
10.3.1 Save方法 258
10.3.2 XmlDocumentFragment类 258
10.3.3 XmlElement类 259
10.3.4 添加节点到XML文档中 260
10.3.5 删除和更换节点 260
10.3.6 将XML片段插入XML文档 261
10.3.7 添加属性到节点中 261
10.4 DOM综合实例 262
10.5 处理空白 265
10.6 处理命名空间 265
10.7 XmlDocument类的事件 267
10.8 XmlReader和XmlWriter类简介 268
10.9 用XmlTextReader类读取XML文档 270
10.9.1 读取元素属性和值 271
10.9.2 遍历XML文档 273
10.10 编写XML文档 277
10.11 综合实例 281
习题 302





Introduction

前言

由于在实际工作中需要大量用到XML及其相关技术,比如用于存储、传输数据,格式化显示XML数据等,因而笔者对XML的应用还算有所心得,于是产生了写一本关于XML技术方面书籍的想法,经过一段时间的努力,终于完稿。希望本书能够起到抛砖引玉的作用,引领读者加快学习XML技术的步伐。

本书内容

本书以实例为中心,全面介绍了XML应用的方法和技术。全书共10章,这10章既相互关联又各独自为篇。第1~4章分别介绍了XML的格式和语法、XML命名空间、文档类型定义,以及XML模式。第5章介绍了利用应用文档对象模型操作XML文档和JavaScript语言。第6章讲解了应用XPath操作XML文档。第7章讲述了CSS和XSLT转换XML的方法。第8章介绍了可缩放矢量图形的相关知识。第9章讲述了C#的基础知识和语法。第10章介绍了在C#中应用文档对象模型、XmlReader和XmlWriter读写XML文档的知识。

本书以实例来讲述各种与XML相关的知识和技术,对涉及的各种技术,如CSS、JavaScript、C#的类及函数给出了详细的解释。具体特点如下:

*涵盖了XML技术的各个方面,既适合初学者,也适合于具备一定XML知识的读者。

*所有的技术要点均采用示例程序的方式加以讲解,避免了枯燥的理论解释。

*每一章都有相应的练习习题,使读者能更进一步地掌握学习的知识点。

*在较为复杂的C#综合示例程序中,展示了在C#编程中比较常用但又不易掌握的技术难点,如自定义控件、控件间的互动等,并在书中详细地加以解释。

读者对象

本书适合两类读者阅读。一类是从未接触过XML,希望通过阅读相关书籍掌握XML这门技术的读者。建议这类读者按照目录安排,循序渐进地阅读本书。另一类是具备一定的XML技术基础,希望实现技术升级和掌握新技术的读者。如果这类读者对于XML技术具有兴趣,同时又具有一定的编程经验,或想更深入地了解,建议先粗略地阅读前3章,然后将时间和精力放在书中感兴趣的部分。

由于时间仓促,加之作者水平有限,书中肯定会有不少缺点和疏漏,敬请读者批评指正,编者会在适当的时间再作修订补充,以跟上XML技术的发展。

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book