or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
18 used & new from £18.91

Have one to sell? Sell yours here
 
   
Beginning XML (Programmer to Programmer)
 
 

Beginning XML (Programmer to Programmer) (Paperback)

by David Hunter (Author), Jeff Rafter (Author), Joe Fawcett (Author), Eric van der Vlist (Author), Danny Ayers (Author), Jon Duckett (Author), Andrew Watt (Author), Linda McKinnon (Author)
3.1 out of 5 stars  See all reviews (9 customer reviews)
RRP: £26.99
Price: £21.68 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.31 (20%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock but may require up to 2 additional days to deliver.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Only 5 left in stock--order soon.

17 used from £18.91

Frequently Bought Together

Customers buy this book with XSLT 2.0 and XPath 2.0 Programmer's Reference (Programmer to Programmer) by Michael Kay

Beginning XML (Programmer to Programmer) + XSLT 2.0 and XPath 2.0 Programmer's Reference (Programmer to Programmer)
Price For Both: £45.88

One of these items ships sooner than the other. Show details


Customers Who Bought This Item Also Bought

The Mythical Man Month and Other Essays on Software Engineering

The Mythical Man Month and Other Essays on Software Engineering

by Frederick P. Brooks Jr.
4.3 out of 5 stars (26)  £13.79
Sams Teach Yourself XML in 10 Minutes

Sams Teach Yourself XML in 10 Minutes

by Andrew H. Watt
4.0 out of 5 stars (2)  £5.47
XSLT 2.0 and XPath 2.0 Programmer's Reference (Programmer to Programmer)

XSLT 2.0 and XPath 2.0 Programmer's Reference (Programmer to Programmer)

by Michael Kay
£24.20
Professional XML (Programmer to Programmer)

Professional XML (Programmer to Programmer)

by Bill Evjen
£19.79
Java and XML: Solutions to Real-World Problems (Java Series (O'Reilly & Associates).)

Java and XML: Solutions to Real-World Problems (Java Series (O'Reilly & Associates).)

by Brett McLaughlin
Explore similar items

Product details

  • Paperback: 1080 pages
  • Publisher: John Wiley & Sons; 4th Edition edition (18 May 2007)
  • Language English
  • ISBN-10: 0470114878
  • ISBN-13: 978-0470114872
  • Product Dimensions: 23.6 x 18.8 x 5.3 cm
  • Average Customer Review: 3.1 out of 5 stars  See all reviews (9 customer reviews)
  • Amazon.co.uk Sales Rank: 193,497 in Books (See Bestsellers in Books)

    Popular in this category:

    #56 in  Books > Computing & Internet > Programming > Languages > XML
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
   Web Programming Courses opens new browser window
www.seeklearning.co.uk  -  Recommended Web Programming courses to match your IT career. 
   XML Conversion Tool opens new browser window
www.Altova.com/StyleVision  -  Convert XML to HTML, Word, PDF, and Authentic e-Forms. 30 Day Trial! 
   The friendly xml editor. opens new browser window
xopus.com  -  For non-technical users. Keeps your documents 100% valid. 
  
 

Product Description

Amazon.co.uk Review

Despite its title, this is a book for professionals and experienced programmers. On the other hand, it does not assume any knowledge of XML itself. Beginning with an explanation of what XML is all about, the book goes on to explain XML presentation using Cascading Style Sheets, and transformation using XSLT. Next, there is a look at programming XML using the Document Object Model or the Simple API for XML (SAX). There is an explanation of XML validation and structure using DTDs or their replacement, XML Schemas. Then the main part of the book closes with a discussion of XML and databases and XML RPC (Remote Procedure Calls).

The most interesting section is tucked away at the end. There are three case studies, one describing an e-commerce site, another a message board and the last a business-to-business application. The case studies put the rest of the book into context and show how XML can be useful in the real world.

This is a useful general introduction to XML, but there are limitations. First, aside from the chapter on SAX, the examples are generally based on Microsoft's XML parser, and those who are implementing XML solutions on non-Microsoft platforms, or who intend to work mainly with XML and Java, would be better seeking out an alternative such as Java and XML. Second, coverage for some more advanced topics, such as XML and databases, is sketchy so you are likely to need other books alongside this one. Even so, XML newcomers will find plenty of content here to get them up to speed. --Tim Anderson --This text refers to an out of print or unavailable edition of this title.



Product Description

When the first edition of this book was written, XML was a relatively new language but already gaining ground fast and becoming more and more widely used in a vast range of applications. By the time of the second edition, XML had already proven itself to be more than a passing fad, and was in fact being used throughout the industry for an incredibly wide range of uses. With the third edition, it was clear that XML was a mature technology, but more important, it became evident that the XML landscape was dividing into several areas of expertise. Now in this edition, we needed to categorize the increasing number of specifications surrounding XML, which either use XML or provide functionality in addition to the XML core specification.

So what is XML? It’s a markup language, used to describe the structure of data in meaningful ways. Anywhere that data is input/output, stored, or transmitted from one place to another, is a potential fit for XML’s capabilities. Perhaps the most well–known applications are web–related (especially with the latest developments in handheld web access—for which some of the technology is XML–based). However, there are many other non–web–based applications for which XML is useful—for example, as a replacement for (or to complement) traditional databases, or for the transfer of financial information between businesses. News organizations, along with individuals, have also been using XML to distribute syndicated news stories and blog entries.

This book aims to teach you all you need to know about XML—what it is, how it works, what technologies surround it, and how it can best be used in a variety of situations, from simple data transfer to using XML in your web pages. It answers the fundamental questions:

∗ What is XML?

∗ How do you use XML?

∗ How does it work?

∗ What can you use it for, anyway?

This book is for people who know that it would be a pretty good idea to learn XML but aren’t 100 percent sure why. You’ve heard the hype but haven’t seen enough substance to figure out what XML is and what it can do. You may be using development tools that try to hide the XML behind user interfaces and scripts, but you want to know what is really happening behind the scenes. You may already be somehow involved in web development and probably even know the basics of HTML, although neither of these qualifications is absolutely necessary for this book.

What you don’t need is knowledge of markup languages in general. This book assumes that you’re new to the concept of markup languages, and we have structured it in a way that should make sense to the beginner and yet quickly bring you to XML expert status.

The word “Beginning” in the title refers to the style of the book, rather than the reader’s experience level. There are two types of beginner for whom this book is ideal:

∗ Programmers who are already familiar with some web programming or data exchange techniques. Programmers in this category will already understand some of the concepts discussed here, but you will learn how you can incorporate XML technologies to enhance those solutions you currently develop.

∗ Those working in a programming environment but with no substantial knowledge or experience of web development or data exchange applications. In addition to learning how XML technologies can be applied to such applications, you will be introduced to some new concepts to help you understand how such systems work.

The subjects covered in this book are arranged to take you from novice to expert in as logical a manner as we could. This Fourth Edition is structured in sections based on various areas of XML expertise. Unless you are already using XML, you should start by reading the introduction to XML in Part I. From there, you can quickly jump into specific areas of expertise, or, if you prefer, you can read through the book in order. Keep in mind that there is quite a lot of overlap in XML, and that some of the sections make use of techniques described elsewhere in the book.

∗ The book begins by explaining what exactly XML is and why the industry felt that a language like this was needed.

∗ After covering the why, the next logical step is the how, so it shows you how to create well–formed XML.

∗ Once you understand the whys and hows of XML, you’ll go on to some more advanced things you can do when creating your XML documents, to make them not only well formed, but valid. (And you’ll learn what “valid” really means.)

∗ After you’re comfortable with XML and have seen it in action, the book unleashes the programmer within and looks at an XML–based programming language that you can use to transform XML documents from one format to another.

∗ Eventually, you will need to store and retrieve XML information from databases. At this point, you will learn not only the state of the art for XML and databases, but also how to query XML information using an SQL–like syntax called XQuery.

∗ XML wouldn’t really be useful unless you could write programs to read the data in XML documents and create new XML documents, so we’ll get back to programming and look at a couple of ways that you can do that.

∗ Understanding how to program and use XML within your own business is one thing, but sending that information to a business partner or publishing it to the Internet is another. You’ll learn about technologies that use XML that enable you to send messages across the Internet, publish information, and discover services that provide information.

∗ Since you have all of this data in XML format, it would be great if you could easily display it to people, and it turns out you can. You’ll see an XML version of HTML called XHTML. You’ll also look at a technology you may already be using in conjunction with HTML documents called CSS. CSS enables you to add visual styles to your XML documents. In addition, you’ll learn how to design stunning graphics and make interactive forms using XML.

∗ Finally, the book ends with a case study, which should help to give you ideas about how XML can be used in real–life situations, and which could be used in your own applications.

This book builds on the strengths of the earlier editions, and provides new material to reflect the changes in the XML landscape—notably XQuery, RSS and Atom, and AJAX. Updates have been made to reflect the most recent versions of specifications and best practices throughout the book. In addition to the many changes, each chapter has a set of exercise questions to test your understanding of the material. Possible solutions to these questions appear in Appendix A.

Part I: Introduction: The introduction is where most readers should begin. The first three chapters introduce some of the goals of XML as well as the specific rules for constructing XML. Once you have read this part you should be able to read and create your own XML documents.

Chapter 1: What Is XML?: This chapter cover some basic concepts, introducing the fact that XML is a markup language (a bit like HTML) whereby you can define your own elements, tags, and attributes (known as a vocabulary). You’ll see that tags have no presentation meaning—they’re just a way to describe the structure of the data.

Chapter 2: Well–Formed XML: In addition to explaining what well–formed XML is, we offer a look at the rules that exist (the XML 1.0 and 1.1 Recommendations) for naming and structuring elements—you need to comply with these rules in order to produce well–formed XML.

Chapter 3: XML Namespaces: Because tags can be made up, you need to avoid name conflicts when sharing documents. Namespaces provide a way to uniquely identify a group of tags, using a URI. This chapter explains how to use namespaces.

Part II: Validation: In addition to the well–formedness rules you learn in Part I, you will most likely want to learn how to create and use different XML vocabularies. This Part introduces you to DTDs, XML Schemas, and RELAX NG: three languages that define custom XML vocabularies. It also shows you how to utilize these definitions to validate your XML documents.

Chapter 4: Document Type Definitions: You can specify how an XML document should be structured, and even provide default values, using Document Type Definitions (DTDs). If XML conforms to the associated DTD, it is known as valid XML. This chapter covers the basics of using DTDs.

Chapter 5: XML Schemas: XML Schemas, ...


Inside This Book (Learn More)
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
xml
xslt
schema
programming
php
namespace
dom
css

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

9 Reviews
5 star:    (0)
4 star:
 (6)
3 star:    (0)
2 star:
 (1)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.1 out of 5 stars (9 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
12 of 13 people found the following review helpful:
1.0 out of 5 stars Awful - avoid it!, 29 Jun 2001
The book contains very little useful information, and pages and pages of waffle. It takes the view that XML is 'better HTML' for web display purposes and discusses XML focusing almost excusively on this angle. I've yet to come across a descent XML book yet, but this one takes its place firmly at the bottom of the pile.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
6 of 7 people found the following review helpful:
4.0 out of 5 stars Good explanations for those at sea with xml, 9 Oct 2003
By A Customer
This review is from: Beginning XML (Paperback)
I found the book well paced and well written and it gave me, a beginner, a much better understanding of xml than I had previously. It isn't particularly practical but certain things were really well done - at last I've got a handle on namespaces and how to use them. Could have done with more xslt material and examples and it is very Microsoft orientated.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
6 of 7 people found the following review helpful:
2.0 out of 5 stars Messy, 10 Jul 2001
This book is fairly messy for Wrox series. Not many examples and no excercises. Th writer doesnt explain a lot things... you have toi figure them out yourself. It covers a lot of stuff biut most of it in lengthy explanations rather than showing examples. Not very well organised. And whats with the face on the cover?
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

1.0 out of 5 stars Beware! M$ book!
This is a warning for all those who would like to use XML not on his/her PC, but for building industry solutions (I guess that was the intent of XML)--BEWARE! Read more
Published on 30 Jul 2001 by stefan_ivanov@usa.net

4.0 out of 5 stars Good book for XML Beginners
The book is well written and nicely paced. Even those who are new to XML can use this. However, the sequence of topics could be confusing. Read more
Published on 26 Jul 2001

4.0 out of 5 stars Excellent thorough overview for those new to XML
I'm in a technical computing role and need a thorough technical understanding of XML, even though my job doesn't directly involve programming or developing XML solutions. Read more
Published on 12 April 2001

4.0 out of 5 stars Excellent. A couple of wooly chapters
Overall, this is a readable intro to XML that is well paced. The chapters on XML schema are a bit hard to follow, and I think it is the way they are written rather than the... Read more
Published on 11 Jan 2001

4.0 out of 5 stars Is only for Beginners ...
A good book and a good introduction into the basic concepts of XML and surrounding technologies. But it is only a begining. Read more
Published on 24 Nov 2000

4.0 out of 5 stars "Definitely for beginners"
This is an awesome experience, very simple and straight forward approaches, keen and direct to the point examples makes book even interesting, a must buy... Read more
Published on 8 Sep 2000 by Mr. Z. Giilani

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.