XSLT Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 174 articles & tutorials regarding "XSLT".
- 25.) Datatype Checking With XSLT 2.0
- by Bob DuCharme October 01, 2003 Much of the added complexity of XSLT 2.0 as compared with 1.0 comes from the former's support for the W3C's XML Schema data typing system. As James Mason described in a recent Report from Extreme Markup Languages 2003 , Jeni Tennison's presentation on complications introduced into XSLT 2.0 by the requirements for strong typing left many wondering "If Jeni's having problems, what hope is there for the rest of us?" There's actually some good, even if...
Found at XML.com
- 26.) Writing Your Own Functions in XSLT 2.0
- by Bob DuCharme September 03, 2003 Most XSLT 1.0 processors, particularly the ones written in Java, let you write extension functions in the processor's host language, link them in, and then call those functions from stylesheets. The XSLT 1.0 spec spells out specific ways to check whether a particular extension function is available and how to recover gracefully if not. In the September 2001 "Transforming XML" column , I presented examples of extension elements and functions. If you...
Found at XML.com
- 27.) Five Quick Tips for Using XSLT
- by Dan Frumin 02/10/2003 Like so many acronyms before it, XSLT (eXtensible Stylesheet Language Transformations) comes across as YAOT--Yet Another Obfuscated Technology. But it doesn't have to be that way. XSLT promises many advantages when applied to the right problems. All you need is a quick guide on using the XSLT basics. Once you start using it in your applications, I'll bet it will quickly come to be a useful tool in your belt. So, what can we do with XSLT? In simple terms, XSLT is...
Found at O'Reilly Network
- 28.) Discover the Wonders of XSLT
- By Benoît Marchal This is the first article in a new series introducing XSLT. XSLT is an acronym for XML Stylesheet Language Transformations, but I believe the W3C should change it into XML Scripting Language. Over the years, I have used XSLT to publish Web sites, to generate PDFs from documentation, to prepare e-commerce transactions, to build Web services, to import documents in databases, to construct UML models, to pre- or post-process articles, to generate Java code, ... you name...
Found at developer.com
- 29.) Understanding XSL
- by Norman Walsh January 19, 1999 With that background, let's take a closer look at the style sheet in Example 2 . XSL contains many more features than can be covered in an article of this size. We'll consider just the features needed to write a simple style sheet for the sample XML document in Example 1 . In order to display the sample document, we must handle five cases: 1. the document element, 2. the document title, 3. paragraphs, 4. emphasis (can be nested), 5. figures. In this...
Found at XML.com
- 30.) Discover the Wonders of XSLT: Workflows
- By Benoît Marchal Go to page: 1 2 Next This article concludes the introduction to XSLT at developer.com. In the previous four articles , the series has covered the essentials of XSLT coding. The final article moves to more advanced subjects such as working with functions and multiple files. Functions Functions are implemented in XPath so they are valid wherever an XPath is valid. We have already encountered functions, such as count() and not(): count(a:para) A function takes zero, one,...
Found at developer.com
More articles & tutorials (Index of all articles & tutorials)
|
|