The range of topics presented here helps make this title a success. While there is some leading-edge (and somewhat obscure) material on emerging topics in XML Schemas, much of the book avoids XML "language lawyering" and concentrates on delivering a solid tour of the basics. The authors walk before they run, taking the reader along with basic XML Schema constructs to define simple data types in XML. They show off elements, attributes, and simple data types. (There's coverage of the full complement of over two dozen built-in XML Schema data types for numerical, string, date, and IDREFs.) The earlier sections include the author's own sample classes for a handful of common data types for such common entities as people's names, countries, IP addresses and URIs, plus geographical locations. Fully internationalized, these samples can serve as a basis for entities in your custom projects.
The second half of the book digs into design strategies at a higher level, dealing more with XML Schemas. The authors cover several reusable design strategies for creating workable XML Schemas (like the Russian Doll, the Slice, and finally the Venetian Blind model, which blends the first two). There's discussion of the best ways to express required and optional elements, along with choice values and ordering of required elements. Integration with XML namespaces and a discussion of the issues surrounding reuse in XML Schemas (like combining and extending existing datatypes) show how powerful this standard really is.
Valuable chapters on using XML Schemas with databases (including expressing relational integrity and normalization), plus the differences between XML Schemas used for document management will help you make the right design choices in each setting. The book closes with a discussion and tour of late-breaking tools like Schematron (and its competitors) as well as the possibilities for functional programming with XML Schema in schema-based programming (SBP).
Whether you are an XML novice or expert, this text will extend the range of what you can accomplish with XML Schemas, from creating more reusable datatypes to reusing existing schemas. While XML Schemas will perhaps never be as simple as using DTDs, this book succeeds at putting this new standard into reach for any working developer or designer. --Richard Dragan
Starting with an overview of what Schemas are for, the authors go on to cover the built-in Schema datatypes and then show how to define complex types and content models. A chapter of example datatypes helps to bring this material into focus. Next comes a close look at how XML Namespaces are used in the Schema language, including three design models with intriguing names: Russian Doll, Salami Slice and Venetian Blind. There is a chapter on using Schemas defined in multiple documents, followed by a guide to Identity Constraints and Normalisation, which are important for database work. Further chapters tackle XSLT, system modelling, creating Schema for an existing database, and document management. A fascinating chapter looks at Schema-based programming, which implements an entire application in XML. The authors also take a quick look at non-W3C schemas, particularly one called Schematron, and there is an appendix of reference material.
Professional XML developers need to know about Schemas, and this is a thorough and informative tutorial. It is a complex subject, but the book is sensibly organised so that readers can easily master the basics before going on to the more demanding aspects. --Tim Anderson
登録情報
|
この商品にタグをつける(詳細)タグは、商品との関連性が非常に強いキーワードまたはラベルのようなものです。
タグにより、すべてのお客様がお気に入りの商品の整理と確認を行うことができます。 ※タグは初期設定で公開になっています。詳しくはこちら |
Most of the books I read in Stacys gave at the most couple of pages to discuss the Namespaces topic. However this book spent more than two chapters discussing this issue. The book also covers Design issues and best practices being discussed in XML-Dev.
An earlier review of this book talked about incorrect examples. Well, as a career programmer I just take the examples as examples. There might be some syntactic errors, which are easy to resolve. I guess the publisher provides a download link for the corrected examples. I know it's a drag to get these; nevertheless it's a solution.