XML: Visual QuickStart Guide (2nd Edition) and over one million other books are available for Amazon Kindle . Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
Buy Used
Used - Good See details
Price: £10.63

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
or
Get a £3.75 Amazon.co.uk Gift Card
Xml: Visual QuickStart Guide (Visual QuickStart Guides)
 
 
Start reading XML: Visual QuickStart Guide (2nd Edition) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Xml: Visual QuickStart Guide (Visual QuickStart Guides) [Paperback]

Kevin Howard Goldberg
3.7 out of 5 stars  See all reviews (3 customer reviews)
RRP: £19.99
Price: £15.19 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.80 (24%)
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.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 6 left in stock--order soon (more on the way).
Want guaranteed delivery by Thursday, June 7? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £13.67  
Paperback £15.19  
Trade In this Item for up to £3.75
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Xml: Visual QuickStart Guide (Visual QuickStart Guides) for an Amazon.co.uk gift card of up to £3.75, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Customers buy this book with Sams Teach Yourself XML in 24 Hours: Complete Starter Kit £20.39

Xml: Visual QuickStart Guide (Visual QuickStart Guides) + Sams Teach Yourself XML in 24 Hours: Complete Starter Kit
Price For Both: £35.58

Show availability and delivery details



Product details

  • Paperback: 288 pages
  • Publisher: Peachpit Press; 2 edition (11 Dec 2008)
  • Language English
  • ISBN-10: 0321559673
  • ISBN-13: 978-0321559678
  • Product Dimensions: 22.4 x 17.5 x 1.8 cm
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Bestsellers Rank: 191,417 in Books (See Top 100 in Books)

More About the Author

Kevin Howard Goldberg
Discover books, learn about writers, and more.

Visit Amazon's Kevin Howard Goldberg Page

Product Description

Product Description

What is XML? XML, or eXtensible Markup Language, is a specification for storing information. It is also a specification for describing the structure of that information. And while XML is a markup language (just like HTML), XML has no tags of its own. It allows the person writing the XML to create whatever tags they need. The only condition is that these newly created tags adhere to the rules of the XML specification.

In the seven years since the first edition of “XML: Visual QuickStart Guide” was published, XML has taken its place next to HTML as a foundational language on the Internet. XML has become a very popular method for storing data and the most popular method for transmitting data between all sorts of systems and applications. The reason being, where HTML was designed to display information, XML was designed to manage it.

This book begins by showing you the basics of the XML language. Then, by building on that knowledge, additional and supporting languages and systems will be discussed. To get the most out of this book, you should be somewhat familiar with HTML, although you don’t need to be an expert coder by any stretch. No other previous knowledge is required.

“XML: Visual QuickStart Guide, 2nd Edition” is divided into seven parts. Each part contains one or more chapters with step-by-step instructions that explain how to perform XML-related tasks. Wherever possible, examples of the concepts being discussed are displayed, and the parts of the examples on which to focus are highlighted.

The order of the book is intentionally designed to be an introduction to the fundamentals of XML, followed by discussions of related XML technologies.

    •    In Part 1 of the book, you will learn how to create an XML document. It’s relatively straightforward, and even more so if you know a little HTML.

    •    Part 2 focuses on XSL, which is a set of languages designed to transform an XML document into something else: an HTML file, a PDF document, or another XML document. Remember, XML is designed to store and transport data, not display it.

    •    Parts 3 and 4 of the book discuss DTD and XML Schema, languages designed to define the structure of an XML document. In conjunction with XML Namespaces (Part 5), you can guarantee that XML documents conform to a pre-defined structure, whether created by you or by someone else.

    •    Part 6, Developments and Trends, details some of the up-and-coming XML-related languages, as well as a few new versions of existing languages.

    •    Finally, Part 7 identifies some well-known uses of XML in the world today; some of which you may be surprised to learn.

This beginner’s guide to XML is broken down as follows:
    •    Introduction
    •    Chapter 1:  Writing XML

    •    Part 2:  XSL
    •    Chapter 2:  XSLT
    •    Chapter 3:  XPath Patterns and Expressions
    •    Chapter 4:  XPath Functions
    •    Chapter 5:  XSL-FO

    •    Part 3:  DTD
    •    Chapter 6:  Creating a DTD
    •    Chapter 7:  Entities and Notations in DTDs
    •    Chapter 8:  Validation and Using DTDs

    •    Part 4:  XML Schema
    •    Chapter 9:  XML Schema Basics
    •    Chapter 10:  Defining Simple Types
    •    Chapter 11:  Defining Complex Types

    •    Part 5:  Namespaces
    •    Chapter 12:  XML Namespaces
    •    Chapter 13:  Using XML Namespaces

    •    Part 6:  Recent W3C Recommendations
    •    Chapter 14:  XSLT 2.0
    •    Chapter 15:  XPath 2.0
    •    Chapter 16:  XQuery 1.0

    •    Part 7:  XML in Practice
    •    Chapter 17:  Ajax, RSS, SOAP and More
 

From the Back Cover

Visual QuickStart Guide—the quick and easy way to learn!
    •    Easy visual approach uses pictures to guide you through XML and show you what to do.
    •    Concise steps and explanations let you get up and running in no time.
    •    Page for page, the best content and value around.
    •    Companion Web site at www.kehogo.com/xml2e/ offers sample scripts, updates, and more.
 

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

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

Most Helpful Customer Reviews
14 of 14 people found the following review helpful
Format:Paperback
As a University teacher who covers this topic in relation to the Digital Humanities, I've used the first edition of this book for a number of years, and have found it to be the best at getting up to speed with the practicalities of XML - it's surprising how little it had dated, apart from some of the public identifiers and the more problematic omission of the complexities of namespaces, it was still quite usable. I really like its task-based format, with everything in easily approachable segments, which I think works well both for self-study and in the classroom.

So I was *very* pleased to see it had been updated, and was also pleased that the structure and intent of the book hadn't changed - it is proving to be as effective in the classroom as the first edition (so far). The additional material is very welcome, particularly the extra power of XPath 2.0 and the developments with XQuery. The 'XML in practice' chapter is useful in answering some of the questions of the more technically minded students, and encourages them to investigate further.

I'm also relieved that the material on DTDs has remained. We have a very 'mixed background' class, ranging from Computer Science undergraduates through to humanities postgraduates who need to learn XML to mark up their digitised source material, and who may have very little technical experience when they begin. DTDs are still the easiest way to grasp document definition languages; being relatively simple they are much more transparent, and the students can see the relationship between the definition and the resultant markup very clearly as they develop their application in the <oXygen/> editor.

The only real criticism of the new edition I've found so far is the use of colour in the examples. In some cases, it makes it much harder to read the markup or code - I can see why the colour coding makes sense, but the colours chosen could have been better (the orange is particularly difficult). Maybe I'm just getting old...

But that's just a minor niggle, especially as the code examples can be downloaded, so in general I'm very happy with the new edition. As a busy practitioner (working mostly with TEI/XML, XSLT and XQuery in humanities research projects), it has saved me a great deal of time and energy. It's now the recommended reading for the course.
Comment | 
Was this review helpful to you?
8 of 8 people found the following review helpful
Format:Paperback
Quite simply the best introduction to XML and all the related standards which I've found so far. Obviously it doesn't have the breadth and depth of, say the O'Reilly books, but as a 'one stop shop' for anyone new to XML, XSLT, XML Schemas, XPath, etc, this would be hard to beat.
Was this review helpful to you?
0 of 2 people found the following review helpful
Not for beginner 7 July 2011
Format:Paperback
I have to see this book is really hard to understand, since all code cannot implement directly, I don't understand what are the codes working for!? Maybe it is good guide of XML, but not good for learning XML at beginning. Personally, I don't recommend this book.
Comment | 
Was this review helpful to you?
Search Customer Reviews
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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges