Markup Languages Books
Related Subjects: XML SGML XHTML SMIL HTML
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

Used price: $1.42

Best book on XHTML around!Review Date: 2002-11-07
With This Book And A Week You Can Build A SiteReview Date: 2003-02-20
A very good XHTML reference and learning toolReview Date: 2002-03-11
This work is filled with many examples that illustrate the sections in the book (all of the examples are downloadable for free from the author's website). It helps a great deal to see and experiment with actual examples that use the markup techniques the author discusses. This work is logically presented and clearly written, which is surely a virtue in technical books. The excellent job that the author did with this work makes me want to read the companion book, the Web Development Sourcebook. I would recommend this work to anyone who does website development or who wants to begin learning it.
Great resource, poor book bindingReview Date: 2001-12-13
My biggest complaint is that this book is rapidly falling apart! It is not from overuse. I have other paperback reference books that are older which I refer to more frequently that are fine. The binding on this one is failing fast.
The ULTIMATE XHTML Referece book!!Review Date: 2001-08-22
I read this book cover to cover, and learned a lot more about HTML and XHTML than ever before. This book is VERY technical and while it may not be that helpful to the novice, it is invaluable to intermediat - advanced/expert users. ***** A five star resou rce book! *****

Used price: $7.00

need to already know Perl, but not XMLReview Date: 2005-09-23
Once you've understood enough to have your own custom XML files and be able to write Perl to read and display these, then it should get easier. Those initial steps can then easily be modified as your XML data and analysis changes.
Useful guide to processing XML with PerlReview Date: 2003-01-27
XML and Perl is written by two well-known members of the Perl XML community. Both are frequent contributors to the "perl-xml" mailing list, so there's certainly no doubt that they know what they are talking about. Which is always a good thing in a technical book.
The book is made up of five sections. The first section has a couple of chapters which introduce you to the concepts voered in the book. Chapter one introduces you separately to XML and Perl and then chapter two takes a first look at how you can use Perl to process XML. This chapter finishes with two example programs for parsing simple XML documents.
Section two goes into a lot more detail about parsing XML documents with Perl. Chapter three looks at event-driven parsing using XML::Parser and XML::Parser::PerlSAX to demonstrate to build example programs before going to talk in some detail about XML::SAX which is currently the state of the art in event-driven XML parsing in Perl. It also looks at XML::Xerces which is a Perl inteface to the Apache Software Foundation's Xerces parser. Chapter four covers tree based XML parsing and presents examples using XML::Simple, XML::Twig, XML::DOM and XML::LibXML. In both of these chapters the pros and cons of each of the modules are discussed in detail so that you can easily decide which solution to use in any given situation.
Section three covers generating XML documents. In chapter five we look at generating XML from text sources using simple print statements and also the modules XML::Writer and XML::Handler::YAWriter. Chapter six looks at taking data from a database and turning that into XML using modules like XML::Generator::DBI and XML::DBMS. Chapter seven looks at miscellaneous other input formats and contains examples using XML::SAXDriver::CSV and XML::SAXDriver::Excel.
Section four covers more advanced topics. Chapter eight is about XML transformations and filtering. This chapter covers using XSLT to transform XML documents. It covers the modules XML::LibXSLT, XML::Sabletron and XML::XPath.
Chapter nine goes into detail about Matt Sergeant's AxKit, the Apache XML Kit which allows you to create a website in XML and automatically deliver it to your visitors in the correct format.
Chapter rounds off the book with a look at using Perl to create web services. It looks at the two most common modules for creating web services in Perl - XML::RPC and SOAP::Lite.
Finally, section five contains the appendices which provide more background on the introductions to XML and Perl from chapter one.
There was one small point that I found a little annoying when reading the book. Each example was accompanied with a sample of the XML documents to be processed together with both a DTD and an XML Schema definition for the document. This seemed to me to be overkill. Did we really need both DTDs and XML Schemas for every example. I would have found it less distracting if one (or even both) of these had been moved to an appendix.
That small complaint aside, I found it a useful and interesting book. It will be very useful to Perl programmers (like myself) who will increasingly be expected to process (and provide) data in XML formats.
Using practical, real-world examplesReview Date: 2003-08-09
Complete with great examples.Review Date: 2003-02-27
This book definitely covers the state of Perl and XML. It goes over the most important modules, in great detail and providing concrete examples. I especially like the first two chapters, which in detail get you prepared for the rest of the book. The coverage of XML parsing theory was a great topic to cover. Two large chapters, each dedicated to SAX and DOM respectively, covered both parsing technologies in great detail.
Many, many, more great chapters. Apart from some typos, which are inevitable in any book, this book stands way above the O'Reilly counterpart, which I also own.
Well maybe you'll print this one.Review Date: 2003-03-09

Used price: $0.01

Best book I've found, but there's room for improvement.Review Date: 1999-12-03
CompleteReview Date: 2000-07-27
Bottom line, very practical and compact reference; but it will probably need some adjustments when Microsoft will release future XML capabilities to be conform to the W3C recommendations.
Appetitizing XML/IE5 cookbook, and an essential referenceReview Date: 2000-07-04
It also includes a collection of very extensive reference appendices to all the techniques described above.
It makes a perfect starting point for XML beginners because:
1) IE5 and the MS-XML
parser are included in most modern PCs and their setup as easy as a few clicks with your mouse (unlike XML-Apache and Enhydra!).
2) IE5 is a visual environment which easily creates results that can be instantly viewed.
Something I did not personally like much is that it uses JavaScript(JScript) in most of its examples except for a few ones dealing with Active Server Pages.
I 'd also wish it had a few examples on COM scripting with the MS-XML parser (yes, it's a COM server, but the book says nothing about it!). It's so important that if you use Distributed COM (DCOM) with the parser you can create client/server XML 'databases' on virtually every Win32 machine!
Good programmer's introduction to XMLReview Date: 1999-08-12
Verbose! Tests your patience then gets better.Review Date: 1999-09-01
Problem #2: In the first few chapters, sample code is either absent or in fragments that dont run as a whole program. Thus, you go thru' 110 pages and still feel like you are getting nowhere.
Problem #3: Author keeps on jumping ahead of himself in the first 3 chapters. He talks early about advanced topics ("comes to the point" indeed!) giving sketchy, partial details that dont educate an old-hat but confuse the newbie.
Now the good news: If you bear through the first 3 chapters, you will get a lot. Like most books, you will gloss over lots of stuff and learn to learn from learners.

Used price: $7.17

Quickly, goodly and nicelyReview Date: 2008-11-14
While my background is in programming, however i work as a tech writer, Xslt programming was different from what i had seen in the past, and to be honest, i had my doubts about this language and its use with xml at all.
It took me a couple of times to get my mind around xslt but suffice it to say that now i am hooked. XQ presents introductory material as well as features of the language/programming in good sized chunks. The sections are designed so that the reader can skip around if they want to, as well as a straight read. I had purchased an e-book version of the book when i thought i could no longer find my hard copy. (I of course found the hard copy version shortly thereafter.) This worked out well, as i felt much better making notes in the printed out version of the e-book. This is a good option to have.
I feel that XQ has whetted my appetite to learn more about XSLT, while giving me a good foundation on which to work from.
I think XQ can teach you some, simple, yet very powerful idioms within Xslt that you can use immediately. The writing is not dense or boring, yet it is pretty comprehensive. I would certainly recommend this!
Russ Urquhart
Good but error-proneReview Date: 2006-01-14
One of my favorite XSLT booksReview Date: 2003-05-20
The book doesn't touch on really advanced concepts like the famous Muenchian grouping, but this is probably outside of XSLT's everyday repertoire and, therefore, outside of this book's mission.
I found myself referring to this book often in JavaRanch's XML forum. Just recently when solving RSS namespace mystery, I posted a part of the stylesheet that prints namespaces (p.99) and here is the response: "That diagnostic transform is worth its weight in gold!"
And I am neither the author nor a member of his family.
Dispels the Mists of ConfusionReview Date: 2003-05-17
Great for getting productive quicklyReview Date: 2002-12-27
Once you feel comfortable with XSLT, use Michael Kay's book for reference and advanced topics.

Used price: $4.57

For Advanced readers onlyReview Date: 2005-04-14
Great VS2003 BookReview Date: 2007-03-25
This book only has one drawback that it is outdated as it refers to Visual Studio 2003 and many things in Visual Studio 2005 have been changed or are outdated.
Hope they pubblish soon a book that is more up to date.
Guru's Guide to XML ProgrammingReview Date: 2003-12-31
*THE* XML book for .NETReview Date: 2004-06-28
It is also terrific supplemental material for the Developing XML Web Services and Server Components certification exam. I recommend Mike Gunderloy's book as an all-encompassing source (look up my review for that book); however, I recommend reading the first four chapters of this book before you start Gunderloy's book if you don't have much experience reading and writing XML in .NET. Chapters 12 and 13 on remoting and web services, respectively, are also great sources of exam prep material. In fact, Chapter 12 on .NET Remoting is the best chapter on the subject you will find anywhere.
Terry, MCAD and MCSD for Microsoft .NET
stop punishing yourself with MSDNReview Date: 2005-01-11
As an example of why this book is so wonderful, there have been several situations where I needed to do something in XSLT that just didn't seem practical (maybe not even doable). The section on how to use standard .NET languages such as C# from XSLT is itself worth the price of admission.
Keep in mind that readers are expected to have a good grasp of XML; the book is a .NET book.

Used price: $2.56

I use it as a college textbook.Review Date: 2004-04-26
Where is the website that is referenced in the bookReview Date: 2002-12-30
Thanks in advance
excellent !!!Review Date: 2001-12-23
Uhm...Review Date: 2001-08-21
Best instructional book that I have ever read!!Review Date: 2000-12-18

Used price: $8.73

I agreeReview Date: 2003-02-14
ExcellentReview Date: 2003-02-07
The excercises are well thought out and include reading to and from databases, as well as storing and sorting database-type information in data islands, and presenting it using XSL.
A GodsendReview Date: 2003-02-10
So all you teachers out there should use this material - it is complete and ready for you to deliver to your students! Why waste time developing your own stuff when this is ready-to-go?
disappointing...Review Date: 2004-01-22
Its size was that of a pamphlet (1/2 as tall as a normal book and only 110 pages long).
The layout was by no means impressive. There were no defined "chapters". As you completed each example it simple gave a short synopsis and the next page started a new example.
Early in the book it required the read/user to type lots of JavaScript (which had some typos), later it gave a 1/2 page on installing Java on your machine so you could complete further examples.
Though the book recommended using IE5+ in order to use the examples, some even failed to properly display using IE6. (I found the answers to the bugs by reading another XML book I purchased as a companion.)
Not recommended for newbies to WEB programming and a bit spotty for experienced XHTML/DHTML programmers moving up to XML.
Be careful of the other reviews!! possible fraud.Review Date: 2004-05-27
I thought this book had five stars so I was getting excited, but I saw that all the reviews seemed to be made by the same person. Firstly, the reviewers are all unregistered (I am, admittedly, as well) and use same words to praise the book, verbatim.
"I agree with the other reviewers" (used twice).
"XHTML, DOM, XMLNS, XPath, XLST, DTD, Schemas, XLink, XPointer and DSO. It even touches ASP, Java and UNIX" by 2/6/03 reviewer "Petra B," then another reviewer on 10/28/02 says, almost identically "XHTML, DOM, XMLNS, XPath, XLST, DTD, Schemas, XLink, XPointer and DSO. It even touches ASP, Java and UNIX"
I consider this "review fraud" - perhaps this person wants to sell this book, but horribly unethical. I know, it seems like I have a lot of time on my hands to go through this, but I am honestly looking for a great book on XML, and reviewers like this who seem to be shamefully promoting their product should be made known.
Please be careful!

Used price: $7.82

Essential for Newbies and Professionals AlikeReview Date: 2006-07-15
Excellent � I love this book!Review Date: 2001-04-16
This book is everything it promises to be and more - I highly recommend it.
This is THE book!!Review Date: 1998-12-10
Definitive Guide to HTML with Tools SamplesReview Date: 1998-09-18
I highly recommend this book to advanced HTML coders and Web Authors. It addresses many complex topics that will benefit the seasoned coders. I don't recommend it to first time HTML authors or WYSIWYG HTML writers.
Offers nothing you can't find for freeReview Date: 2000-02-16
As a previous review states, it touches on JavaScript, but The JavaScript Source is a free online resource that contains much more information then this book does.
In my opinion, there is no sense spending money on a book when all of the information is available for free on the Internet...learn from my mistake!

Used price: $4.96

Nice resource bookReview Date: 2008-04-18
- a description
- its syntax
- a practical example
- compatibility with different Explorer and Netscape browser
This makes more than 1100 pages that are easy to consult as a single source for web site programming.
Excellent ReferenceReview Date: 2007-10-29
Take the book title to heart -- this is really a reference book, not a comprehensive tutorial on web programming.
Well doneReview Date: 2007-01-27
Barbara
Very Useful Desk ReferenceReview Date: 2006-06-30
good reference, but seems abandoned by authorsReview Date: 2005-07-06
There seems to be no maintained errata for the book which has a pretty bad error on page 7. Contextual selectors like:
h1 em ul { color: red; }
apply to an h1 tag that contains an em tag that contains a ul tag.
text
And not what the
book states which is that it is equivalent to:
h1 { color: red; }
em { color: red; }
ul { color: red; }
The code equivalent to the three separate rules is not a contextual select, but just three separate rules that can be written as:
h1, em, ul { color: red; }
Despite this error early on in the book, I find it overall a useful reference.
The author's unmaintained website is at:
http://deskref.softsmartinc.com

Used price: $4.00

Not Worth ReadingReview Date: 2005-09-02
It's really something I'd expect to see posted for free on the internet--that's the level of writing & information. And at least the links would be updated online.
As a beginner's book for a child, it might be okay, but for an adult or anyone with experience, it's not worth reading.
My son loved this book !!!!!!Review Date: 2001-02-07
The Bill Gates of the 21st CenturyReview Date: 2000-01-08
The next amazing thing about this book is the author's age! For a teenager, he is brilliant. He is the next Bill Gates!
I HIGHLY recommend this book to anyone wanting to tackle the feat of webpage design and have been frightened off by other books. I am in my early 30s and don't mind being taught by a teenager.
Great book for beginnersReview Date: 2000-09-28
Arthur's ReviewReview Date: 2000-01-24
Related Subjects: XML SGML XHTML SMIL HTML
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