SØG - mellem flere end 8 millioner bøger:

Søg på: Titel, forfatter, forlag - gerne i kombination.
Eller blot på isbn, hvis du kender dette.

Viser: Xslt - Mastering XML Transformations

XSLT, 2. udgave
Søgbar e-bog

XSLT Vital Source e-bog

Doug Tidwell
(2008)
O'Reilly Media, Inc
362,00 kr.
Leveres umiddelbart efter køb
XSLT, 2. udgave
Søgbar e-bog

XSLT Vital Source e-bog

Doug Tidwell
(2008)
O'Reilly Media, Inc
389,00 kr.
Leveres umiddelbart efter køb
Xslt - Mastering XML Transformations, 2. udgave

Xslt

Mastering XML Transformations
Doug Tidwell
(2008)
Sprog: Engelsk
O'Reilly Media, Incorporated
453,00 kr.
ikke på lager, Bestil nu og få den leveret
om ca. 10 hverdage

Detaljer om varen

  • 2. Udgave
  • Vital Source searchable e-book (Reflowable pages): 990 sider
  • Udgiver: O'Reilly Media, Inc (Juni 2008)
  • ISBN: 9781449391126
After years of anticipation and delay, the W3C finally released the XSLT 2.0 standard in January 2007. The revised edition of this classic book offers practical, real-world examples that demonstrate how you can apply XSLT stylesheets to XML data using either the new specification, or the older XSLT 1.0 standard. XSLT is a critical language for converting XML documents into other formats, such as HTML code or a PDF file. With XSLT, you get a thorough understanding of XSLT and XPath and their relationship to other web standards, along with recommendations for a honed toolkit in an open platform-neutral, standards-based environment. This book: Covers the XSLT basics, including simple stylesheets and methods for setting up transformation engines Walks you through the many parts of XSLT, particularly XSLT's template-based approach to transformations Applies both XSLT 1.0 and 2.0 solutions to the same problems, helping you decide which version of XSLT is more appropriate for your project Includes profuse examples that complement both the tutorial and the reference material The new edition of XSLT has been updated thoroughly to explain XSLT 2.0's many dependencies, notably XML Schema and XPath 2.0. Want to find out how the 2.0 specification improves on the old? This book will explain.
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: -1 sider kan printes ad gangen
Copy: højest -1 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 2. Udgave
  • Vital Source searchable e-book (Fixed pages): 986 sider
  • Udgiver: O'Reilly Media, Inc (Juni 2008)
  • ISBN: 9780596154288
After years of anticipation and delay, the W3C finally released the XSLT 2.0 standard in January 2007. The revised edition of this classic book offers practical, real-world examples that demonstrate how you can apply XSLT stylesheets to XML data using either the new specification, or the older XSLT 1.0 standard. XSLT is a critical language for converting XML documents into other formats, such as HTML code or a PDF file. With XSLT, you get a thorough understanding of XSLT and XPath and their relationship to other web standards, along with recommendations for a honed toolkit in an open platform-neutral, standards-based environment. This book: Covers the XSLT basics, including simple stylesheets and methods for setting up transformation engines Walks you through the many parts of XSLT, particularly XSLT's template-based approach to transformations Applies both XSLT 1.0 and 2.0 solutions to the same problems, helping you decide which version of XSLT is more appropriate for your project Includes profuse examples that complement both the tutorial and the reference material The new edition of XSLT has been updated thoroughly to explain XSLT 2.0's many dependencies, notably XML Schema and XPath 2.0. Want to find out how the 2.0 specification improves on the old? This book will explain.
Licens varighed:
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.

Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 10 sider kan printes ad gangen
Copy: højest 10 sider i alt kan kopieres (copy/paste)

Detaljer om varen

  • 2. Udgave
  • Paperback: 986 sider
  • Udgiver: O'Reilly Media, Incorporated (Juli 2008)
  • ISBN: 9780596527211

After years of anticipation and delay, the W3C finally released the XSLT 2.0 standard in January 2007. The revised edition of this classic book offers practical, real-world examples that demonstrate how you can apply XSLT stylesheets to XML data using either the new specification, or the older XSLT 1.0 standard.



XSLT is a critical language for converting XML documents into other formats, such as HTML code or a PDF file. With XSLT, you get a thorough understanding of XSLT and XPath and their relationship to other web standards, along with recommendations for a honed toolkit in an open platform-neutral, standards-based environment. This book:



  • Covers the XSLT basics, including simple stylesheets and methods for setting up transformation engines
  • Walks you through the many parts of XSLT, particularly XSLT's template-based approach to transformations
  • Applies both XSLT 1.0 and 2.0 solutions to the same problems, helping you decide which version of XSLT is more appropriate for your project
  • Includes profuse examples that complement both the tutorial and the reference material

The new edition of XSLT has been updated thoroughly to explain XSLT 2.0's many dependencies, notably XML Schema and XPath 2.0. Want to find out how the 2.0 specification improves on the old? This book will explain.

Preface; About This Book; Where I'm Coming From; How This Book Is Organized; Conventions Used in This Book; How to Contact Us; Safari® Enabled; Acknowledgments for the Second Edition; Acknowledgments from the First Edition;
Chapter 1: Getting Started;
1.1 The Design of XSLT;
1.2 XML Basics;
1.3 Installing XSLT Processors;
1.4 Summary;
Chapter 2: The Obligatory Hello World Example;
2.1 Goals of This
Chapter;
2.2 Transforming Hello World;
2.3 How a Stylesheet Is Processed;
2.4 Stylesheet Structure;
2.5 Sample Gallery;
2.6 Summary;
Chapter 3: XPath: A Syntax for Describing Needles and Haystacks;
3.1 The XPath Data Model;
3.2 Location Paths;
3.3 Attribute Value Templates;
3.4 Datatypes;
3.5 XPath Operators;
3.6 [2.0] Comments in XPath Expressions;
3.7 [2.0] Types of XSLT
2.0 Processors;
3.8 The XPath View of an XML Document;
3.9 Summary;
Chapter 4: Creating Output;
4.1 Goals of This
Chapter;
4.2 Generating Text;
4.3 Numbering Things;
4.4 Formatting Decimal Numbers;
4.5 [2.0] Formatting Dates and Times;
4.6 Usingand;
4.7 Dealing with Whitespace;
4.8 Summary;
Chapter 5: Branching and Control Elements;
5.1 Goals of This
Chapter;
5.2 Branching Elements of XSLT;
5.3 Invoking Templates by Name;
5.4 Parameters;
5.5 Variables;
5.6 Using Recursion to Do Most Anything;
5.7 A Stylesheet That Emulates a for Loop;
5.8 Summary;
Chapter 6: Creating Links and Cross-References;
6.1 Using the XML ID, IDREF, and IDREFS Datatypes;
6.2 XSLT's Key Facility;
6.3 Generating Links in Unstructured Documents;
6.4 Summary;
Chapter 7: Sorting and Grouping Elements;
7.1 Sorting Data with;
7.2 [2.0] TheElement;
7.3 Grouping Nodes;
7.4 [2.0] New Grouping Syntax in XSLT
2.0;
7.5 Summary;
Chapter 8: Combining Documents;
8.1 The document( ) Function;
8.2 The document( ) Function and Sorting;
8.3 Implementing Lookup Tables;
8.4 Grouping Across Multiple Documents;
8.5 [2.0] Using XSLT
2.0 to Simplify Things;
8.6 [2.0] The doc( ) and doc-available( ) Functions;
8.7 [2.0] The collection( ) Function;
8.8 [2.0] The unparsed-text( ) and unparsed-text-available( ) Functions;
8.9 Summary;
Chapter 9: Extending XSLT;
9.1 The XSLT Extension Mechanism;
9.2 [2.0] Creating New Functions with;
9.3 Example: Generating Multiple Output Files;
9.4 Creating Custom Collations;
9.5 Generating Hidden Word Graphics;
9.6 Example: Generating an SVG Pie Chart;
9.7 Writing Extensions in Other Languages;
9.8 Using Extension Functions from the EXSLT Library;
9.9 Accessing a Database with an Extension Element;
9.10 Creating a Photo Album with an Extension Element;
9.11 Summary;XSLT Reference;XPath Reference; XPath Node Types; XPath Node Tests; XPath Axes; The XPath Context; XPath
1.0 Datatypes; [2.0] XPath
2.0 Datatypes; Operators and Keywords; Operator Precedence--XPath
1.0; [2.0] Operator Precedence--XQuery
1.0 and XPath
2.0;XSLT, XPath, and XQuery Function Reference; Kinds of Functions;XML Schema Overview; Declaring Elements and Attributes; Defining Datatypes; Using an XML Schema in a Stylesheet;[2.0] Regular Expressions; Simple Expressions; Subexpressions; Quantifiers; [XPath] Reluctant Quantifiers; Processing Modes; [XPath] Anchors; Back-references; Metacharacters; Single-Character Escapes; Multiple-Character Escapes; Character Groups;XSLT Formatting Codes; Formatting Codes for Numbers; Formatting Codes for Dates and Times;XSLT
2.0 Migration Guide; Powerful New Features in XSLT
2.0 and XPath
2.0; Potential Errors; Approaches to Migration;Glossary;Colophon;
De oplyste priser er inkl. moms

Senest sete

Polyteknisk Boghandel

har gennem mere end 50 år været studieboghandlen på DTU og en af Danmarks førende specialister i faglitteratur.

 

Vi lagerfører et bredt udvalg af bøger, ikke bare inden for videnskab og teknik, men også f.eks. ledelse, IT og meget andet.

Læs mere her


Trykt eller digital bog?

Ud over trykte bøger tilbyder vi tre forskellige typer af digitale bøger:

 

Vital Source Bookshelf: En velfungerende ebogsplatform, hvor bogen downloades til din computer og/eller mobile enhed.

 

Du skal bruge den gratis Bookshelf software til at læse læse bøgerne - der er indbygget gode værktøjer til f.eks. søgning, overstregning, notetagning mv. I langt de fleste tilfælde vil du samtidig have en sideløbende 1825 dages online adgang. Læs mere om Vital Source bøger

 

Levering: I forbindelse med købet opretter du et login. Når du har installeret Bookshelf softwaren, logger du blot ind og din bog downloades automatisk.

 

 

Adobe ebog: Dette er Adobe DRM ebøger som downloades til din lokale computer eller mobil enhed.

 

For at læse bøgerne kræves særlig software, som understøtter denne type. Softwaren er gratis, men du bør sikre at du har rettigheder til installere software på den maskine du påtænker at anvende den på. Læs mere om Adobe DRM bøger

 

Levering: Et download link sendes pr email umiddelbart efter købet.

 


Ibog: Dette er en online bog som kan læses på udgiverens website. 

Der kræves ikke særlig software, bogen læses i en almindelig browser.

 

Levering: Vores medarbejder sender dig en adgangsnøgle pr email.

 

Vi gør opmærksom på at der ikke er retur/fortrydelsesret på digitale varer.