C# 6.0 Cookbook : Solutions for C# Developers - 6 Angebote vergleichen

Bester Preis: 36,12 (vom 17.10.2017)
1
9780596009748 - Mangano, Sal: XSLT Cookbook: Solutions and Examples for XML and XSLT Developers, 2nd Edition
Symbolbild
Mangano, Sal

XSLT Cookbook: Solutions and Examples for XML and XSLT Developers, 2nd Edition (2005)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB

ISBN: 9780596009748 bzw. 0596009747, in Englisch, 2. Ausgabe, O'Reilly Media, Taschenbuch.

7,37 + Versand: 71,85 = 79,22
unverbindlich
Von Händler/Antiquariat, Book Deals [60506629], Lewiston, NY, U.S.A.
This Book is in Good Condition. Clean Copy With Light Amount of Wear. 100% Guaranteed. Summary: Preface1. XPath1.1 Effectively Using Axes1.2 Filtering Nodes1.3 Working with Sequences1.4 Shrinking Conditional Code with If Expressions1.5 Eliminating Recursion with for Expressions1.6 Taming Complex Logic Using Quantifiers1.7 Using Set Operations1.8 Using Node Comparisons1.9 Coping with XPath 2.0''s Extended Type System1.10 Exploiting XPath 2.0''s Extended Type System2. Strings2.1 Testing If a String Ends with Another String2.2 Finding the Position of a Substring2.3 Removing Specific Characters from a String2.4 Finding Substrings from the End of a String2.5 Duplicating a String N Times2.6 Reversing a String2.7 Replacing Text2.8 Converting Case2.9 Tokenizing a String2.10 Making Do Without Regular Expressions2.11 Exploiting Regular Expressions2.12 Using the EXSLT String Extensions3. Numbers and Math3.1 Formatting Numbers3.2 Rounding Numbers to a Specified Precision3.3 Converting from Roman Numerals to Numbers3.4 Converting from One Base to Another3.5 Implementing Common Math Functions3.6 Computing Sums and Products3.7 Finding Minimums and Maximums3.8 Computing Statistical Functions3.9 Computing Combinatorial Functions3.10 Testing Bits4. Dates and Times4.1 Calculating the Day of the Week4.2 Determining the Last Day of the Month4.3 Getting Names for Days and Months4.4 Calculating Julian and Absolute Day Numbersfrom a Specified Date4.5 Calculating the Week Number for aSpecified Date4.6 Working with the Julian Calendar4.7 Working with the ISO Calendar4.8 Working with the Islamic Calendar4.9 Working with the Hebrew Calendar4.10 Formatting Dates and Times4.11 Determining Secular and Religious Holidays5. Selecting and Traversing5.1 Ignoring Duplicate Elements5.2 Selecting All but a Specific Element5.3 Selecting Nodes by Context5.4 Performing a Preorder Traversal5.5 Performing a Postorder Traversal5.6 Performing an In-Order Traversal5.7 Performing a Level-Order Traversal5.8 Processing Nodes by Position6. Exploiting XSLT 2.06.1 Convert Simple Named Templates to XSLT Functions6.2 Prefer for-each-group over Muenchian Method of Grouping6.3 Modularizing and Modes6.4 Using Types for Safety and Precision6.5 Avoiding 1.0 to 2.0 Porting Pitfalls6.6 Emulating Object-Oriented Reuse and Design Patterns6.7 Processing Unstructured Text with Regular Expressions6.8 Solving Difficult Serialization Problems with Character Maps6.9 Outputting Multiple Documents6.10 Handling String Literals Containing Quote Characters6.11 Understanding the New Capabilities of Old XSLT 1.0 Features7. XML to Text7.1 Dealing with Whitespace7.2 Exporting XML to Delimited Data7.3 Creating a Columnar Report7.4 Displaying a Hierarchy7.5 Numbering Textual Output7.6 Wrapping Text to a Specified Width and Alignment8. XML to XML8.1 Converting Attributes to Elements8.2 Converting Elements to Attributes8.3 Renaming Elements or Attributes8.4 Merging Documents with Identical Schema8.5 Merging Documents with Unlike Schema8.6 Splitting Documents8.7 Flattening an XML Hierarchy8.8 Deepening an XML Hierarchy8.9 Reorganizing an XML Hierarchy9. Querying XML9.1 Performing Set Operations on Node Sets9.2 Performing Set Operations on Node Sets Using Value Semantics9.3 Determining Set Equality by Value9.4 Performing Structure-Preserving Queries9.5 Joins9.6 Implementing the W3C XML Query-Use Cases in XSLT10. XML to HTML10.1 Using XSLT as a Styling Language10.2 Creating Hyperlinked Documents10.3 Creating HTML Tables10.4 Creating Frames10.5 Creating Data-Driven Stylesheets10.6 Creating a Self-Contained HTML Transformation10.7 Populating a Form11. XML to SVG11.1 Transforming an Existing Boilerplate SVG11.2 Creating Reusable SVG Generation Utilities for Graphs and Charts11.3 Creating a Tree Diagram11.4 Creating Interactive SVG-Enabled Web Pages12. Code Generation12.1 Generating Constant Definitions12.2 Generating Switching Code12.3 Generating Message-Handling Stub Code12.4 Generating Data Wrappers12.5 Generat.
2
9780596009748 - Sal Mangano: XSLT Cookbook
Sal Mangano

XSLT Cookbook (2005)

Lieferung erfolgt aus/von: Niederlande EN PB NW

ISBN: 9780596009748 bzw. 0596009747, in Englisch, 2. Ausgabe, O'Reilly Media, Inc, Usa, Taschenbuch, neu.

57,86
unverbindlich
Lieferung aus: Niederlande, Vermoedelijk 4-6 weken.
bol.com.
Forget those funky robot toys that were all the rage in the '80s, XSLT (Extensible Stylesheet Transformations) is the ultimate transformer. This powerful language is expert at transforming XML documents into PDF files, HTML documents, JPEG files.virtually anything your heart desires. As useful as XSLT is, though, most people have a difficult time learning its many peculiarities. And now version 2.0, while elegant and powerful, has only added to the confusion. XSLT Cookbook, 2nd Edition wants to ... Forget those funky robot toys that were all the rage in the '80s, XSLT (Extensible Stylesheet Transformations) is the ultimate transformer. This powerful language is expert at transforming XML documents into PDF files, HTML documents, JPEG files.virtually anything your heart desires. As useful as XSLT is, though, most people have a difficult time learning its many peculiarities. And now version 2.0, while elegant and powerful, has only added to the confusion. XSLT Cookbook, 2nd Edition wants to set the record straight. It helps you sharpen your programming skills and overall understanding of XSLT through a collection of detailed recipes. Each recipe breaks down a specific problem into manageable chunks, giving you an easy-to-grasp roadmap for integrating XSLT with your data and applications. No other XSLT book around employs this practical problem-solution-discussion format. In addition to offering code recipes for solving everyday problems with XSLT 1.0, this refreshed edition shows you how to leverage the improvements found in XSLT 2.0, such as how it simplifies the string manipulation and date/time conversion processes. The book also covers XPath 2.0 , a critical companion standard, as well as topics ranging from basic transformations to complex sorting and linking. It even explores extension functions on a variety of different XSLT processors, and shows ways to combine multiple documents using XSLT. Code examples add a real-world dimension to each technique. Whether you're just starting out in XSLT or looking for advanced techniques, you'll find the level of information you need in XSLT Cookbook, 2nd Edition .Taal: Engels;Afmetingen: 0x0x0 mm;Gewicht: 1,06 kg;Verschijningsdatum: december 2005;Druk: 1;ISBN10: 0596009747;ISBN13: 9780596009748; Engelstalig | Paperback | 2005.
3
9780596009748 - Mangano, Sal: XSLT Cookbook
Mangano, Sal

XSLT Cookbook

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN NW EB

ISBN: 9780596009748 bzw. 0596009747, in Englisch, O'Reilly Media, neu, E-Book.

40,74 ($ 43,99)¹
versandkostenfrei, unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, E-Book zum download.
Computers, Forget those funky robot toys that were all the rage in the '80s, XSLT (Extensible Stylesheet Transformations) is the ultimate transformer. This powerful language is expert at transforming XML documents into PDF files, HTML documents, JPEG files--virtually anything your heart desires. As useful as XSLT is, though, most people have a difficult time learning its many peculiarities. And now Version 2.0, while elegant and powerful, has only added to the confusion. XSLT Cookbook, Second Edition wants to set the record straight. It helps you sharpen your programming skills and overall understanding of XSLT through a collection of detailed recipes. Each recipe breaks down a specific problem into manageable chunks, giving you an easy-to-grasp roadmap for integrating XSLT with your data and applications. No other XSLT book around employs this practical problem-solution-discussion format. In addition to offering code recipes for solving everyday problems with XSLT 1.0, this new edition shows you how to leverage the improvements found in XSLT 2.0, such as how to simplify the string manipulation and date/time conversion processes. The book also covers XPath 2.0, a critical companion standard, as well as topics ranging from basic transformations to complex sorting and linking. It even explores extension functions on a variety of different XSLT processors and shows ways to combine multiple documents using XSLT. Code examples add a real-world dimension to each technique. Whether you're just starting out in XSLT or looking for advanced techniques, you'll find the level of information you need in XSLT Cookbook, Second Edition .
4
9780596009748 - Sal Mangano: XSLT Cookbook
Sal Mangano

XSLT Cookbook

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN PB NW

ISBN: 9780596009748 bzw. 0596009747, in Englisch, O'Reilly Media, Incorporated, Taschenbuch, neu.

36,55 ($ 39,47)¹
unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Lagernd, zzgl. Versandkosten.
XSLT-Cookbook~~Sal-Mangano, XSLT Cookbook.
5
9780596009748 - XSLT Cookbook by Sal Mangano Paperback Book (English)

XSLT Cookbook by Sal Mangano Paperback Book (English)

Lieferung erfolgt aus/von: Vereinigtes Königreich Großbritannien und Nordirland EN PB NW

ISBN: 9780596009748 bzw. 0596009747, in Englisch, O'Reilly, Vereinigte Staaten von Amerika, Taschenbuch, neu.

44,24
unverbindlich
Lieferung aus: Vereinigtes Königreich Großbritannien und Nordirland, Lieferart: Free, Lieferung: Europe, Artikelstandort: RH110TG Großbritannien, Versandkostenfrei.
Von Händler/Antiquariat, the_nile - The Nile Store.
Festpreisangebot.
6
9781491921432 - Adam Gottlieb: C# 6.0 Cookbook : Solutions for C# Developers
Adam Gottlieb

C# 6.0 Cookbook : Solutions for C# Developers

Lieferung erfolgt aus/von: Vereinigtes Königreich Großbritannien und Nordirland EN NW EB DL

ISBN: 9781491921432 bzw. 1491921439, in Englisch, Ronin Publishing, neu, E-Book, elektronischer Download.

36,12 (£ 32,16)¹ + Versand: 11,22 (£ 9,99)¹ = 47,34 (£ 42,15)¹
unverbindlich
Lieferung aus: Vereinigtes Königreich Großbritannien und Nordirland, Despatched same working day before 3pm.
Lade…