Structuring XML Documents

Structuring XML Documents
Author: David Megginson
Publisher: Prentice Hall
Total Pages: 504
Release: 1998
Genre: Computers
ISBN:

The promise and the power of XML is its ability to structure information on a web site. To do this, web developers needs to create DTDs (document type definitions), and this book offers a guide to designing DTDs. It illustrates general issues and principles of DTD design, drawing examples from detailed coverage of five emerging XML DTDs. Megginson covers both a methodology for the analysis phase of document structure and the DTD syntax for the implementation phase.

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.

Secure XML

Secure XML
Author: Donald Eastlake
Publisher: Addison-Wesley Professional
Total Pages: 559
Release: 2002
Genre: Computers
ISBN: 0201756056

This authoritative and comprehensive workbook covers XML encryption, confidentiality, authentication, digital signatures, message authentication, and cryptographic algorithms. This book will show developers all they need to know about how to use XML Digital Signatures to protect the integrity and authenticity of data, and how to use XML Encryption to control its confidentiality.

Learning Structure and Schemas from Documents

Learning Structure and Schemas from Documents
Author: Marenglen Biba
Publisher: Springer
Total Pages: 449
Release: 2011-09-25
Genre: Technology & Engineering
ISBN: 3642229131

The rapidly growing volume of available digital documents of various formats and the possibility to access these through Internet-based technologies, have led to the necessity to develop solid methods to properly organize and structure documents in large digital libraries and repositories. Due to the extremely large volumes of documents and to their unstructured form, most of the research efforts in this direction are dedicated to automatically infer structure and schemas that can help to better organize huge collections of documents and data. This book covers the latest advances in structure inference in heterogeneous collections of documents and data. The book brings a comprehensive view of the state-of-the-art in the area, presents some lessons learned and identifies new research issues, challenges and opportunities for further research agenda and developments. The selected chapters cover a broad range of research issues, from theoretical approaches to case studies and best practices in the field. Researcher, software developers, practitioners and students interested in the field of learning structure and schemas from documents will find the comprehensive coverage of this book useful for their research, academic, development and practice activity.

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.

XML Publishing with Adobe InDesign

XML Publishing with Adobe InDesign
Author: Dorothy J. Hoskins
Publisher: "O'Reilly Media, Inc."
Total Pages: 207
Release: 2010-09-30
Genre: Computers
ISBN: 1449397808

From Adobe InDesign CS2 to InDesign CS5, the ability to work with XML content has been built into every version of InDesign. Some of the useful applications are importing database content into InDesign to create catalog pages, exporting XML that will be useful for subsequent publishing processes, and building chunks of content that can be reused in multiple publications. In this Short Cut, we’ll play with the contents of a college course catalog and see how we can use XML for course descriptions, tables, and other content. Underlying principles of XML structure, DTDs, and the InDesign namespace will help you develop your own XML processes. We’ll touch briefly on using InDesign to “skin” XML content, exporting as XHTML, InCopy, and the IDML package. The Advanced Topics section gives tips on using XSLT to manipulate XML in conjunction with InDesign.

XML Data Management

XML Data Management
Author: Akmal B. Chaudhri
Publisher: Addison-Wesley Professional
Total Pages: 682
Release: 2003
Genre: Computers
ISBN: 9780201844528

In this book, you will find discussions on the newest native XML databases, along with information on working with XML-enabled relational database systems. In addition, XML Data Management thoroughly examines benchmarks and analysis techniques for performance of XML databases. This book is best used by students that are knowledgeable in database technology and are familiar with XML.

XML Family of Specifications

XML Family of Specifications
Author: Kenneth B. Sall
Publisher: Addison-Wesley Professional
Total Pages: 1180
Release: 2002
Genre: Computers
ISBN:

This single-source reference and tutorial brings together up-to-the-minute information about every key XML technology. The book's unique features are designed to make XML easier than ever to master and use effectively. Throughout, Kenneth B. Sall provides two parallel sets of examples: "QuickTrack" examples for beginners and those seeking a quick overview of how the technology works, and "Advanced Track" examples for readers who want to drill down for a more sophisticated understanding. The book includes extensive tables designed for rapid access to key information, plus as a "Big Picture Map" showing how virtually every key W3C XML-related initiative fits together.KEY TOPICS:Sall begins by reviewing XML's history, goals, evolution, fundamental concepts, and syntax. He covers parsing and programming APIs, techniques for displaying and transforming XML, related core XML specifications, and specialized XML vocabularies. Among the XML-related technologies covered in this book: XSL, DOM, P3P, CSS, Xlink, and Xpointer. The book includes a full chapter on XSLT by G. Ken Holman, current chair of the OASIS XSLT Conformance Technical Subcommittee; and a full chapter on the Resource Definition Framework (RDF) by Oral Lassila, a member of the W3C working group on RDF.MARKET:For every Web professional and software developer working with XML.

XML Retrieval

XML Retrieval
Author: Mounia Lalmas
Publisher: Morgan & Claypool Publishers
Total Pages: 112
Release: 2009
Genre: Computers
ISBN: 1598297864

Documents usually have a content and a structure. The content refers to the text of the document, whereas the structure refers to how a document is logically organized. An increasingly common way to encode the structure is through the use of a mark-up language. Nowadays, the most widely used mark-up language for representing structure is the eXtensible Mark-up Language (XML). XML can be used to provide a focused access to documents, i.e. returning XML elements, such as sections and paragraphs, instead of whole documents in response to a query. Such focused strategies are of particular benefit for information repositories containing long documents, or documents covering a wide variety of topics, where users are directed to the most relevant content within a document. The increased adoption of XML to represent a document structure requires the development of tools to effectively access documents marked-up in XML. This book provides a detailed description of query languages, indexing strategies, ranking algorithms, presentation scenarios developed to access XML documents. Major advances in XML retrival were seen from 2002 as a result of INEX, the Initiative for Evaluation of XML Retrieval. INEX, also described in this book, provided test sets for evaluating XML retrieval effectiveness. Many of the developments and results described in this book were investigated within INEX. Table of Contents: Introduction / Basic XML Concepts / Historical Perspectives / Query Languages / Indexing Strategies / Ranking Strategies / Presentation strategies / Evaluating XML Retrieval Effectiveness / Conclusions