Definitive XML Application Development

Lars Marius Garshol

  • 出版商: Prentice Hall
  • 出版日期: 2002-05-15
  • 售價: $2,000
  • 貴賓價: 9.5$1,900
  • 語言: 英文
  • 頁數: 1216
  • 裝訂: Paperback
  • ISBN: 0130889024
  • ISBN-13: 9780130889027
  • 相關分類: XML
  • 已過版

買這商品的人也買了...

商品描述

Summary

  • Complete developer's guide to XML programming by a leading XML developer
  • Teaches core concepts using Python for examples
  • Shows how to apply concepts in Java(tm)
  • DOM, SAX, XSLT, XPath, schemas, and much more
  • Plus a quick Python introduction for experienced developers

The start-to-finish guide to XML development for every experienced developer!

In this book, leading XML developer Lars Marius Garshol covers every essential aspect of XML programming, from basic principles through advanced techniques, utilizing DOM, SAX, XSLT, XPath, schemas, and other key XML standards. Garshol presents scores of code examples based on Python, a cross-platform language that is exceptionally well suited for XML development. Garshol also presents new insights into XML application design and optimization, as well as complete sample applications. Coverage includes:

  • XML for programmers: the XML processing model, namespaces, parsing, document views, and more
  • Serialization/deserialization, translation, validation, modification, and information extraction
  • SAX event-based processing: basic techniques, data structures, sample applications, tips, tricks, optimization, and advanced APIs
  • Event-based alternatives to SAX: native XML parser APIs of Pyexpat, xmlproc, xmllib, and XP
  • DOM tree-based processing: fundamental and extended interfaces, serialization, DOM Level 2, performance techniques, and more
  • Tree-based alternatives to DOM: qp_xml, groves, and JDOM
  • Declarative processing with XSLT and XPath, including advanced XSLT topics: combining multiple stylesheets, precedence, cross-references, messages, and more
  • Embedding XSLT engines in applications and writing XSLT and XPath extensions
  • XML development in Java with SAX, DOM, JDOM, and XSLT engines
  • Processing in depth: schemas, DTD programming, creating XML from HTML and SGML, RSS, and more

You'll even find a quick introductory course in Python and an XML developer's glossary.

Whatever your application-from content management through enterprise application integration-Developing XML Applications gives you the resources, skills, insights, and example code you need to build it right.

"The range of XML application domains is growing dramatically, but there are common strategies and techniques for XML development that apply to all of them. This book provides a systematic and thorough grounding—and a real understanding—that will make you productive quickly."

—Charles F. Godfarb

 

contents

I. WORKING WITH XML.

1. XML and Information Systems.
2. The XML Processing Model.
3. Views of Documents.
4. Common Processing Tasks.
5. Characters—The Atoms of Text.

II. EVENT-BASED PROCESSING.

6. Event-Based Processing.
7. Using The XML Parsers.
8. SAX: An Introduction.
9. Using SAX.
10. Advanced SAX.

III. TREE-BASED PROCESSING.

11. DOM: An Introduction.
12. Using DOM.
13. Advanced DOM.
14. Other Tree-Based APIs.

IV. DECLARATIVE PROCESSING.

15. XSLT: Introduction.
16. XSLT in More Detail.
17. Using XSLT In Applications.
18. Architectural Forms.

V. XML DEVELOPMENT IN JAVA.

19. SAX in Java.
20. DOM in Java.
21. Using XSLT In Java Applications.

VI. XML PROCESSING IN DEPTH.

22. Other Approaches to Processing.
23. Schemas.
24. Creating XML.
25. The Tabproc Framework.
26. The RSS Development Kit.

VII. APPENDICES.

Appendix A. A Lightning Introduction to Python.
Appendix B. Glossary of Terms.
Appendix C. The Python XML Packages.
Index.