XML Books
Related Subjects: Tools Validation Style Sheets References and Standards Applications Linking Forms Addressing and Querying
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196

Used price: $4.42

All-In-One Doesn't Mean All of ItReview Date: 2008-06-26
Know nothing about XML, it's OKReview Date: 2003-12-11
The book is good for XML first timers, also if you know a little bit about it, but it's not enough if you need to be professional.
Sloppy editing, details glossed overReview Date: 2004-07-07
In general it appears that the book was thrown together in a big hurry, which is a shame, as it's a very likeable book and would be great if the information was correct.
Learn the Full XML StoryReview Date: 2004-01-16

Used price: $6.58

UselessReview Date: 2003-03-22
Content good, writing poorReview Date: 2002-05-03
Agreed its a good workReview Date: 2002-03-22
You can have this book even on the road, and I promise it would add value to whatever you know about this subject. I would suggest to buy this book for sure.
Awesome book! A must buy for system architectsReview Date: 2002-03-16

Used price: $27.83

Namespaces are the key conceptReview Date: 2003-12-11
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.
Kangaroos jump around less than this bookReview Date: 2005-09-08
Specifically, in the midst of discussing simple element constructions, Mr. Bradley includes a paragraph describing television stations in the UK that has no relevance to the examples given. I'm sure he's proud of his heritage and his expertise on television in England, but what does it have to do with XML Schemas or the current example????????
I suspect that Mr. Bradley is a college professor. If he is, he should be forced to sit through recordings of his own lectures. Maybe that would cure him of his unbearable writing style.
.
From beginning to the end, XML Schema is explainedReview Date: 2004-08-15
Schemas are in a whole different category all by themselves. Every XML document, standard, protocol - basically anything that has anything to do with XML needs to use or to interact with XML Schema in one or another. XML Schemas are used to model both data and narrative XML documents, which means that if you are ever planning on interacting with XML, you better understand XML schemas. I thought that this topic will be very easy, and there is nothing to it... I was wrong. There is a whole lot to cover and once you read Bradley's book you'll know what I am talking about. The standard for schemas is so extensive, that the first few chapters of his book are spent on what the different terminologies mean and how they interrelate. For example, the difference between narrative data (data where the sequence of events and representation matters greatly) and datacenteric documents (order of presenting the data does not matter), and the difference between the schema definition author (the person who creates the schemas) versus the document instance author (people who create well-formed documents) and many others alike. After talking about the basics, the author spends a great deal of time explaining the various components of the XML schema such as elements, attributes, simple data type, complex data types, etc... Understanding these topics is essential in reading the following chapters of the book.
The author uses the same examples throughout the end, so the reader can follow the text and actually understand the topic while the author is presenting it. The code samples are just great. Since the topic is rather abstract, the author had spent a great deal of time using examples to demonstrate the topic at hand better. There were times that I read the example first, and then I went back to read the text, because the visualization is the key in this topic. As with any programming or technical book, the topic and examples start simple and they get much harder as you read the book. The same goes with this book, but the interesting thing is that if you don't know enough about namespaces, the author sends you off to one of the accompanying chapters to read to get ready. The chances are that you don't know enough about namespaces, and the "reference" topics included towards the end of the book become very valuable as you read this book. I thought that I knew namespaces rather well until I read the following:
"... namespaces do not exist as physical entities. There is no namespace definition markup language and no namespace file, object, or interface. ... namespaces are just a concept. This fact alone has led to much unnecessary confusion..."
In all the books and all the articles and the press and ... that I have read on XML, this little but rather important concept was left out. In one chapter the author has shed more light on a topic of namespaces than an entire book that one would find on the topic. The moral of the story is to read this book cover-to-cover. Even if you think you know it all, still spend the time to read this book. I was amazed at how complicated XML Schemas could get and how powerful they really are.
Some of the advanced topics covered include inheritance and pattern recognition. Both topics are very well explained and covered well. If you know regular expression from Perl, then pattern recognition in schema world would look very familiar to you. The same regular expression rules that are covered in Perl, govern the patterns matching in XML Schemas. What the author adds is concrete examples of how this technique can be used to build powerful schemas. Inheritance is another interesting topic in schemas, as inheritance has made XML schemas very object oriented. Some of your favorite concepts in Java map directly into schemas, and the author actually made table cross referencing the various "key phrases" in Java versus XML Schemas. If you are coming from the OO world of C++ or Java, take a look at this table first. If you are at all familiar with the Eiffel language, you would have a greater appreciation for some of the features of XML Schemas such as the ability to redefine an element or to extend specific parts of a schema.
In closing, if you think you know XML Schema's, think again. This book covers the topic in detail and does so very well. I would recommend this book to be read by any schema designer or a valuable reference for anyone interface with any XML technology.
Solid reference workReview Date: 2003-12-11
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.

Used price: $1.59

horrible waste of timeReview Date: 2001-12-01
Well, then there is a quote, where the author blankly asserts that posts are more useful then gets. I'm familiar with the debate about the pros and cons. But, an author just asserting one is better and putting as a reason 'trust me, baby, I'm smart', is just so pretentious.
To put it plain from flipping around in the book, I didn't find any good information, and the author just disgusted me with his way of writing and assertions. This is a total utter waste of time and money.
Great book on .NET and SOAPReview Date: 2001-12-27
I read the two other reviews and I don't understand why the readers are complaining. SOAP is one way to do Web Services and is the only thing that the authors talk about in the entire book. Perhaps this reader has a problem with the fact that, for the most part, SOAP == Web Services? As for the horrible waste of time review, I again think that the person didn't really look at the book. This is the best book I have seen to date which describes how to mold your SOAP messages, write custom attributes, etc. These guys explain pretty well what SOAP is for. Better for Web Page scraping? I think that reviewer simply picked up a copy in a book store, read 2 pages, and that's it.
Good book, title could use some workReview Date: 2001-12-20
Overall the book covered a broad set of topics and showed some good example code. If you're new to web services and soap, and you plan on using .net, this book will get you good coverage in a small amount of time. If you don't intend to use .net, there are still some interesting topics, but the sample code won't help much.


Overview of an Important LanguageReview Date: 2007-11-06
Based on the widely-utilized XML (eXtensible Markup Language) language, XBRL is an important language that offers a host of benefits to both producers and consumers of financial data and information.
"Essentials of XBRL" offers a comprehensive overview of XBRL, in terms of defining and contextualizing the language and in terms of providing an executive-level overview of the benefits of XBRL.
This book is recommended reading for those interested in learning about XBRL. As XBRL is an evolving language, there are also a host of on-line resources and guides that should serve as good supplements to this book.
Practical Guide on XBRLReview Date: 2005-05-28
Disappointing for a Wiley PublicationReview Date: 2007-11-20
1. XBRL is a subset of XML that describes data using a pre-defined taxonomy of data identification tags established by the American Institute of Certified Public Accountants ideal for reporting of financial data.
2. XBRL (with an appropriate translator at each end) can act as a common data transport, aggregator or syndicator between any number of disparate financial systems and databases.
3. Implementing XBRL might be tough because there are competing standards like EDI and ebXML for the transfer of financial reporting data with an installed base of hardware and software that companies might be reluctant to scrap.
4. If XBRL is implemented on a large-enough scale, accountants can stop doing their current jobs and become consultants.

Used price: $23.00

out of date, not very usefulReview Date: 2006-06-09
Almost definitely recommendedReview Date: 2000-06-06
I have found that there is another big problem - with every day coming the information tends to get older and older. I can fully recommend buying this book today, but I am not sure if I would do it once more after half a year has passed.
If you were interested in transforming TeX into PDF, I would recommend also the LaTeX Graphics Companion, or some other book introducing the problematic of PostScript and PDF.
very handyReview Date: 2002-01-20
Don't expect to much examples and user details, it has an excellent index and reference list to get you started.
There is a lot of math stuff in this book, so trying to get a lot of formula's on the web this will certainly be of help. I am not into math so a couple pages could be skipped.
Concluding: want to get started with latex and the web, want to make good documents for the web on a fast and good way, this is the book for you.

Used price: $2.86

this product is awesome,but ull need extra help to get cert.Review Date: 2006-04-16
you can get more help in this link
(getcert's POST)
http://www.mcse.ms/message2132798.html
thanks
Supplement your study for this oneReview Date: 2004-11-30
Bottom line: if you plan to use this book to prepare for 70-310, then be prepared to supplement your studies with additional resources.
Some good points but not enoughReview Date: 2004-03-30
That said, I would still recommend this book as an introduction for your preparation for the 30-310 exam. The chapter on security is very well written and is superior to the same section in the 70-305/70-306 book. You will just need to cover each topic a bit more thoroughly with other materials (perhaps reading Microsoft online documentation after each topic). This is good advice for any exam since you should have a goal of thoroughly understanding each topic as well as wanting to pass the exam.

Used price: $0.01

In-depth and practicalReview Date: 2004-11-20
Useful but becoming outdatedReview Date: 2006-01-05
But the biggest problem is that Six Apart has updated Movable Type in ways that make this book obsolete in some aspects and that make it necessary to translate concepts in others. At this point, it's probably not worth the trouble to buy the book, and also probably not worth the trouble to write this kind of book when updates are so extensive and frequent.
This book is difficultReview Date: 2005-03-18
But in all fairness, this is a difficult subject to explain. Since personal blogging is so new on the scene, it seems like the blog jargon is still a little fuzzy. Liberal use of Google helps. Since many of the concepts in blogging software are new to me, I would have appreciated a clearer explaination in the introduction, perhaps with some graphic illustrations. Some of the topics here, "Publishing with Movable Type" for example, are filled with examples and terminology that belong in a later section of the book. It would suffice to just give the reader a broader overview of how the software works.

Used price: $6.00

A very powerful and verstile toolReview Date: 2007-03-30
good book for several audiencesReview Date: 2004-01-25
The book is a very gentle and seemingly thorough introduction and explanation. The authors write with clarity and humor. I must admit that the authors write with such thoroughness and gentleness that I sometimes grew impatient. One addition I would have liked is more examples. Chapter 2 carefully explains a complete, but very simple example and Chapters 11 and 12 contain much richer examples. However, I find that I never learn unless I *do* and for such a long book, I was surprised that there wasn't more directly about the application of the TT.
You can use this book and the toolkit without knowing any Perl. The authors explain things well and clearly. However, you will get maximum value from the TT (and grok the syntax most quickly) if you know some Perl. The material on filters and plugins (there is a chapter on each, parts of another chapter about writing your own, plus entire chapters dealing with DBI and XML plugins... it's a good chunk of the book) is wonderfully detailed and probably justifies the book.
I skimmed most of the material on hacking and extending the toolkit. It seemed pretty thorough, even explaining how to alter or replace the TT syntax (right down to a quick tutorial on Yapp/yacc). I learned a lot from the little bit I read. I suspect this would be very helpful to Perl hackers and others as an example.
A note about the toolkit itself. It's very powerful. In many ways, it's like Perl itself (e.g., it has a Perl-like syntax). It has exceptions but scoping seems weak and there appears not to be anything like 'use strict'.
In summary, this is a good book for a variety of audiences. It is very well written and you should leave it's pages with enough know-how to use it for something like web page generation. I learned a lot about Perl and available CPAN modules (in addition to learning a lot about the TT). But I wish there was more direct practical application as examples, exercises, recipes, etc.
Well written, but not terribly useful for what I wanted.Review Date: 2005-07-05
Specifically I wanted something which would match the perl TT with Class::DBI and CGI::FormBuilder.
The Perl Template Toolkit was clearly written with good examples, but is fairly light in the CGI realm. Only chapter 12 has CGI examples, with no javascript thrown in.
A mating to CGI::FormBuilder is a natural marriage to the perl template toolkit, but CGI::FormBuilder is not even mentioned.
It's too bad the book doesn't cover in more detail some of the commonly used CGI modules in conjunction with the perl template toolkit, as the writing and examples are top notch.
It's a great look at the template toolkit, but doen't throw in enough info to hook it into the rest of the perl/web development realm to be as useful as it could have been.
With a few more chapters I think this could be a really great book.
I would not have purchased this book if I had thumbed through it at a bookstore.

Used price: $22.30

Terrible binding, can't read the bookReview Date: 2007-12-02
Up to date and useful reference book.Review Date: 2008-01-23
100 Solutions, neatly divided into 13 chapters, make it very quick to find what I was looking for. The downloadable code from the publishers website also helped a great deal and saved me some time.
I found the security checklist at the back of the book particularly useful and helped me pinpoint and solve some potential vulnerbilities. Chapter 13 on best practices was also a clear standout in my mind, as it covers PHP coding best practices and helped me improve how I work.
A PHP Book that's different (and better) than the restReview Date: 2008-01-23
It was the title that got me first interested in this book, sort of like the greatest hits of PHP which, in theory, is a book that I expected to get a little more use from.
I'm happy to say that this book delivered on it's promise and them some.
The difference between this book and say some of the other more tutorial style PHP books I own is that it doesn't follow the one size fits all approach. It actually explains solutions to problems that your able to adapt you your own world. I downloaded the code from the books website which made my life even easier.
It's organized into stack of little mini tutorials covering most of the challenges you'll face if you're programming with PHP. I didn't read this from cover-to-cover but more jumped straight to some of the specific sections that I was keen to learn about. The layout and design of this book enables you to jump around from section to section easily.
I'm now finding myself going back to this book time and time again as new problems crop up, just today I had to solve a caching issue and violia a nice little example of exactly what I needed was there in chapter 11. It saved me a stack of time so I thought I'd use it to write this review.
It's also worth noting that chapter 1 contains a nicely written introduction to object-oriented PHP and is worth a read if your just starting with PHP and everyone should read chapter 13. Even though I've been programming in PHP for a while now this chapter opened my eyes to why I experience some of the frustrations I do... I'd probably be happy with paying the cover price just for that chapter alone.
It's my first sitepoint book and I've got to say I'm extremely happy. They seem to do things a little different than you're old schoolers and I've got to say the approach is refreshing. I'd have no problem with recommending this to PHP developers at any level.
Related Subjects: Tools Validation Style Sheets References and Standards Applications Linking Forms Addressing and Querying
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
Some things to consider...although the author does not assume you have any previous knowledge in Web development, I don't think it would be possible to comfortably pick up on XML without knowing HTML and XHTML and the CSS knowledge that you should have when learning XSLT. As far as covering XSLT, you should definitely buy another book for that because XSLT mastery is beyond the scope of the book.
It is well-written and flows good. The way the book is written is so that you don't have to flip when using it as a reference. So, if you read it cover-to-cover, information repeats itself. If you do have experience with Web languages you might feel like you are getting too much information, but it is worth reading through to find those lesser known bits and pieces of info. The author is thorough with the material he decides to cover, enough so that you can intuitively plan your own code rather than simply emulate examples. Overall, I would say the book has definitely given me a great appreciation for XML, and I want to take it to new levels.