Logo

Processing XML with Java by Elliotte Rusty Harold

Large book cover: Processing XML with Java

Processing XML with Java
by

Publisher: Addison-Wesley Professional
ISBN/ASIN: 0201771861
ISBN-13: 9780201771862
Number of pages: 1120

Description:
This book is meant for Java programmers who need to do anything with XML. It teaches the fundamentals and advanced topics, leaving nothing out. It is a comprehensive course in processing XML with Java that takes developers from little knowledge of XML to designing sophisticated XML applications and parsing complicated documents. The examples cover a wide range of possible uses including file formats, data exchange, document transformation, database integration, and more.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: A Gentle Introduction to XMLA Gentle Introduction to XML

These tutorials introduce a variety of XML topics including, SVG, DTD, Schema, XSLT, DOM and SAX. Each topic includes a number of problems that the student must complete. Online parsers that process the students answers and give immediate feedback.
(9395 views)
Book cover: Programming Jabber: Extending XML MessagingProgramming Jabber: Extending XML Messaging
by - O'Reilly Media
This book offers developers a chance to learn and understand the Jabber technology and protocol from an implementer's point of view. Detailed information of each part of the Jabber protocol is introduced, explained, and discussed.
(14987 views)
Book cover: XPath and XPointer: Locating Content in XML DocumentsXPath and XPointer: Locating Content in XML Documents
by - O'Reilly Media, Inc.
XPath and XPointer are two languages that play a key role in XML processing. You'll learn to construct a full XPointer and completely understand both the XPath and XPointer features it uses. A working knowledge of XML and XSLT is assumed.
(16643 views)
Book cover: XML Schema Definition (XSD)XML Schema Definition (XSD)
by
The XML Schema specifies the properties of a resource, while the XML file stipulates a set of values for these properties. The XML Schema concedes generous amount of autonomy to the programmer to define the rules of data validity.
(9243 views)