XML in scientific computing

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

"Preface XML stands for extensible markup language. In fact, XML is not a language, but a systematic way of encoding and formatting data and statements contained in an electronic file according to a chosen tagging system. A tag may represent a general entity, a physical, mathematical, or abstract object, an instruction, or a computer language construct. The data can describe cars and trucks in a dealer's lot, the Read more...

Author(s): C Pozrikidis
Series: Chapman & Hall/CRC numerical analysis and scientific computing
Publisher: CRC Press
Year: 2013

Language: English
Pages: xv, 243 p. : ill
City: Boca Raton, FL
Tags: Библиотека;Компьютерная литература;XML / XSLT;


Content: 1. Text and data formatting --
2. Xml essential grammar --
3. Xml data processing with xsl --
4. Computing with xml/xsl --
5. Producing and importing xml data.
Abstract: "Preface XML stands for extensible markup language. In fact, XML is not a language, but a systematic way of encoding and formatting data and statements contained in an electronic file according to a chosen tagging system. A tag may represent a general entity, a physical, mathematical, or abstract object, an instruction, or a computer language construct. The data can describe cars and trucks in a dealer's lot, the chapters of a book, the input or output of a scientific experiment or calculation, the eigenvalues of a matrix, and anything else that can be described by numbers and words. Data presentation and description In the XML framework, information is described and presented in the same doc- ument, thus circumventing the need for legends and explanations. For example, we may order: toast and eggs Further cooking instructions can be included between the breakfast tag enclosed by the pointy brackets (<>) and its closure denoted by the slash (/). Data reuse XML data (input) can be read by a person or parsed and processed by a program (application) that produces a new set of data (output.) Although the input is the same, the output depends on the interpretation of the tags formatting the data. The inherent polymorphism allows us to materialize the same original data in different ways. For example: 1. An author may write a book inserting formatting tags between words, equations, and figures according to xml conventions and grammar. The text (data) file can be processed to produce books with different appear- ances. 2. A scientist may write a finite-element code that produces output tagged according to xml conventions"