ou
Identifiez-vous pour activer la commande 1-Click.
Plus de choix
Vous l'avez déjà ? Vendez votre exemplaire ici
Désolé, cet article n'est pas disponible en
Image non disponible pour la
couleur :
Image non disponible

 
Dites-le à l'éditeur :
J'aimerais lire ce livre sur Kindle !

Vous n'avez pas encore de Kindle ? Achetez-le ici ou téléchargez une application de lecture gratuite.

Xml Bible [Anglais] [Broché]

Elliotte Rusty Harold

Prix : EUR 38,19 LIVRAISON GRATUITE En savoir plus.
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
Temporairement en rupture de stock.
Commandez maintenant et nous vous livrerons cet article lorsqu'il sera disponible. Nous vous enverrons un e-mail avec une date d'estimation de livraison dès que nous aurons plus d'informations. Cet article ne vous sera facturé qu'au moment de son expédition.
Expédié et vendu par Amazon. Emballage cadeau disponible.

Formats

Prix Amazon Neuf à partir de Occasion à partir de
Broché EUR 38,19  
Broché EUR 31,02  
Il y a une édition plus récente de cet article:
Xml 1.1 Bible Xml 1.1 Bible
EUR 31,02
En stock, mais la livraison peut nécessiter jusqu'à 2 jours supplémentaires

Détails sur le produit


En savoir plus sur l'auteur

Découvrez des livres, informez-vous sur les écrivains, lisez des blogs d'auteurs et bien plus encore.

Dans ce livre (En savoir plus)
Première phrase
XML has been described as a meta-markup language-that is, a language for describing markup languages. Lire la première page
En découvrir plus
Concordance
Parcourir les pages échantillon
Couverture | Copyright | Table des matières | Extrait | Index | Quatrième de couverture
Rechercher dans ce livre:

Vendre une version numérique de ce livre dans la boutique Kindle.

Si vous êtes un éditeur ou un auteur et que vous disposez des droits numériques sur un livre, vous pouvez vendre la version numérique du livre dans notre boutique Kindle. En savoir plus

Commentaires en ligne 

Il n'y a pas encore de commentaires clients sur Amazon.fr
5 étoiles
4 étoiles
3 étoiles
2 étoiles
1 étoiles
Commentaires client les plus utiles sur Amazon.com (beta)
Amazon.com: 3.8 étoiles sur 5  68 commentaires
135 internautes sur 142 ont trouvé ce commentaire utile 
5.0 étoiles sur 5 The best XML book I've seen so far. 2 février 2000
Par Un client - Publié sur Amazon.com
Format:Broché
This book is terrific, and if you want to learn about using XML in web sites I recommend that you buy it.

XML books are, on the whole, pretty lousy. Everyone keeps talking about how XML will transform the web, but most books are thin on specifics -- exactly how XML will be used, and exactly how to make things happen. I've seen other reviews here from people who feel that this book doesn't do a good enough job of explaining those things. But I think that compared to its competition, it does an excellent job.

XML is new, and it's not in widespread use. As I write this, the only popular browser with solid XML support is IE5, and I guess that most people don't want to write sites that only work with one browser. But if you go to the XML site at msdn.microsoft.com and look at the table of contents, you'll get an idea of what XML can do, and why you'll want to learn it.

The book is well written and its a pleasure to spend time with it. The author knows as much about writing as he does about computers, and he knows a lot about computers. The explanations of XML are clear and conversational in tone. The focus is on using XML in web sites, and the book gives a lot of needed attention to XSL, the style sheet language used to format XML docments for the web. I've read other XML books, and I bought this one primarily to learn more about XSL.

The title of the book might be somewhat misleading. It is not a comprehensive guide to XML, but rather a best of breed tutorial on a very important chunk of XML stuff you'll want to learn. One reviewer pointed out that it's a poor reference book, and that's true, in a sense. There is an XML reference in an appendix, but it's an ultra-geeky BNF reference that probably won't be very helpful to most readers, especially given the book's non-programmer target audience.

A more serious problem is the book's neglect of Microsoft's XML schema technology, which is far superior, in my view, to DTDs. The word "schema" doesn't even appear in the index. And finally, this is not the book you want to buy if you want to learn how to program a java XML parsing engine. This is not a book about programming.

So why do I give this book five stars? It's fun to read and it's great at explaining XML itself, as well as a number of vital, connected technologies: XSL, DTDs, CSS, CSL, XLinks, and XPointers. I was fuzzy on XSL, XLinks, and XPointers, and this book helped me a lot. Those are exactly the things you need to know to get a XML site up and running on the web.

XML is a big, important technology, and I don't think there's a single book that covers everything you'll want to know. This book, despite the "Bible" title, doesn't try to cover everything. But what it does cover, it covers very well.

56 internautes sur 58 ont trouvé ce commentaire utile 
5.0 étoiles sur 5 Excellent, Functional Introduction to XML 9 novembre 1999
Par Un client - Publié sur Amazon.com
Format:Broché
This book gives one of the better introductions to XML I've seen. Rather than limiting the scope to a simple overview of the concepts, Elliote Rusty Harold incorporates useful examples that allow the reader to begin experimenting with XML right away. The book is not going to get a beginner coding e-commerce solutions using XML. For that kind of work further reading is definately required. But this book does cover all the neccessary concepts to get started and does a better job than most explaining XSL - the key to actually using your XML documents. I'd highly reccommend this title as a starter to anyone's XML collection.
45 internautes sur 46 ont trouvé ce commentaire utile 
4.0 étoiles sur 5 Not so much a Bible as a Book of Genesis 16 août 2000
Par Terence P Hutt - Publié sur Amazon.com
Format:Broché
I'm going to start out by saying I'm glad I bought this book. It's a good introduction to XML. The early chapters on XML and DTDs are very good. They got me up to speed quickly so I could explain to my managers why our company should pursue XML and what the benefits will be.

The chapters on CSS-1 and CSS-2 were excellent and very useful even for writing regular HTML. Overall, the first 13 chapters were just what I needed.

Coverage of XSL was weaker and, in many respects, inadequate. The book never really discusses XPaths in enough detail. I thought the chapter on namespaces was too late in the book. The book is fleshed out with exceptionally long examples that added little value past the first few lines.

The chapter on reading a DTD (chapter 20) was a good idea, poorly executed. The complexity of the DTD selected by the author was totally inappropriate for the level of this book, even if the DTD was extremely well written.

The author never covers schema construction, and only briefly mentions them at all. Given their superiority over DTDs, this was a glaring error.

I was also disappointed by the lack of instruction on how to move XML across the Internet between applications. XML that never leaves the system it was constructed on is of little value.

Many of these problems are caused by the age of the book. It's over a year old now which, in XML terms, makes it yesterdays news. Now that this book has got me excited about XML, I'm off to find some more.

Ces commentaires ont-ils été utiles ?   Dites-le-nous

Discussions entre clients

Le forum concernant ce produit
Discussion Réponses Message le plus récent
Pas de discussions pour l'instant

Posez des questions, partagez votre opinion, gagnez en compréhension
Démarrer une nouvelle discussion
Thème:
Première publication:
Aller s'identifier
 

Rechercher parmi les discussions des clients
Rechercher dans toutes les discussions Amazon
   


Listmania!


Rechercher des articles similaires par rubrique


Commentaires

Souhaitez-vous compléter ou améliorer les informations sur ce produit ? Ou faire modifier les images?

Déclaration de confidentialité Amazon.fr Informations sur la livraison Amazon.fr Retours & Echanges Amazon.fr