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".
- 13.) XSLT Surgery
- by John E. Simpson April 25, 2001 Q: How do I transform an XML document that I can't edit? I have a source XML file which I don't control. I can't edit it. But I want to display that XML file on my site using XSLT. I know I need to add an xml-stylesheet PI to a document to associate it with an XSLT stylesheet, like <?xml-stylesheet type="text/xsl" href="test.xsl"?> But since this XML file is maintained by somebody else, how do I link my stylesheet to it? A: First -- this has nothing to...
Found at XML.com
- 14.) XSLT 2 and Delimited Lists
- by Bob DuCharme May 07, 2003 As part of his work as the editor of the XSLT 2.0 specification, Michael Kay has been prototyping the new features of XSLT 2.0 and XPath 2.0 in a separate development branch of his well-known Saxon XSLT processor. As I write this, his most recent prototype release is 7.4. (His recommended stable implementation of XSLT 1.0 is at release 6.5.2; see the project homepage for details on the progress of these two branches.) 7.4 lets us play with many of XSLT 2.0's...
Found at XML.com
- 15.) XSLT Extensions
- by Bob DuCharme September 05, 2001 If the specialized elements of the XSLT namespace and the combined functions of XSLT and XPath aren't enough to perform the transformations you need, XSLT gives you ways to incorporate additional instruction elements and functions into your stylesheets. Most XSLT processors offer several extra extension elements and functions because it's a good way to distinguish themselves from the competition. This month we'll examine the use of extensions and some...
Found at XML.com
- 16.) Comparing XSL and CSS
- by Norman Walsh January 19, 1999 XSL and Cascading Style Sheets (CSS) have similar goals, and it's useful to compare them. XSL is more powerful than CSS in many ways, but it's also more complex. XSL and CSS are not competitors. For some common applications (like HTML+ documents that use mostly HTML but have a few extra non-HTML tags thrown in), CSS will be the easiest solution. For others, the manipulative power of XSL will be required. Although very different, XSL and CSS have two...
Found at XML.com
- 17.) Printing XML: Why CSS Is Better than XSL
- by Håkon Wium Lie , Michael Day January 19, 2005 Longtime readers of XML.com will remember the battles between XSL and CSS that took place in these columns in 1999 and that were memorialized in XSL and CSS: One Year Later . Since then, the two languages have coexisted in relative peace: CSS is now used to style most web sites, XSLT (the transformation part of XSL) is used by many server-side, and XSL-FO (the formatting part of XSL) has found a niche in the printing industry. A recent...
Found at XML.com
- 18.) Using the W3C XSLT Specification
- by Bob DuCharme June 06, 2001 The W3C's XSLT Recommendation (available at http://www.w3.org/TR/xslt ) is a specification describing the XSLT language and the responsibilities of XSLT processors. If you're new to XSLT, the Recommendation can be difficult to read, especially if you're not familiar with W3C specifications in general and the XML , XPath , and Namespaces specs in particular. This month, I'd like to summarize some of the concepts and terms that are most likely to confuse an...
Found at XML.com
More articles & tutorials (Index of all articles & tutorials)
|
|