XML In Scientific Computing, Hardcover by Pozrikidis, C., Brand New, Free shi...

Check the listing for details.

USD 201.63
Condition: see listing
LocationJessup US
ShippingFree shipping (check listing for details)
Seller greatbookprices1
96.4% positive · 325113 feedback
ListingFixedPrice · Active
Start time2024-01-26T04:53:00.000Z
View on eBay Read review
XML In Scientific Computing, Hardcover by Pozrikidis, C., Brand New, Free shi... Specs
Book TitleXML In Scientific Computing
ISBN9781466512276
Subject AreaMathematics, Computers
Publication NameXml in Scientific Computing
PublisherCRC Press LLC
Item Length9.3 in
SubjectProgramming Languages / Xml, Number Systems, Internet / General, General
Publication Year2012
TypeTextbook
FormatHardcover
LanguageEnglish
Item Height0.7 in
AuthorConstantine Pozrikidis
Item Weight17.7 Oz
Item Width6.4 in
Number of Pages260 Pages
Listing details

XML In Scientific Computing, Hardcover by Pozrikidis, C., ISBN 146651227X, ISBN-13 9781466512276,

Brand New, Free shipping in the US"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 producs with different appear- ances. 2. A scientist may write a finite-element code that produces output tagged according to xml conventions"--