![Phân tích tư tưởng của nhân dân qua đoạn thơ: Những người vợ nhớ chồng… Những cuộc đời đã hóa sông núi ta trong Đất nước của Nguyễn Khoa Điềm](https://timtailieu.net/upload/document/136415/phan-tich-tu-tuong-cua-nhan-dan-qua-doan-tho-039-039-nhung-nguoi-vo-nho-chong-nhung-cuoc-doi-da-hoa-song-nui-ta-039-039-trong-dat-nuoc-cua-nguyen-khoa-136415.jpg)
XML by Example- P1
Số trang: 50
Loại file: pdf
Dung lượng: 501.43 KB
Lượt xem: 8
Lượt tải: 0
Xem trước 5 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
XML bởi Ví dụ, 2 phiên bản đã được sửa đổi và cập nhật để bao gồm các tiêu chuẩn mới nhất, ví dụ mạnh mẽ hơn, và các công cụ tốt hơn cho các nhà phát triển để làm cho hầu hết các XML khi họ tìm hiểu nó. Xây dựng kiến thức off reader của HTML, JavaScript và phát triển web, cuốn sách này dạy XML bằng cách sử dụng thực tế, ví dụ thực tế từng bước của con đường. Cuốn sách bắt đầu với bản về các công nghệ và các tiêu chuẩn tạo nên XML....
Nội dung trích xuất từ tài liệu:
XML by Example- P1 XML B Y E X A M P L E201 West 103rd Street Benoît MarchalIndianapolis, Indiana 46290 PublisherXML by Example John PierceCopyright © 2000 by Que ® Acquisitions Editor Todd GreenAll rights reserved. No part of this book shall be repro-duced, stored in a retrieval system, or transmitted by Development Editor Susan Hobbsany means, electronic, mechanical, photocopying,recording, or otherwise, without written permission Technical Editor Karl Fastfrom the publisher. No patent liability is assumed withrespect to the use of the information contained herein. Managing Editor Thomas F. HayesAlthough every precaution has been taken in thepreparation of this book, the publisher and author Project Editor Karen S. Shieldsassume no responsibility for errors or omissions. Nor isany liability assumed for damages resulting from the Copy Editor Sossity Smithuse of the information contained herein. IndexerInternational Standard Book Number: 0-7897-2242-9 Tina TrettinLibrary of Congress Catalog Card Number: 99-66449 Proofreader Maribeth EchardPrinted in the United States of America Team CoordinatorFirst Printing: December 1999 Julie Otto Media Developer01 00 4 3 2 Jay PayneTrademarks Interior Designer Karen RugglesAll terms mentioned in this book that are known to be Cover Designertrademarks or service marks have been appropriately Rader Designcapitalized. Que cannot attest to the accuracy of this Copy Writerinformation. Use of a term in this book should not be Eric Borgertregarded as affecting the validity of any trademark or Productionservice mark. Louis Porter Jr.Warning and DisclaimerEvery effort has been made to make this book as com-plete and as accurate as possible, but no warranty orfitness is implied. The information provided is on an“as is” basis. The author and the publisher shall haveneither liability nor responsibility to any person orentity with respect to any loss or damages arising fromthe information contained in this book. iii Contents at a GlanceIntroduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .11 The XML Galaxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .52 The XML Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .413 XML Schemas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .694 Namespaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1075 XSL Transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1256 XSL Formatting Objects and Cascading Style Sheet . . . . . . . . . .1617 The Parser and DOM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1918 Alternative API: SAX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2319 Writing XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .26910 Modeling for Flexibility . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .30711 N-Tiered Architecture and XML . . . . . . . . . . . . . . . . . . . . . . . . . .34512 Putting It All Together: An e-Commerce Example . . . . . . . . . . . .381Appendix A: Crash Course on Java . . . . . . . . . . . . . . . . . . . . . . . . . .457Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .485Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .489 Table of ContentsIntroduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1 The by Example Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1 Who Should Use This Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1 This Book’s Organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2 Conventions Used in This Book . . . . . . . . . . . . . . . . . . . . . . . . . . .31 The XML Galaxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6 A First Look at XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .8 No Predefined Tags . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .9 Stricter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .10 A First Look at Document Structure . . . . . . . ...
Nội dung trích xuất từ tài liệu:
XML by Example- P1 XML B Y E X A M P L E201 West 103rd Street Benoît MarchalIndianapolis, Indiana 46290 PublisherXML by Example John PierceCopyright © 2000 by Que ® Acquisitions Editor Todd GreenAll rights reserved. No part of this book shall be repro-duced, stored in a retrieval system, or transmitted by Development Editor Susan Hobbsany means, electronic, mechanical, photocopying,recording, or otherwise, without written permission Technical Editor Karl Fastfrom the publisher. No patent liability is assumed withrespect to the use of the information contained herein. Managing Editor Thomas F. HayesAlthough every precaution has been taken in thepreparation of this book, the publisher and author Project Editor Karen S. Shieldsassume no responsibility for errors or omissions. Nor isany liability assumed for damages resulting from the Copy Editor Sossity Smithuse of the information contained herein. IndexerInternational Standard Book Number: 0-7897-2242-9 Tina TrettinLibrary of Congress Catalog Card Number: 99-66449 Proofreader Maribeth EchardPrinted in the United States of America Team CoordinatorFirst Printing: December 1999 Julie Otto Media Developer01 00 4 3 2 Jay PayneTrademarks Interior Designer Karen RugglesAll terms mentioned in this book that are known to be Cover Designertrademarks or service marks have been appropriately Rader Designcapitalized. Que cannot attest to the accuracy of this Copy Writerinformation. Use of a term in this book should not be Eric Borgertregarded as affecting the validity of any trademark or Productionservice mark. Louis Porter Jr.Warning and DisclaimerEvery effort has been made to make this book as com-plete and as accurate as possible, but no warranty orfitness is implied. The information provided is on an“as is” basis. The author and the publisher shall haveneither liability nor responsibility to any person orentity with respect to any loss or damages arising fromthe information contained in this book. iii Contents at a GlanceIntroduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .11 The XML Galaxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .52 The XML Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .413 XML Schemas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .694 Namespaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1075 XSL Transformation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1256 XSL Formatting Objects and Cascading Style Sheet . . . . . . . . . .1617 The Parser and DOM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1918 Alternative API: SAX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2319 Writing XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .26910 Modeling for Flexibility . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .30711 N-Tiered Architecture and XML . . . . . . . . . . . . . . . . . . . . . . . . . .34512 Putting It All Together: An e-Commerce Example . . . . . . . . . . . .381Appendix A: Crash Course on Java . . . . . . . . . . . . . . . . . . . . . . . . . .457Glossary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .485Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .489 Table of ContentsIntroduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1 The by Example Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1 Who Should Use This Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1 This Book’s Organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2 Conventions Used in This Book . . . . . . . . . . . . . . . . . . . . . . . . . . .31 The XML Galaxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .6 A First Look at XML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .8 No Predefined Tags . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .9 Stricter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .10 A First Look at Document Structure . . . . . . . ...
Tìm kiếm theo từ khóa liên quan:
Thủ thuật máy tính công nghệ thông tin tin học quản trị mạng computer networkTài liệu liên quan:
-
52 trang 444 1 0
-
24 trang 366 1 0
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 334 0 0 -
Làm việc với Read Only Domain Controllers
20 trang 326 0 0 -
74 trang 312 0 0
-
96 trang 309 0 0
-
Báo cáo thực tập thực tế: Nghiên cứu và xây dựng website bằng Wordpress
24 trang 300 0 0 -
Đồ án tốt nghiệp: Xây dựng ứng dụng di động android quản lý khách hàng cắt tóc
81 trang 295 0 0 -
Tài liệu dạy học môn Tin học trong chương trình đào tạo trình độ cao đẳng
348 trang 293 1 0 -
EBay - Internet và câu chuyện thần kỳ: Phần 1
143 trang 281 0 0