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: $1.37

Love Dummies BooksReview Date: 2008-04-22
An Unexpected DisappointmentReview Date: 2008-03-10
The examples on the CD ROM are awful. They really don't give any good insight as to how the tags work. Plus, many of the example files are identical. For example, TFOOT.HTM, THEAD.HTM and TR.HTM are the exact same file. That's just inexcusably lazy. How hard could it have been to exhibit some of the attributes of those tags?
I give it two stars because if you already know HTML, it can be a pretty useful reference. Also, the troubleshooting chapter (chapter 16) was pretty good.
HTML for DummiesReview Date: 2007-06-05
On another note, I am impressed with the speed that I received my books.
Thank you Amazon
I learned basic HTMLReview Date: 2006-02-13
The only thing I wanted to learn but never could figure out from the book was frames. I settled on tables for navigation since all my attempts at frames failed.
I have since gone on to do a Web site for my cats, a text based site on the subject of the Sabbath, and a Web site to track my weight loss and measurements. I even coded my own little blog at one point.
The next thing I want to learn is some basic CSS to have better control over the Web sites I've created.
I recommend this book to anyone who doesn't know anything about HTML and wants to learn it.
HTML for Dummies NOT for DummiesReview Date: 2006-02-24
I was very disappointed with this book...I bought another book which out-performed the Dummy series.

Used price: $0.17

Excellent for those new to XMLReview Date: 2001-04-20
of limited utilityReview Date: 2000-09-30
This was published in July 1999 and so is somewhat dated. I suspect that the book continues to sell because it is on the recommended reading list for IBM's XML certification test. The back cover indicates that the authors are students that interned at Microsoft. Their bias toward Microsoft is unfortunate. It isn't clear that Microsoft has any place in a discussion of XML and associated technology and tools. Contrary to the authors' remarks, Microsoft's XML parser does not conform to the DOM specification. Moreover, languages and tools like Visual Basic and ASPs that are only available on one platform are of limited utility to programmers that need work on multiple platforms (NT, Unix, Mainframe), that is, programmers in the real world. The authors' choices in this regard make their book of limited utility.
Comprehensive introduction to XML for techies.Review Date: 2001-05-29
The first two sections give a very clearly written overview of where XML fits in the current Internet world (though published in 1999, this story is still true I think), but after that the book quickly becomes rather technical with lots of references to chapters that are still to come. Moreover, some of the examples contain awkward typos. Still, after reading this book I have the feeling that I am now quite capable of designing and realzing XML/XSL based web applications myself, especially after re-creating their on-line shopping demo, an excellent example that the two authors provide. Their (previous) involvement in Microsoft I did not find bothersome; on the contrary, since Internet Explorer is still the only browser that supports XML in a decent fashion, their knowledge of IE5 comes in handy.
All in all recommended for the more technically oriented people involved in web app design, although the book could maybe by now use a revision and an overall quality review.
Excellent for Someone New to XSLReview Date: 2001-04-04
Poorly written, questionable organizationReview Date: 2000-07-11

Used price: $4.44

A helpful companion book, with a few flawsReview Date: 2007-06-07
Unfortunately, the book contains some organizational flaws. The "General" chapter, which is meant to serve as an introduction to CSS, is a brief background to concepts and tools, but it doesn't always point out that certain selectors are not supported in every browser (child selectors and pseudo-elements are the most notable). I think it'd be helpful to state straight-up that many aspects of CSS are interpreted differently in various browsers, if supported at all, and then note which browsers support each feature as the feature is introduced to the reader. To their credit, they do include a "pitfalls/warnings" icon at the end of some sections, but it'd be helpful to know about them before you continue on to work through one of their examples, only to discover later that it doesn't work in IE6. Since most people would like to design for a cross-browser experience, they might just want to skip over certain CSS features that are not widely supported, so indicating browser support up-front would be very helpful. And I wonder how valuable it is to mention something like "text-shadow" if it is only currently supported by one browser? In addition, some important concepts are buried in the book (such as the fundamental concept of inheritance and the !important rule) - they might be better placed in the "General" chapter (introduction).
Though this book does have its flaws, I have to say that it does assemble some nice formatting tricks. I have previously scoured the Web searching for many of the techniques that are all nicely packaged in one place in the "Images" chapter, so I am sure this would be a real time-saver for many, as the leg-work is already done for you. Among some commonly sought out techniques are rounded corners, dropshadows, and the lightbox effect. The "Lists" and "Navigation" chapters are also pretty useful. The "recipes" this book includes are not only a means to accomplish a particular goal, but the solutions are creatively achieved so that you start thinking about using CSS in less out-of-the-box ways. And kudos to them for mentioning accessibility/usability in the "Typography" chapter - those concepts often fall to the wayside in comparison to glitzier topics.
CSS SecondsReview Date: 2007-03-20
Even though you may not want to read the book front to cover I think its a great experience to just pick your chapters by what interests you most and to work through a complete chapter following along and rewriting the code as indicated in order to get a good feel of what problems are solved so that if along the way you run in to a problem you find it back without mach ado. You might learn things you never knew where that simple ore useful. For those who are transitioning from table based layouts to CSS it might not be to book to get familiar with CSS because it is a technical book, a little to dry for just getting into using CSS. Once you have gone through the initial learning curve using books like Head First: HTML and CSS from O'Reilly or Eric Meyers on CSS from New Riders you will be ready to use the book as it is intended: A constant companion within reach whenever the going gets tough,
Chapter 9 on page layout for example clearly explains what took me a long time to understand when starting out trying to use floats for layout. A common problem like columns floated to the left being shorter then the second column located on the right and the resulting overflow of this right column below the left -floated column, I almost forgot that that took me hours to solve when starting out with CSS. In "CSS Cookbook" these behaviors/problems are explained almost in order of appearance as we are working to accomplice more complicated layouts using relative or absolute positioning. There are many resources out on the web but wadding through them is time consuming and being able to find your solutions in a one or two page example including code and images are a big time saver. After each problem there is almost always a "See Also" referral to either another recipe in the book or a link to a more detailed explanation online directing you not only to reliable CSS resources but also to the direct location of the particular problem at hand within these CSS online community resources.
In the same chapter on layout Christopher Schmitt takes us trough as step-by-step tutorial on Alex Robinson's influential article on creating the "any order Columns" published at postitioniseverything.com. A great exercise in understanding floats and how to be creative with code.
In chapter 4 on page elements you will find a great example on some creative ways to add java in your pages and I really appreciate the precise instructions here since that is still kind of new to me. The results are truly beautiful, and would inspire any visual designer and can even be applied to background images placed from a style sheet as you can see applied at [...] a small testing / playground of mine.
A whole chapter is dedicated to forms, another to print.
You will find a clear explanation of how to run multiple versions of i.e. and how to install them. I always new where to find them, just could not get them to work until now! I wish the same simple explanation were given on how to implement Shaun Inmans "clearing a float" in a absolute positioned design since it still is not working for me. (patience, patience...)
The books focus is on solving CSS problems so don't expect all files/example that accompany the book to be validating. I find that a bit of a draw back since the document type used is XHTML Strict in most example files. I think the book as well as the accompanying files may need someone to go through them one more time with a fine comb to correct some of the minor coding errors.
It's really not to be picking but the book is meant for those familiar with code looking to switch over to CSS and for those more advanced. Using a XTML strict Doc declaration in most documents, would it not be neater if the document where written and validated as such? Text without a paragraph surrounding it or a
- inside a paragraph, missing closing tacks, make it hard for those who are starting out to find confidence when the CSS is somehow not working. Is it I, is it the book? Honestly, when I get stuck I like to know it's something I did wrong and not the book I am learning from. I did however not find any CSS errors in any of the samples I worked trough!
I never read the first edition of the CSS Cookbook but with the release of IE 7 the book has been updated.
In chapter 3 on images it is stated that at press time IE 5x and 6 do not support a fixed background image in a header to receive a particular effect. I tested in IE 7 and its now is now behaving as it should, so the book I think was released before IE `s 7 official release. Would it have been wiser to wait for this? I think there would have been a more structured outline then of what is still missing and a clearer picture of what to expect in the future working with multiple browsers and demands.
In a ocean of resources in print and online, in the midst of so many tutorials and inspirational articles written on CSS we need a book that works like a Swiss Army Knife to help us solve the problems and issues we come across when we are working on a project and don't have the time to wade trough some of the indeed fascinating and very valuable recourses we can find online. We need a direct solution...We need to know that when we do get stuck or want to push the boundaries that there is a resource that is not lost in a endless list of valuable bookmarks, however well organized, one we can access immediately. Therefore it can be a valuable reason to work through the chapters of interest so that when time is of the essence we know where to go.
Especially when working on commercial project and when we are not at liberty to suggest that, well maybe IE users will not get the full experience of some more advanced and also very popular browsers, but...
In short it is imported to know what works or not and
to have some workarounds or at least to hide from those browsers who don't support what you are doing.
Me personally, I am passionate in my belief and the reasoning behind it, to not letting a product of lesser quality hold down a development....
And especially because of this is it so important to have the tools at hand to know when to support or bypass older browsers to know what works and what not etc.
I almost want to keep the book a secret just because of the fantastic light box example in chapter 4.6. What a beauty. The book really makes you want to explore and experiment with some more java code added in to your designs. A true gem released a bit to hasty. I don't want a refund and you cannot borrow my copy!
How can a 2nd edition still have so many errors?!Review Date: 2007-08-02
Too many "bugs"!Review Date: 2007-02-27
I also agree with the reviewer who said he couldn't figure out who the book was for (e.g., beginner, advanced programmer, etc.). I think the problem lies largely in the way the book was organized (or rather, wasn't organized). They need to take this book back to the workshop, clean up the errors, re-arrange the content and then, perhaps, they will have something worthy of publishing.
Shouldn't be your prime CSS source.Review Date: 2007-02-08
Floats are covered for CSS layout but there is no mention of some common Internet Explorer bugs that make their use tricky, including common bugs like the expanding box and guillotine bugs. Holly Hack anybody? How about the problem with setting percent font sizes in the body selector without defining them first in html. Granted IE 7 fixes most of the shortcomings of older versions of the browser but to pretend they don't exist for a measurable percentage of the browsing population is negligent.
Where CSS works as it should, the solutions are fine. Where it doesn't there is too little discussion of the real everyday lack of support in various browsers. If discrete "solutions" are given, the problems associated with each "solution" should be mentioned in the "solution:, not left to a later section that is not cross-referenced. There is a token section at the end of the book on hack support but it is superficial. Even where browser support is mention, it is usually at the end of the solution, where we see it, if at all, after wasting time working through the code. A simple, "This works in xyz browsers at the beginning of each "solution" would have been a great improvement. As they are, some "solutions" only solve problems in a minority percentage of browsers.
There are simply too many good and complete CSS books like Meyer's CSS: The Definitive Guide and CSS Mastery: Advanced Web Standards Solutions by Andy Budd, Simon Collison, and Cameron Moll that give us better real world coverage of CSS usage. For beginners there is Stylin' with CSS: A Designer's Guide by Charles Wyke-Smith. For the experienced there is the stunning new Transcending CSS by Andy Clarke and Molly Holzschlag. I ordered CSS Cookbook in a moment of book craving and am not thrilled by it.
I'm torn on sending it back. It is far from the best general reference, but does have some good content. If I wasn't experienced enough to recognize where it offers less than complete information, it could cause me head scratching with the layout solutions.
Where was Dan Cederholm for this revision?

Used price: $1.03

ComprehensiveReview Date: 2001-03-02
full of details, but presented in many different ways..Review Date: 2001-02-24
Good JSP book, but .......Review Date: 2000-11-15
Not For Beginners, No Practical UseReview Date: 2001-02-07
Too wordy - hard to understandReview Date: 2001-01-26

Used price: $0.01

Still the Best Place to StartReview Date: 2001-02-11
Unfortunately, XML is deceptively complex. While it doesn't take a rocket scientist to crank up an XML file, toss in some CSS and claim XML is yet another programming language one has conquered, understanding how the DTD works requires more than a couple of examples and a reassuring pat on the shoulder that the reader can do it in an afternoon. What St. Laurent does, and does well, is to prepare the serious developer/programmer for understanding XML. To be sure, the book represents a foundation for using XML and is not an entire treatise on all that XML can do. However, unlike some of the books I've seen on XML that contain code that will not validate (including on their CD ROMs), this book gets it right. If you want to get XML right, this book is the place to start.
Update: This book is really bad. Get Beginning XML instead.Review Date: 2001-02-03
Even near the end of the book, the author only briefly mentions the XML parsing tool called SAX (the popular XML/Java API). Unfortunately, he fails to provide details on it use. SAX offers an easy way for computers to read an XML file and extract the data. Perl and Active Server Page APIs are also available for those who do not program in Java. But, data organization is only one of the strengths of XML. Many others exist. (The author misses these, too.)
This book is the worst technical book I've ever purchased. If it were feasible, I'd give it negative stars. If you are interested in learning AND using XML's capabilities, check out David Hunter's "Beginning XML". Compare the table of contents. You'll see the difference.
Not for curious folk!Review Date: 2003-06-15
Great IntroductionReview Date: 2001-07-12
If you're into computer science, and want to understand the technology - this is a great place to start.
A very disappointing book for software developersReview Date: 2000-12-23
The author could not adequately describe how to use basic XML components such as Document Type Definitions (DTDs), and failed to show how Cascading Style Sheets (CSS) can be used to display XML on the web.
If you are a web programmer or need to do something useful with
XML, look elsewhere. This is not the book for you. In fact, I'm selling this book. Wanna buy it? I'll use the proceeds to purchase "Beginning XML" by Kurt Cagle. That book looks promising.

Used price: $0.01
Collectible price: $24.00

Much more than the impact of Sept. 11 on ITReview Date: 2002-04-16
The author speaks directly to the reader in his typically confident tone, but the voice this time is more sober. There is not much of the typical humor we expect from Ed Yourdon, he is clearly shaken and sobered, like most of us, by the horrific events of Sept. 11th. Indeed, the first sentence, "This is not a book I expected to write" is a harbinger of much of the book's the sobering matter.
The structure of the book is straightforward: It begins with an overview of the broad changes which will profoundly affect industrialized and developing countries. This introduction is followed by more specific, detailed chapters about major aspects of IT and thoughtful predictions of sweeping changes to come in the areas of security, risk management, emergent systems, resilient systems, good enough systems, and death-march projects. A note about the "Death-March" chapter--it may suffice as an introduction to this topic for the general reader, and provides a timely update on the topic for readers of Mr. Yourdon's earlier book by the same title.
This is an important book-particularly for IT professional and those directly affected by the IT industry. I highly recommended Byte Wars for this audience as well as general business readers and thoughtful readers of the general public.
Byte Wars -- Another Yourdon Beatup.Review Date: 2002-09-22
thought in it, and almost no depth. The main thread running
through it is that September 11th changed all of the rules and
a secondary thread is that Ed had finally twigged to the fact
that many other races and nationalities don't like the style
business practices and methods of the US of A.
Well Ed, September 11th didn't alter ANY rules of computer
security, it just moved security to a brighter location
in the CEO's firmanent and most third worlders have loathed
the USA for as long as I've been on the planet. They've just
got a lot more effective in expressing that feeling lately.
I can honestly say I expected a book with some technical
appreciation of the problem and some working methods for
bypassing and sidelining mid-level managers whose major
worry is the number of fly-buys they've racked up for
the month.
If you're looking for answers or technical tips on Infowar
don't spend your money on this ... book, its a yaaaawwwwnnn!
Regards,
Sherro.
YET ANOTHER BOMBReview Date: 2003-11-15
My guess is that, on 1/1/2000, Ed was hunkering down in his survival retreat, drinking his bottled water, and wondering where in god's name his credibility went.
Given that his career as an oracle was cut short, Ed decided that he'd stop predicting the future and start cashing out on the 9/11 mania. Just like any talk show host or stand up comedian, Ed found ample material to make a few bucks off of the hysteria. He demonstrated the kind of initiative that would make Jeraldo Rivera proud.
The goal of this book is to keep Ed's name in circulation, so that he can charge a few more dollars for his worthless consulting services. Perhaps he'll use the royalties to refinish his deck or replace the transmission in his aging sports car. Ed's not going to tell you anything you don't already know, he's just going to make you think he will (which is the trick he uses to get you to buy it).
This leads me to think that I need to write Ed a letter...
Dear Ed,
Hello there little trooper. Isn't time for someone to pack it up and call it a career? Wouldn't the whole industry benefit if you took your fat, wrinkled, mug out of the public eye.
You pretty much admitted, in DeathMarch, that structured analysis was a crock. Face it, old man, you're over the hill. You've got no good ideas left. You're so desperate for ideas that you're reprinting Deathmarch. What are you going to do next time, reprint Time Bomb 2000!
I think you've fooled enough people out of their money. You've had your fun, Ed, now retire to Boca Raton and give us all a well deserved rest.
Please, Ed, pretty please.
Your Pal,
LLNL Engineer
Forget Y2K! 9-11 was real, we need to to think about it!Review Date: 2002-04-12
Anyway, y2K was theoretical when everyone was writing those books, nobody knew for sure what might happen or might not happen. September 11 was real, the only question is whether something like it might happen again. The terrorists say that it will, and the government bigwigs say that its pretty likely. So the question is what should we do about it.
I thought maybe Yourdan was going to talk about anthrax and smallpox and nuclear bombs in his book but he doesn't. He only talks about the computer risks. I don't see why anyone wold attack my computer at home, so I was skeptical at first. But he made me think a lot about the idea of grass-roots networks and what he calls emergent systems, because things are happening too fast and too unpredictable for the government to tell us what to do. Like it took the government six months to come up with this color coded alert system, and all they can do is tell us we are at yellow alert right now but they don't tell us what we should do about it. We have to figure it out by ourselves, we're on our own.
I see some other people are saying Yourdan only wrote what you could find in other books. Well maybe so, but he has a bibliography with 54 books in it, and I'm sure glad I didn't have to buy all those books and read them to understand what's going on. And it looks like he tracked down hundreds of newspaper and magazine articles to get the detailed information, and I sure don't have time to do that by myself.
Anyway, Yourdan really made me think about some stuff that I didn't even know about. Some of it doesn't matter very much in my life, especially because I don't even work in a computer job. But if God forbid there is another terrorist attack, and if it's a computer attack instead of planes flying into buildings, some of his ideas could really be important to me and my family. It doesn't matter to me if I agree with everything he says. The main thing is he made me THINK about some things.
Wait for a better bookReview Date: 2002-04-25
Thankfully, Byte Wars avoids such ridiculous predictions and hysteria, but instead offers the reader no new insights into information technology and little to nothing relating to 9/11. Yourdon is a true Master of the Obvious in this book, which apparently capitalizes on the 9/11 tragedy without actually addressing it. If you're looking for real insight into the effects of 9/11 on the IT industry, I would wait a few more months for a more relevant work. This one just doesn't cut it.

Used price: $13.03

good but oldReview Date: 2008-03-02
Good BookReview Date: 2007-08-10
Excellent Overview, But Extremely Difficult ReadReview Date: 2007-05-10
All the issues covered are covered lightly with the exception of the most important topics: WSDL, SOAP, UUDI and ebXML. The only thing it didn't touch on that I wish it would have was REST.
Key pieces of these topics are scattered and you need to be careful to read through and keep notes about where you can find more information (I found myself keeping margin notes on where key pieces of information were in the book at the introduction of each topic).
I recommend it so that you can understand the complexity and get a good overview of the topic, but I would definitely say that the book is only a good place to begin. It will leave your head spinning, but if you have purchased other books on individual topics, it will provide you with a reference on how they tie together.
The book has its ups and it has its downs, but it is worth reading.
A lot of understandble and useless paragraphsReview Date: 2007-01-13
There are a lot of paragraphs with useless information, that in the first read you avoid because you don't understand, in the next reads you avoid because they are useless.
Terms are confusing and mixed up, explanations also.
If you like skipping paragraphs it is a good newbie introduction, if you have some background on web-service just avoid it.
Really disappointing
Pretty good overviewReview Date: 2005-07-26

Used price: $0.01

Not a well written book...Review Date: 2002-09-12
Fine for a reference, if you already know what you want.
Great book for understanding XMLReview Date: 2006-06-05
It's not a tutorial or cookbook, but it explains XML logically and historically. I don't sit down at my computer with this book ready to type in stuff. This is the book that I sit down with in my comfortable armchair ready to understand XML in a way that makes sense and sticks with me. It's very readable.
Not for the beginner, but still usefulReview Date: 2006-05-17
Several reasons for 5 starsReview Date: 2005-01-14
2. It is not a cookbook of raw XML/XSLT/CSS/XSchema/XLink/XInclude/XPointer, etc... It actually explains the Design behind the implementation leaving one to approach implementation with foresight and focus on planning before one wastes needless hours of frustration during rushed implementations.
3. It is for someone with a solid understanding of MVC (Model/View/Controller) abstraction approaches that are pervasive in OOA/OOD that includes Smalltalk, Objective-C, Java, C++, C#, Javascript, Python, Ruby, etc...
4. It describes XML as a means to be both a boon for turning publishing into an Art of Reuse as well as how XML solidifies many failed attempts of standards that were not able to become language agnostic. XML and all her siblings are that meta bridge.
5. With the XSL Companion those who complained about it being either difficult to grasp or tediously complex will be vindicated and appreciate returning to this book to explain all the questions that surface along the way during any project they become involved in helping solve.
6. Neil is very honest that this book is about wrapping your head around the XML paradigm and not about being a Dictionary of answers to all your XML application(s) needs. It should become clear the reason behind so many XML application standards. There are just so many avenues to address how could they all possibly be expressed in just one book?
Useful and comprehensiveReview Date: 2003-04-22

Used price: $0.74

Not supported any longerReview Date: 2006-09-25
Read this BEFORE you read any other Actionscript booksReview Date: 2006-02-23
The author does a great job of teaching how to make reusable, tiny, elegantly structured modules to build a trivia game. The lessons in here should be required reading for any Flash Actionscript programmer BEFORE they can use any fat Actionscript 2.0 components. By reading this book, you can avoid torturing your users with the "Loading Forever" progress bars which result from using Flash without understanding it's elegant, fast loading, optimized roots.
A great end- to-end guideReview Date: 2005-08-23
Getting flash connected to a database requires a combination of good strategy and lots arcane nitpicking details that span multiple knowledge domains. The book brings you along, step by step, in making the app dynamic. The discussions of database design and implementation via PHP and mySQL were very useful.
The book was written during the day of Flash 5, but aside from a couple of outdated screen shots, the ActionScript is current with the version 7.
There were a couple of places where some explanations were a little light, but all in all, it was worth many times the price I paid for it.
Clear and easy to understand.Review Date: 2004-01-30
eveident in their clear and simple way of explaining things.
A disappointing tomeReview Date: 2004-09-02
By mid-2004 this approach is even more awkward as you discover that some of the hands-on steps they tell you to carry out no longer work in Flash MX or Flash MX 2004; there's nothing on the cover or the introductory material to warn you that the authors wrote this for Flash 5.

Used price: $18.86

Didn't like it.Review Date: 2003-04-16
I recommend you take a look at David Marco's "Building and Managing the Meta Data Repository: A Full Lifecycle Guide" which I found to be much more useful and pointed.
That said, if you are suffering from insomnia definitely buy this book, too!
Very good, but has some worrying errorsReview Date: 2003-05-12
For example, in the preface page xxii, the UML semantics for unrefined association, aggregation and generalization are *completely* wrong. So is the syntax for UML object. This is a very worrying error for a metadata book. Finally, there is the amusing quote on page 180, "if you have mastered the art of metadata by mastering the ability to think like a tool...". In England, "tool" is actually a well-known synonym for d*rk! Not the author's fault, but one would expect an editor to pick up on something like this!
Apart from these unfortunate errors, the book is well-written and very readable, and will certainly give you lots of useful information and techniques for working with metadata. Definitely one to keep on your bookshelf for reference. Well done Adrienne!
THe facts about fixing metadata problemsReview Date: 2003-10-31
PerfectReview Date: 2003-11-15
Defines Metadata WellReview Date: 2004-01-16
It is rather easy to find a book on the details of XML, for example. Or on SQL and its various commercial and open source implementations. And on database design.
But all these can be regarded as lower level details. What if you have several data warehouses, each with its own DBMS catalog, and the warehouses are not from the same vendor? Plus, there are manifold, quite separate application tools that read/write to these. You want to develop a coherent integrated view of the data, hopefully by using metadata descriptors. The type of texts mentioned above are of little help here. The vendor specific books typically orient you to their product alone.
Tannenbaum has striven to fill this market gap. She explains what metadata is, and what a metamodel is. All done at a high level that frees you from the syntax of XML or SQL. Though she does use UML in many diagrams, you do not need to know UML to understand them.
My only quibble is that perhaps some more detailed examples would have been instructive. The high level discussions are good. But some readers might miss the significances of some remarks. More explicit pedagogic examples might drive home the points.
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