XML in a Nutshell

XML in a Nutshell
Author: Elliotte Rusty Harold
Publisher: "O'Reilly Media, Inc."
Total Pages: 644
Release: 2002
Genre: Database management
ISBN: 9780596002923

XML in a Nutshell thoroughly explains the basic rules that all XMNL documents--and all XML document creators--must adhere to. Quick-reference chapters also detail syntax rules and usage examples for the core XML technologies, including XML, DTDs, SPath, XSLT, SAX, and DOM.

SGML for Dummies

SGML for Dummies
Author: William Von Hagen
Publisher: For Dummies
Total Pages: 414
Release: 1997
Genre: Computers
ISBN:

This work defines the relationship between SGML and HTML, and how both apply to the World Wide Web. It enables readers to define document structures and apply them to real situations. It also includes a complete listing of SGML terminology, shortcuts and advice on software packages supporting SGML.

Practical SGML

Practical SGML
Author: Eric van Herwijnen
Publisher: Springer Science & Business Media
Total Pages: 292
Release: 2012-12-06
Genre: Computers
ISBN: 146152752X

Since the initial publication of Practical SGML the computer industry has seen a dramatic increase in the use and acceptance of SGML and many of the concepts derived from it. The existence of Practical SGML has helped to foster this growth as it provides a practical and vital introduction to the many facets of SGML and how its fits into an organization, whether it be business or government. Practical SGML, Second Edition is an extensive revision and update that puts greater emphasis and focus on helping the novice work his or her way through the vast amounts of information required to become proficient in SGML. Practical SGML, Second Edition provides the reader with an understanding of: the tools currently on the market that enable the easy creation of SGML data and the use and distribution of that data in a variety of forms; the minimum amount of information needed by people who wish to understand and use ISO 8879; aids and information on how to stay current with the volumes of material written on SGML in publications throughout the world; practical examples of the many SGML constructs and guidelines on their appropriate uses; other helpful hints and insights based on years of working with the standard and integrating it into a complex and challenging computer environment. Exercises throughout the text allow the readers to test their understanding. Answers are given in Appendix A. Practical SGML, Second Edition is an invaluable reference manual for anyone interested in understanding and using SGML.

Learning XML

Learning XML
Author: Erik T. Ray
Publisher: "O'Reilly Media, Inc."
Total Pages: 419
Release: 2003-09-22
Genre: Computers
ISBN: 1449378870

This second edition of the bestselling Learning XML provides web developers with a concise but grounded understanding of XML (the Extensible Markup Language) and its potential-- not just a whirlwind tour of XML.The author explains the important and relevant XML technologies and their capabilities clearly and succinctly with plenty of real-life projects and useful examples. He outlines the elements of markup--demystifying concepts such as attributes, entities, and namespaces--and provides enough depth and examples to get started. Learning XML is a reliable source for anyone who needs to know XML, but doesn't want to waste time wading through hundreds of web sites or 800 pages of bloated text.For writers producing XML documents, this book clarifies files and the process of creating them with the appropriate structure and format. Designers will learn what parts of XML are most helpful to their team and will get started on creating Document Type Definitions. For programmers, the book makes syntax and structures clear. Learning XML also discusses the stylesheets needed for viewing documents in the next generation of browsers, databases, and other devices.Learning XML illustrates the core XML concepts and language syntax, in addition to important related tools such as the CSS and XSL styling languages and the XLink and XPointer specifications for creating rich link structures. It includes information about three schema languages for validation: W3C Schema, Schematron, and RELAX-NG, which are gaining widespread support from people who need to validate documents but aren't satisfied with DTDs. Also new in this edition is a chapter on XSL-FO, a powerful formatting language for XML. If you need to wade through the acronym soup of XML and start to really use this powerful tool, Learning XML, will give you the roadmap you need.

Building Scalable and High-performance Java Web Applications Using J2EE Technology

Building Scalable and High-performance Java Web Applications Using J2EE Technology
Author: Greg Barish
Publisher: Addison-Wesley Professional
Total Pages: 405
Release: 2002
Genre: Computers
ISBN: 0201729563

Scaling Java enterprise applications beyond just programming techniques--this is the next level. This volume covers all the technologies Java developers need to build scalable, high-performance Web applications. The book also covers servlet-based session management, EJB application logic, database design and integration, and more.

SGML

SGML
Author: Martin Bryan
Publisher: Addison-Wesley Longman
Total Pages: 390
Release: 1988
Genre: Computers
ISBN: 9780201175356

This book provides a detailed and practical user's guide to SGML showing readers how it can be used to prepare an electronic version of a manuscript in a form that is suitable for output on a wide range of printing devices from a line printer to an advanced phototypesetter.

The DSSSL Book

The DSSSL Book
Author: Javier Farreres
Publisher: Springer Science & Business Media
Total Pages: 350
Release: 2003-09-30
Genre: Computers
ISBN: 9781402075926

DSSSL (Document Style Semantics and Specification Language) is an ISO standard (ISO/IEC 10179: 1996) published in the year 1996. DSSSL is a standard of the SGML family (Standard Generalized Markup Language, ISO 8879:1986), whose aim is to establish a processing model for SGML documents. For a good understanding of the SGML standard, many books exist including Author's guide[BryanI988] and The SGML handbook[GoldfarbI990]. A DSSSL document is an SGML document, written with the same rules that guide any SGML document. The structure of a DSSSL document is explained in Chapter 2. DSSSL is based, in part, on scheme, a standard functional programming language. The DSSSL subset of scheme along with the procedures supported by DSSSL are explained in Chapter 3. The DSSSL standard starts with the supposition of a pre-existing SGML document, and offers a series of processes that can be performed on it: • Groves The first process that is performed on an SGML document in DSSSL is always the analysis of the document and the creation of a grove. The DSSSL standard shares many common characteristics with another standard of the SGML family, HyTime (ISO/IEC 10744). These standards were developed in parallel, and their developers designed a common data model, the grove, that would support the processing needs of each standard.