Eric Van Der Vlist - Böcker
Visar alla böcker från författaren Eric Van Der Vlist. Handla med fri frakt och snabb leverans.
2 produkter
2 produkter
291 kr
Skickas inom 7-10 vardagar
For creating or using formal descriptions of XML vocabularies, this text offers a set of tools for defining acceptable document structures and content. An alternative to DTDs as the way to describe and validate data in an XML environment, the book should enable developers to create precise descriptions with a richer set of datatypes-such as booleans, numbers, currencies, dates and times - that are useful for modern applications. It explains the ins and outs of XML Schema, including design choices, best practices, and limitations. Particularly valuable are discussions of how the type structures fit with existing database and object-oriented program contexts. With XML Schema, you can define acceptable content models and annotate those models with additional type information, making them more readily bound to programs and objects. Schemas combine the easy interchange of text-based XML with the more stringent requirements of data exchange, and make it easier to validate documents based on namespaces. Examples are included that demonstrate the details necessary for precise vocabulary definitions.Topics covered within the book include: foundations of XML Schema syntax; flat, "russian-doll", and other schema approaches; working with simple and complex types in a variety of contexts; the built-in datatypes provided by XML Schema; using facets to extend datatypes, including regular expression-based patterns; using keys and uniqueness rules to limit how and where information may appear; creating extensible schemas and managing extensibility; and documenting schemas and extending XML schema capabilities. In addition to the explanatory content, XML Schema offers a complete reference to all parts of both the XML Schema structures and XML Schema datatypes specifications, as well as a glossary. Appendices explore the relationships between XML Schema and other tools for describing document structures, including DTDs, RELAX NG, and Schematron, as well as work in progress at the W3C to more tightly integrate XML Schema with existing specifications.
256 kr
Skickas inom 7-10 vardagar
As developers know, the beauty of XML is that it is extensible, even to the point that you can invent new elements and attributes as you write XML documents. Then, however, you need to define your changes so that applications will be able to make sense of them and this is where XML schema languages come into play. RELAX NG (pronounced relaxing), the Regular Language Description for XML Core--New Generation is quickly gaining momentum as an alternative to other schema languages. Designed to solve a variety of common problems raised in the creation and sharing of XML vocabularies, RELAX NG is less complex than The W3C's XML Schema Recommendation and much more powerful and flexible than DTDs. RELAX NG is a grammar-based schema language that's both easy to learn for schema creators and easy to implement for software developers In RELAX NG, developers are introduced to this unique language and will learn a no-nonsense method for creating XML schemas. This book offers a clear-cut explanation of RELAX NG that enables intermediate and advanced XML developers to focus on XML document structures and content rather than battle the intricacies of yet another convoluted standard.RELAX NG covers the following topics in depth: Introduction to RELAX NG Building RELAX NG schemas using XML syntax Building RELAX NG schemas using compact syntax, an alternative non-XML syntax Flattening schemas to limit depth and provide reusability Using external datatype libraries with RELAX NG W3C XML Schema regular expressions Writing extensible schemas Annotating schemas Generating schemas form different sources Determinism and datatype assignment and much more. If you're looking for a schema language that's easy to use and won't leave you in a labyrinth of obscure limitations, RELAX NG is the language you should be using. And only O'Reilly's RELAX NG gives you the straightforward information and everything else you'll need to take advantage of this powerful and intelligible language.