Book description
XML has been the biggest buzzword on the Internet community for the past year. But how do you cut through all the hype and actually put it to work? Java revolutionized the programming world by providing a platform-independent programming language. XML takes the revolution a step further with a platform-independent language for interchanging data. Java and XML share many features that are ideal for building web-based enterprise applications, such as platform-independence, extensibility, reusability, and global language (Unicode) support, and both are based on industry standards. Together Java and XML allow enterprises to simplify and lower costs of information sharing and data exchange. Java and XML shows how to put the two together, building real-world applications in which both the code and the data are truly portable. This book covers:
The basics of XML
Using standard Java APIs to parse XML
Designing new document types using DTDs and Schemas
Writing programs that generate XML data
Transforming XML into different forms using XSL transformations (XSL/T)
XML-RPC
Using a web publishing framework like Apache-Cocoon
This is the first book to cover the most recent versions of the DOM specification (DOM 2), the SAX API (SAX 2) and Sun's Java API for XML.
Table of contents
-
Java and XML
- Preface
- 1. Introduction
- 2. Creating XML
- 3. Parsing XML
- 4. Constraining XML
- 5. Validating XML
- 6. Transforming XML
- 7. Traversing XML
- 8. JDOM
- 9. Web Publishing Frameworks
- 10. XML-RPC
- 11. XML for Configurations
- 12. Creating XML with Java
- 13. Business-to-Business
- 14. XML Schema
- A. API Reference
- B. SAX 2.0 Features and Properties
- Index
- Colophon
Product information
- Title: Java and XML
- Author(s):
- Release date: June 2000
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596000165
You might also like
book
Java and XML, 3rd Edition
Java and XML, 3rd Edition, shows you how to cut through all the hype about XML …
book
Java Hibernate Cookbook
Over 50 recipes to help you build dynamic and powerful real-time Java Hibernate applications About This …
book
Java Cookbook
The Java Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming …
article
Splitting Strings on Any of Multiple Delimiters
Build your knowledge of Python with this Shortcuts collection. Focusing on common problems involving text manipulation, …