e99 Online Shopping Mall
Help | |
Home - Computer - Xml (Books) |
  | Back | 61-80 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
61. XML in a Nutshell, 2nd Edition by Elliotte Rusty Harold, W. Scott Means | |
Paperback: 640
Pages
(2002-06-15)
list price: US$39.95 -- used & new: US$0.61 (price subject to change: see help) Asin: 0596002920 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The authors set out to systematically--and rapidly--cover the basics of XML first, namely the history of the markup language and the various languages and technologies that compose the standard. In this first section, they discuss the basics of XML markup, Document Type Definitions (DTDs), namespaces, and Unicode. From there, the authors move into "narrative-centric documents" in a section that appropriately focuses on the application of XML to books, articles, Web pages and other readable content. This book definitely presupposes in the reader an aptitude for picking up concepts quickly and for rapidly building cumulative knowledge. Code examples are used--only to illustrate the particular point in question--but not in excess. The book gets into "data-centric" XML, exploring the difference between the object-driven Document Object Model (DOM) and the event-driven Simple API for XML (SAX). However, these areas are a little underpowered and offer a bit less detail about this key area than the reader will expect. At the core of any Nutshell book is the reference section, and the installment found inside this text is no exception. Here, the XML 1.0 standard, XPath, XSLT, DOM, SAX, and character sets are covered. Some material that is covered earlier in the book--such as Cascading Style Sheets (CSS)--is not re-articulated, however. XML in a Nutshell is not the only book on XML you should have, but it is definitely one that no XML coder should be without. --Stephen W. Plain Topics covered: Customer Reviews (36)
XML in a Nutshell
Specialized reference book for XML with JAVA
Great book
Much more than good value for money
bad organization with some typo erros. |
62. Foundations of XML Processing: The Tree-Automata Approach by Haruo Hosoya | |
Hardcover: 240
Pages
(2010-12-31)
list price: US$65.00 -- used & new: US$52.00 (price subject to change: see help) Asin: 0521196132 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
63. Modeling XML Applications with UML: Practical e-Business Applications by David Carlson | |
Paperback: 368
Pages
(2001-04-20)
list price: US$39.99 -- used & new: US$4.41 (price subject to change: see help) Asin: 0201709155 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
And the choices are?
Good overview but not enough "meat" ...
An excellent book covering an important niche At the same time, the book provides a valuable introduction to a range of XML and e-Business technologies for those more familiar with traditional approaches. I found it answered a lot of questions I had about XML which had not been addressed by reading more typical "how to" books, so this book bridges the divide both ways. The book starts out by setting out its aim - to bridge the XML and UML communities, and provides a high-level overview of both areas. It then focuses in on the key issue of e-Business integration, both as a common challenge and an area which will naturally affect both communities. In subsequent chapters the author discusses defining a business vocabulary, and shows how an XML vocabulary can be modelled in UML, or generated from it. Having established this basis the author then discusses a number of XML-related standards, including XMI, XPath, XPointer, XLink, XML DTDs and Schemas, and XSLT, in each case using UML models to explain how the pieces fit together. Finally, the last few chapters present an overall e-Business architecture based around the examples in the rest of the book, bringing all the pieces together in the context of Web Services. It's the curse of all technical writers and publishers that whatever you write is rapidly out of date, and this book suffers a little from that. Published in 2001 it views several key standards (such as XSD and core Web Service protocols) as "proposals", and frequently omits details from examples because of this uncertainty. A reader would be well advised to supplement it with more up to date reading around the technical details. That said, this book is well written, easy to read, and covers a niche which is still almost unoccupied. The companion web site backs the book up with some valuable material, including a free downloadable tool for XML modelling, generation and reverse-engineering. I'd love David to do a second edition, moderately refreshed to present a 2004 view of the various standards and how they fit together. The core of the book wouldn't have to change. Until that book turns up, I'm happy to recommend this one.
A very good overview
Well written and easy to read The material is presented in a practical way, around a simple business application. This makes the technologies more concrete and easier to understand. Fortunately, the reader is not overwhelmed by endless code listings - though there are enough nuts and bolts to make the concepts understandable. Key concepts such as vocabularies, schemas, and portals are explained well. The book also touches on related technologies, such as RSS, XSLT, SOAP and UUDI. All in the context of a practical use case. I found the examples useful even if I design community based portals and not e-Business applications. Hopefully the book will lay down the foundation for standards in schema development. ... Read more |
64. Professional XML Web Services by Vivek Chopra, Zaev Zoran, Gary Damschen, Chris Dix, Patrick Cauldwell, Rajesh Chawla, Kristy Saunders, Glenn Olander, Francis Norton, Tony Hong, Uche Ogbuji, Mark A. Richman | |
Paperback: 1000
Pages
(2001-08-31)
-- used & new: US$5.26 (price subject to change: see help) Asin: B0000B0SYQ Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book provides a snapshot of the current state of these rapidly evolving technologies, beginning by detailing the main protocols that underpin the Web Services model (SOAP, WSDL, and UDDI), and then putting this theory to practical use in a wide array of popular toolkits, platforms, and development environments. The technologies presented in this book provide the foundations of Web Services computing, which is set to revolutionize Distributed Computing, as we know it. This book covers: The strong cross-language perspective is what distinguishes this title from the rest of the pack. The book surveys actual tools for developing Web services in C++, Java, Perl, Python, and Microsoft's new C# language (part of .NET). Short chapters survey what's out there for Web services developers, with options from IBM, Sun, HP, and Microsoft. If you are somehow convinced that one vendor has a head start with Web services, you'll think again after reading this volume. The heart of this text is its thorough and approachable tour of core standards needed for Web services, from the innards of SOAP for sending messages between systems over HTTP or other protocols, to WSDL for describing Web services and UDDI for looking them up at run-time. The book does a good job at fixing a very fast moving target. (SOAP 1.1 is used here instead of the emerging 1.2 standard.) Besides the new .NET (and ADO.NET) on the Microsoft platform, there's also coverage of the older SOAP Toolkit 2.0. Sections on using Perl and Python will help bring fans of these popular Web development languages onboard with Web services. The authors conclude with two larger case studies, an interesting remote file system exposed through Web services using Java, plus an auction database done in the new C#. Anchoring the discussion in what are sure to be the two most popular choices for Web services development helps ensure this text has a practical focus, too. With its range of coverage of what Web services are and the actual standards and tools used to implement them, this title is a perfect choice for learning what all the fuss is about. It's all anyone needs to start designing and coding with Web services using many of today's most popular programming languages and tools. --Richard Dragan Customer Reviews (10)
Navtrak Must use only this book.
Dated, but still valuable
Very Poor Book!
I gave up on Web services after reading this book!
A pretty good anthology about web services |
65. XML Schema Essentials by R. Allen Wyke, Andrew Watt | |
Paperback: 304
Pages
(2002-06-15)
list price: US$44.99 -- used & new: US$8.00 (price subject to change: see help) Asin: 0471412597 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
66. The XML Schema Companion by Neil Bradley | |
Paperback: 336
Pages
(2003-11-17)
list price: US$45.99 -- used & new: US$18.00 (price subject to change: see help) Asin: 0321136179 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
Kangaroos jump around less than this book
From beginning to the end, XML Schema is explained
Solid reference work Two minor complaints are that the structure of the book is odd (chapters at the end of the book which are clearly appendices are structured as chapters), and the index is also a little short. On the positive note, XML schema is not a particularly exciting topic and Neil's tone keeps it a light and interesting read. So far this is the best book I have read on the subject.
Namespaces are the key concept The most interesting part of Bradley's text are the chapters on namespaces. Other aspects of Schema are lower level and, while useful, are frankly mundane. By contrast, namespaces are the critical feature of Schema. They let you build on pre-existing schemas that have been published on the web. And you can publish your schemas so that others might benefit. You and those in your field or industry can cooperatively derive a net gain by agreeing and publishing standard definitions. A Network effect. I assume that you are familiar with HTML. In that, the crucial element are the hyperlinks (the href and src attributes in certain tags). It is these that put the "H" in HTML. Without them, HTML just becomes a limited page markup language. It is that ability to link to arbitrary locations on the Internet which produced the Web. Likewise, in the much heralded Web Services, these exchange data via XML. Which in turn depends on XML Schema to build consistent hyperlinked semantics. You should read Bradley's chapters on namespaces thoroughly. ... Read more |
67. Foundation XML and E4X for Flash and Flex (Foundations) by Sas Jacobs | |
Paperback: 520
Pages
(2009-01-12)
list price: US$39.99 -- used & new: US$2.99 (price subject to change: see help) Asin: 1430216344 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description XML is the lingua franca of the Web. All designers and developers working in a web environment need a sound understanding of XML and its role in application development. Many software packages and organizations allow for the exchange of data using an XML format. Web services and RSS feeds are now commonplace. For those working with Flash and Flex, a thorough understanding of XML is particularly important. XML documents are one option for the data provided to SWF applications. Flash and Flex can load, display, and modify XML content. These applications can also send XML content to other applications for updating or for use in different situations. ActionScript 3.0 introduces some fundamental changes to the way in which Flash and Flex applications work with XML. One significant change is that XML is now a native data type. ActionScript 3.0 also introduces new classes and a different framework for working with external documents. These changes are based on the E4X ECMAScript standard, and they streamline and simplify the process for working with XML in Flash and Flex. In this book, Sas Jacobs gives you an introduction to XML and E4X. She explores the new XML and XMLList classes and explains E4X expressions, providing examples for both Flash and Flex. In addition to explaining how to incorporate XML documents in SWF applications, Sas Jacobs shows you approaches specific to Flash and Flex and explores real-world usage. The book finishes with two case studies. In the first, you will learn how to consume and display information and images from Flickr using Flash. In the second, you will work with Adobe Kuler in Flex. Whether you are a designer or developer, this book will help you work with XML and make the transition from ActionScript 2.0 to ActionScript 3.0. It will also provide you with an excellent grounding if you are new to Flash and Flex. Customer Reviews (3)
Not for newbies
Very good book
Excellent source for understand Flash related XML |
68. C++ XML by Fabio Arjona Arciniegas | |
Paperback: 336
Pages
(2001-08-13)
list price: US$49.99 -- used & new: US$2.28 (price subject to change: see help) Asin: 073571052X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (19)
A good introduction... This book was exactly what I was looking for. It just covers every possible way of integrating XML into C++ applications. This book is a wonderful survey of all possible solutions. The fact that this book covers every possible technology is of course very appreciated, but its coverage of every technology is very brief and may only serve as an introduction. Worse, the very comparison between every technology and the "when to use what?" section is of a mitigated quality. The author just doesn't explain well his point. The book looks more like a compilation of chapters than a unique book with a clear vision. After reading this book, I fell like I know more how to integrate XML into C++ and dispose of some information on which technology use, but definitively need to buy another book to cover the chosen technology. Overall, this book is a very good introduction to the integration of XML into C++ apps, but a better "guidance / technology comparison" would be appreciated.
The only one on the subject, but far from being perfect In such an environment, a book devoted specifically to processing XML The good: - the book covers all major XML processing technologies - It will not bore you with XML basic description, excessive quoting The bad: - Even though all of the technologies are compared, the comparison is - Most of the large examples are Windows-oriented. - Source code for the examples is only available on an attached CD. - Speaking of the examples on the CD, they are presented in the worst The bottom-line: this books falls way short of my "golden standard"
There are dozens of books on XML and Java and one for C++? It will get out of date pretty quick as most tech books of this kind do but as a reference it does nicely.
There are dozens of books on XML and Java and one for C++? It will get out of date pretty quick as most tech books of this kind do but as a reference it does nicely.
There are dozens of books on XML and Java and one for C++? It will get out of date pretty quick as most tech books of this kind do but as a reference it does nicely. ... Read more |
69. Applied XML Programming for Microsoft .NET by Dino Esposito | |
Paperback: 720
Pages
(2002-10-09)
list price: US$49.99 -- used & new: US$8.29 (price subject to change: see help) Asin: 0735618011 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (13)
Senior Software Engineer
Great but out of date
Great VS2003 Book
For Advanced readers only
stop punishing yourself with MSDN |
70. XML and FrameMaker by Kay Ethier | |
Paperback: 416
Pages
(2004-03-15)
list price: US$49.99 -- used & new: US$31.00 (price subject to change: see help) Asin: 159059276X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book is designed to teach anyone working in data-intensive publishing how XML can be leveraged to make the job of presenting data easier. While the XML discussions within the book are general, FrameMaker is used for all of the examples since it supports a wide variety of XML import and export options. In addition, author Kay Ethier shows you how FrameMaker's powerful formatting features lend themselves to publishing XML documents&emdash;without reworking them. This book is written for a professional audience, including writers, database administrators, developers, and production staff. Customer Reviews (5)
XML and FrameMaker
Great Resource
Would be better if the sample files were available
Saved an outrageous amount of time and frustration
Debafflement |
71. Understanding Web Services: XML, WSDL, SOAP, and UDDI by Eric Newcomer | |
Paperback: 368
Pages
(2002-05-23)
list price: US$44.99 -- used & new: US$6.99 (price subject to change: see help) Asin: 0201750813 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Several key standards have emerged that together form the foundation for Web services: XML (Extensible Markup Language), WSDL (Web Services Definition Language), SOAP (Simple Object Access Protocol), and UDDI (Universal Description, Discovery, and Integration). In addition, ebXML (Electronic Business XML) has been specified to facilitate automated business process integration among trading partners. This book introduces the main ideas and concepts behind core and extended Web services' technologies and provides developers with a primer for each of the major technologies that have emerged in this space. In addition, Understanding Web Services summarizes the major architectural approaches to Web services, examines the role of Web services within the .NET and J2EE communities, and provides information about major product offerings from BEA, Hewlett-Packard, IBM, IONA, Microsoft, Oracle, Sun Microsystems, and others. Key topics include: XML facilities for structuring and serializing data How WSDL maps services onto communication protocols and transports WSDL support for RPC-orientedand document-oriented interactions SOAP's required and optional elements Message processing and the role of intermediaries in SOAP UDDI data formats and APIs How ebXML offers an alternative to Web services that supports reliable messaging, security, and trading-partner negotiations With Understanding Web Services, you will be well informed and well positioned to participate in this vast, emerging marketplace. Newcomer's work looks and reads almost like a notebook, with succinct statements in the margin (for instance, "SOAP processors first have to check the mustUnderstand attribute, if any"), adjacent to paragraphs that go into greater depth. He's careful to call attention to differences among the relevant standards documents, and points out differences among implementations. Graphical learners may wish for more conceptual diagrams, as there aren't a lot of them here. Newcomer's prose is brilliant, though, and it's pretty easy to determine what he means. Perhaps best of all, Newcomer isn't cheap with his opinions and forecasts. It's helpful to read his informed feelings and predictions. --David Wall Topics covered: The specifications, implementations, and popular trends that define the Web services movement. Conceptual coverage of Extensible Markup Language (XML), Simple Object Access Protocol (SOAP), Web Services Description Language (WSDL), and the Universal Description, Discovery, and Integration (UDDI) protocol fills these pages. Emphasis is on how it all works rather than on how to program for it. Customer Reviews (26)
Good Resource of Information
good but old
Good Book
Excellent Overview, But Extremely Difficult Read
A lot of understandble and useless paragraphs |
72. The XML Schema Complete Reference by Cliff Binstock, Dave Peterson, Mitchell Smith | |
Paperback: 1008
Pages
(2002-09-26)
list price: US$59.99 -- used & new: US$30.33 (price subject to change: see help) Asin: 0672323745 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
Certainly not a book for learning about XML schemas
Use this book all the time
Need Help Writing Your Own Schemas? Try this. The problem right now with XML Schema is that it is new. Most XML books use DTDs, in part because when they were written, the Schema specification was not finished by W3C (in May 2001). Some XML books since then do describe Schema. They usually give a good overview and provide examples that work for the XML document examples they describe. So if you have an application that you want to write a Schema for, you can get started. But chances are, you soon run into problems if your application is not a carbon copy of a text's example. You soon need some Schema component or attribute whose usage or even existence was not disclosed in that book. This book addresses that shortfall. It provides at least one example of how to use every attribute of EVERY Schema element. A formidably comprehensive task. Which accounts for the near thousand page size. But this is far more than just some dictionary-style exposition. They describe important closely related issues, like how to use the DOM and Xerces SAX parsers, and the different outlooks these take. Also, from your viewpoint of how to write a Schema for YOUR application, they offer a top-down approach. Schemas can be result-oriented or data-oriented. You get enough details to help decide which case yours fits. This can greatly aid developing a facile "natural" Schema. One where once you have it and an example XML document that uses it, the layout taxonomy seems axiomatic. Which should be your goal. It is not enough to define a Schema that can hold all the information you have. The skill is in making a Schema that does that and has a clear, obvious logic. Because in many cases others, probably not as technically adept as you, get to fill in documents based on it. So the logic should be clear to them. Even if they do not directly write into an XML document, but build it from a GUI, the clearer the Schema, the easier it is for someone to build a GUI to populate a document based on it. The authors also provide a website (XMLSchemaReference.com) that has the code described in the book, and many more examples. Worth bookmarking. So try this book and its website if you need an authoritative guide to writing Schemas. ... Read more |
73. Excel 2003 VBA Programming with XML and ASP by Julitta Korol | |
Paperback: 700
Pages
(2005-12-27)
list price: US$36.95 -- used & new: US$22.03 (price subject to change: see help) Asin: 1556222254 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
Very Thorough
Good introduction for VBA in Excel
Very good on the whole |
74. An Introduction to Xml And Web Technologies by Anders Mller, Michael I. Schwartzbach | |
Paperback: 542
Pages
(2006-03)
list price: US$97.50 -- used & new: US$61.07 (price subject to change: see help) Asin: 0321269667 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Contents ForewordPreface I: XML Technologies 1. HTML and Web Pages 2. XML Documents 3. Navigating XML Trees with XPath 4. Schema Languages 5. Transforming XML Documents with XSLT 6. Querying XML Documents with XQuery 7. XML Programming II: Web Technologies 8. The HTTP Protocol 9. Programming Web Applications with Servlets 10. Programming Web Applications with JSP 11. Web Services 12. A Complete Application BibliographyIndex Features * Relies exclusively on open source Java software, and will be tied closely to the online material. * Contains a finely tuned progression of ideas, examples and details.* Shows how to use XML in modern web applications.* Backs up a thorough treatment of its key points with clear, practical examples.* Offers insight and understanding of the concepts, their importance and their application.* Offers a rigorous look at existing standards. Additional Support Material * Learning outcomes.* Links to relevant online resources.* Online tests.* Live code for all examples and applications. Customer Reviews (1)
The first (and only?) clear, concise, deep, scientific account of the stuff... |
75. .NET and XML by Niel M. Bornstein | |
Paperback: 400
Pages
(2003-07)
list price: US$39.95 -- used & new: US$6.00 (price subject to change: see help) Asin: 0596003978 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
Well written reference primer
Hardly a Java book!
aaaarrrrggggg Who wants java examples in a .net book
Very Disappointed
Just what I was looking for! |
76. XML Pocket Reference (2nd Edition) by Robert Eckstein, Michel Casabianca | |
Paperback: 96
Pages
(2001-04)
list price: US$9.95 -- used & new: US$6.52 (price subject to change: see help) Asin: B00008CM3N Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description At the front of the book, a crash course in XML quickly spells out the important terminology, along with extremely short examples of XML, Document Type Definition (DTD), and Extensible Stylesheet Language (XSL) documents. The book also includes a nice bulleted list of cautions and rules to follow if you want to create valid XML documents. A tip section entitled, "Unlearning Bad Habits" offers handy warnings that are especially useful for those of us who occasionally slip into sloppy HTML coding behaviors that XML won't tolerate. The remainder of the title comprises reference sections devoted to XML, DTDs, XSL, XLink, and XPointer. These sections offer a balanced mix of both straight syntax references and brief general explanations of key topics. Short examples are in abundance to illustrate usage with accompanying explanatory text. The authors are very up-front about the changing nature of the XSL, XLink, and XPointer and point out that even their freshly published material on these subjects may soon be out of date. You won't find any big-picture look at the importance or implementation of XML in the real world. However, if you're already sold on the technology and working with it, this little guide will be a handy companion. --Stephen W Plain Topics covered: XML overview, well-formed XML rules, using elements and attributes, syntax and usage reference to XML, DTD, XSL, XLink, XPointer. Customer Reviews (32)
Useful, But Better Option Exists
Good book but no coverage for XML schemas
Merely an introduction to XML... The O'Reilly pocket references are so concise that they are not really meant for someone who is totally new to the subject. They can however be the ideal way to provide an overview to anyone who wants to know the basics of the topic.
This is a beginners book... If you are looking for a reference, look elsewhere. If you are just like me, and don't want to wade through hundreds of pages to get an idea of what it is all about, then you can perhaps consider it. Since it is so wrongly named, I give it three stars. But as an introduction it really deserves five.
Half part useful, another half part not Daniel, IBM certified developer for XML and related technologies.
... Read more |
77. Access 2003 Programming by Example with VBA, XML, and ASP by Julitta Korol | |
Paperback: 600
Pages
(2005-03-10)
list price: US$39.95 -- used & new: US$66.99 (price subject to change: see help) Asin: 1556222238 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
More about VBA then Access
What I didn't know
Helps me a great deal - every day!
Good Reference To Have
Fantastic book for intermediate-advanced users |
78. Pro PHP XML and Web Services by Robert Richards | |
Hardcover: 936
Pages
(2006-03-27)
list price: US$64.99 Isbn: 1590596331 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description I would highly recommend this as a resource for any developers who want to really dig in and solidify their working knowledge of PHP and web services, or just want to explore the nuances and complexities of XML DTDs and namespaces. — Nathan Smith, Godbit Project Pro PHP XML and Web Services is the authoritative guide to using the XML features of PHP 5 and PHP 6. No other book covers XML and Web Services in PHP as deeply as this title. The first four chapters introduce the core concepts of XML required for proficiency, and will bring you up to speed on the terminology and key concepts you need to proceed with the rest of the book. Next, the book explores utilizing XML and Web Services with PHP5. Topics include DOM, SimpleXML, SAX, xmlReader, XSLT, RDF, RSS, WDDX, XML-RPC, REST, SOAP, and UDDI. Author Robert Richards, a major contributor to the PHP XML codebase, is a leading expert in the PHP community. In this book, Richards covers all topics in depth, blending theory with practical examples. Youll find case studies for the most popular web services like Amazon, Google, eBay, and Yahoo. The book also covers XML capabilities, demonstrated through informative examples, in the PEAR libraries. Customer Reviews (8)
PHP XML and Web Services
Great PHP XML Reference
Heavy Metal XML
All you need to know
The standout reference on PHP and XML |
79. XML Topic Maps: Creating and Using Topic Maps for the Web by Jack Park, Sam Hunting | |
Paperback: 640
Pages
(2002-07-26)
list price: US$44.99 -- used & new: US$30.00 (price subject to change: see help) Asin: 0201749602 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
A multi-faceted look at a complex topic
XML Topic Maps - the next level above XML? So if XML is like an assembler, what is the analog of One type has nitty gritty explanations, replete with incorporate into your XTM, just like using standard The other chapters deal with the much deeper and As a side note: In the XTM examples and search results, circa 1998. This was not in XTM, but
Interesting approach to knowledge management Chapters 5, 6 and 7 dive into the mechanics of XTM and knowledge management, and requires the prerequisite knowledge I cited above.This part of the book is not an easy read. This is not a reflection of the authors/editors ability to write as much as it is of the nature of the material.Knowledge management and development issues are given both wide and deep treatment in these chapters. Chapters 8 and 9 go deeper into the XML family as they relate to XTM (with an emphasis on XSLT), and address creating and maintaining sites that use XTM/XSLT as the core of a knowledge management strategy. Related topics are covered in Chapters 10 through 13, including open source tools, RDF (widely used as a mechanism for weblogs and blogs that are gaining popularity), and semantic networks (intelligent agent-based systems). The final two chapters tie together the preceding material with a chapter devoted to topic map fundamentals for knowledge representation and a chapter about topic maps in knowledge organizations. If you are interested in using an XML-like technology as the foundation of a knowledge management strategy, or are interested in learning about new directions in the integration of web technologies and knowledge management this book is ideal.For the technical reader the code examples, pointers to open source and commercial solutions and the website that supports this book (using topic maps, of course), this book is an excellent way to leverage knowledge of XML and use it to develop knowledge management solutions. ... Read more |
80. XML Family of Specifications: A Practical Guide (2 Vol Set) by Kenneth B. Sall | |
Paperback: 1122
Pages
(2002-06-10)
list price: US$54.99 -- used & new: US$9.57 (price subject to change: see help) Asin: 0201703599 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (10)
How to get a Perfect Bound copy of this book
Note: This is not a paperback!
Rather practical! Kenneth B. Sall, the author of this book, organized this book in a fashion where each section could be studied on its own, and if there are references to the previous sections, they are appropriately mentioned.This way, one does not need to sit down and cover this 1000+ page book cover to cover to realize that the topic of conversation is.The stage is set at the beginning by the author commenting on the fact that XML can describe everything under the sun, even the kitchen sink: "XML: ... maybe it's everything but the kitchen sink? Say, have you heard the one about the XML Kitchen Sink Language? ..." I have been working with XML for sometime now, and I am still amazed at how it has grown and expanded in to our everyday lives in the past few years.One can spend months coming up to speed with the specifications and the XML "realm", and that's not enough.This book does not even cover, in a great detail at least, the Web services realm.That alone is a couple of thousand page book.The background topics are essential to any reader: basic XML syntax, DTD, Canonical XML, Namespaces and XML Schema.Once you have these topics covered and well understood, you can jump around to any other part of the book, displaying XML data for example or XML programming API's. One can spend a couple of hours trying to figure out how these specifications fit in, but the author hs already done the job with a very useful picture inside the cover page.What's your forte?Cascading Style Sheets to convert XML data into a PDF document for example, or an XHTML document to display on a web site? XHTML is also covered in length, if you do not know that is and what it offers over the plain old HTML. XLink and XPointer.How can one leave without these two core technologies and tools?They are truly remarkable; easy to use, light weight and easy to learn.Well, they are well covered - as you would expect from this book.One thing about these topics is that they could be very abstract and need examples, and we got lots of those.The example depict the efficacy of how one can use XLink to create complex connections between sets of resources, even though you do not have a write access to those resources.This is very handy and resourceful technique is you need to build an e-commerce site.With XPointer, one can locate individual XML elements, set of elements or even a range of XML data between two points.The ability to specify "range" of elements is where the true power of XPointer is revealed. The references, the related resources for each topic, simple to complicated examples and a CD filled with goodies, source code used throughout the book and the W3C specifications at your fingertips outline the some of the other benefits of Kenneth B. Sall's "XML Family of Specifications" book.
Thorough in its explanations, lots of additional references
great book. Must have for CS students. However, if in your work or your studies you feel that you need to gain a more thorough understanding of the W3C specifications related to XML, then this is the book to buy. All the W3C specs are available for free on the web. The trouble is, W3C documents are designed to provide a precise definition of a standards, they are not designed to be especially intelligible by mere mortals (however technologically enclined). Some are quite readable, others far less. Firstly, I really like that this book present all the relevant specifications and working drafts in perspective. Secondly, I found that it does a remarkably good job at translating these specifications (without simplifying them) in understandable terms. In my work, I am interested in gaining as thorough as possible a view of XMl technologies and this book helps me greatly. I also like the fact that it present a well-organized bibliography at the end of each chapter (sadly many computer books from Wrox, O'reilly, Que an like don't have a bibiography as if to say "everything inside this book comes straight from the author's mind. DO not look any further). I have reviewed for myself around twenty XML books. I found this book to be one of my top favorite. I recommend it especially for: |
  | Back | 61-80 of 100 | Next 20 |