
Collapse
Featured Categories
1. | ![]() XSLT 1.0 Pocket Reference, 1st Edition By: Evan Lenz Publisher: O'Reilly Media, Inc. Publication Date: 12-AUG-2005 Insert Date: 14-JAN-2009 Bookshelf Slots: 1.0 | Overview: XSLT 1.0 Pocket Reference, 1st Edition
XSLT is an essential tool for converting XML into other kinds of
documents: HTML, PDF file, and many others. It's a critical
technology for XML-based platforms such as Microsoft .NET, Sun
Microsystems' Sun One, as well as for most web browsers and
authoring tools. As useful as XSLT is, however, most people have a
difficult time getting used to its peculiar characteristics. The
ability to use advanced techniques depends on a clear and exact
understanding of how XSLT templates work and interact.
The XSLT 1.0 Pocket Reference from O'Reilly wants to make
sure you achieve that level of...
|
2. | ![]() Sams Teach Yourself XSLT in 21 Days Publisher: Sams Publication Date: 31-JAN-2002 Insert Date: 18-SEP-2008 Bookshelf Slots: 1.0 | Overview: Sams Teach Yourself XSLT in 21 Days The book covers XSLT and Xpath (as a part of XSLT), as these
topics have everything to do with processing XML. It will also
cover XML from an XSLT processing and design point of view. Other
XML technologies will not be discussed as superset of XSLT, most
notably XSL. XSL Formatting Objects alone is enough material for an
entire book. Apart from that, XSLT and Xpath form the
processing/programming section of the entire XSL specification.
This book presents an overview of XSLT and guides readers through
transforming their first XML data. In this book you will also
learn:
Selecting...
|
3. | ![]() By: Doug Tidwell Publisher: O'Reilly Media, Inc. Publication Date: 26-JUN-2008 Insert Date: 26-JUN-2007 Bookshelf Slots: 1.0 | Overview: XSLT, 2nd Edition
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...
|
4. | Overview: Schematron
Schematron is a rule-based XML schema language, offering
flexibility and power that W3C XML schema, RELAX NG, and DTDs
simply can't match.You need Schematron and can't settle for other languages if you
have to check rules that go beyond checking the document structures
(i.e., checking that an element bar is included in element foo) and
their datatypes. Schematron is the right tool for checking
conditions such as "startDate is earlier than or equal to
endDate."Schematron is also the right tool to use if you have to raise
user-friendly error messages rather than depend on error messages
that...
|
5. | ![]() No Nonsense XML Web Development With PHP By: Thomas Myer Publisher: SitePoint Publication Date: 01-JUL-2005 Insert Date: 31-MAY-2006 Bookshelf Slots: 1.0 | Overview: No Nonsense XML Web Development With PHP A practical and concise book that teaches XML from the
ground up. This tutorial style presents various XML
methodologies and techniques in an easy to understand way,
building a basis for further exploration.
XML is essentially an enabling technology, dry and boring on
its own. As a result, most books on the market are dry, and
academic in nature teaching theory rather than practice.
This book actually teaches practical, real-world
applications of XML, using the very latest version of PHP
(PHP 5) as the base language.
No Nonsense XML Web Development with
PHP explains how XML can be...
|
6. | ![]() By: Sal Mangano Publisher: O'Reilly Media, Inc. Publication Date: 14-DEC-2005 Insert Date: 20-DEC-2005 Bookshelf Slots: 1.0 | Overview: XSLT Cookbook, 2nd Edition
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...
|
7. | ![]() XML in a Nutshell, 3rd Edition By: Elliotte Rusty Harold; W. Scott Means Publisher: O'Reilly Media, Inc. Publication Date: 23-SEP-2004 Insert Date: 12-OCT-2004 Bookshelf Slots: 1.0 | Overview: XML in a Nutshell, 3rd Edition
If you're a developer working with XML, you know there's a lot to
know about XML, and the XML space is evolving almost moment by
moment. But you don't need to commit every XML syntax, API, or XSLT
transformation to memory; you only need to know where to find it.
And if it's a detail that has to do with XML or its companion
standards, you'll find it--clear, concise, useful, and
well-organized--in the updated third edition of XML in a
Nutshell. With XML in a Nutshell beside your keyboard,
you'll be able to:
Quick-reference syntax rules and usage examples for the core
XML technologies,...
|
8. | Overview: Learning XSLT
XSLT is a powerful language for transforming XML documents into
something else. That something else can be an HTML document,
another XML document, a Portable Document Format (PDF) file, a
Scalable Vector Graphics (SVG) file, a Virtual Reality Modeling
Language (VRML) file, Java code, or a number of other things. You
write an XSLT stylesheet to define the rules for transforming an
XML document, and the XSLT processor does the work. As useful as
XSLT is, its peculiar characteristics make it a difficult language
in which to get started. In fact, newcomers are often a little
dazed on first...
|
9. | ![]() By: Sal Mangano Publisher: O'Reilly Media, Inc. Publication Date: 13-DEC-2002 Insert Date: 28-FEB-2003 Bookshelf Slots: 1.0 | Overview: XSLT Cookbook
Critical for converting XML documents, and extremely versatile, the
XSLT language nevertheless has complexities that can be daunting.
The XSLT Cookbook is a collection of hundreds of solutions
to problems that Extensible Stylesheet Language Transformations
(XSLT) developers regularly face. The recipes range from simple
string-manipulation and mathematical processing to more complex
topics like extending XSLT, testing and debugging XSLT stylesheets,
and graphics creation with SVG. Recipes can be run directly or
tweaked to fit your particular application's needs more precisely.
Each recipe...
|
10. | ![]() XML in a Nutshell, 2nd Edition By: Elliotte Rusty Harold; W. Scott Means Publisher: O'Reilly Media, Inc. Publication Date: 17-JUN-2002 Insert Date: 26-SEP-2002 Bookshelf Slots: 1.0 | Overview: XML in a Nutshell, 2nd Edition
This powerful new edition provides developers with a comprehensive
guide to the rapidly evolving XML space. Serious users of XML will
find topics on just about everything they need, from fundamental
syntax rules, to details of DTD and XML Schema creation, to XSLT
transformations, to APIs used for processing XML documents. Simply
put, this is the only reference of its kind among XML books.
Whether you're a Web designer using SVG to add vector graphics to
web pages, or a C++ programmer using SOAP to serialize objects into
a remote database, XML in a Nutshell thoroughly explains the
basic rules...
|
About Safari Books Online •
Terms of Service •
Privacy Policy •
Contact Us •
Corporate Licenses •
Help •
Accessibility |
![]()
![]()
![]()
![]()
Copyright 2009 Safari Books Online. All rights reserved.



