Five XSLT BasicsFive XSLT BasicsFive XSLT Basics 12/02/2003 01:58 AM You've just inherited a new project at work that requires you to learn XSLT, but you don't have a clue where to start. This article by Michael Fitzgerald should give you a leg up over the wall. It covers five basics of XSLT 1.0--from what it is to how to get it to work--information you'll also find in the first chapter of Michael's book, Learning XSLT. This is a GrokNews Entry: (what is grok?)Five XSLT BasicsGrok Headline matches for Five XSLT Basicsmod-xslt 1.3.6mod-xslt 1.3.6 08/30/2004 06:27 AM An Apache module that applies XSLT stylesheets to XML files on the fly. XML::XSLTXML::XSLT 02/16/2004 09:18 AM XML::XSLT 0.47 released XML-XSLT-0.47XML-XSLT-0.47 02/16/2004 10:51 AM Using XSLT with PHPUsing XSLT with PHP 12/05/2003 07:52 PM XSLT (XSL Transformations) plays a vital role in the transformation and presentation of XML documents. Though the primary intent ... mod-xslt 1.3.3mod-xslt 1.3.3 07/14/2004 01:24 PM An Apache module that applies XSLT stylesheets to XML files on the fly. mod-xsltmod-xslt 08/30/2004 06:49 AM mod-xslt 1.3.6 (stable) released mod-xslt 1.3.2mod-xslt 1.3.2 06/06/2004 06:50 AM An Apache module that applies XSLT stylesheets to XML files on the fly. mod-xslt 1.3.5mod-xslt 1.3.5 08/01/2004 04:26 PM An Apache module that applies XSLT stylesheets to XML files on the fly. XSLTXSLT 10/19/2002 01:34 AM PHP class which will hopefully make it a little bit easier to work with PHPs XSLT extension mod-xslt 1.3.4mod-xslt 1.3.4 07/25/2004 07:38 PM An Apache module that applies XSLT stylesheets to XML files on the fly. XSLT ReflectionXSLT Reflection 11/05/2003 08:20 PM Reflection enables a programming language to inspect and modify its own code. XSLT, being expressed in XML, comes with this built in. This article shows how XSLT can be used to process XSLT to solve real problems. mod-xslt for Apache 2.0.35 and latermod-xslt for Apache 2.0.35 and later 12/13/2003 06:29 PM mod_xslt 2.0.0 released Conversions using XSLTConversions using XSLT 11/01/2002 02:37 AM CNET Nov 1 2002 2:02AM ET XSLT Processing in .NETXSLT Processing in .NET 08/14/2002 06:28 PM Joe Feser gives an overview of the many ways XML can be transforming using XSLT within the Microsoft .NET Framework. Transforming XML with XSLT and PHPTransforming XML with XSLT and PHP 10/29/2003 02:21 AM In this tutorial, Timothy shows you how to use XSLT to transform XML documents into HTML documents. Of course, the use of PHP XSLT functions are highlighted. Grouping With XSLT 2.0Grouping With XSLT 2.0 11/05/2003 08:20 PM In his latest Transforming XML column Bob DuCharme explains how to use the new grouping facilities in XSLT 2. Sorting in XSLT (XML.com)Sorting in XSLT (XML.com) 07/09/2002 11:19 AM Sorting in XSLTSorting in XSLT 07/03/2002 05:15 PM In this month's Transforming XML column, Bob DuCharme explains the various uses of xsl:sort, including sort ordering, multiple keys, and reversing the sort. XSLT in SafariXSLT in Safari 08/15/2004 10:51 PM Some time ago we switched over to libxml in Safari for the processing of XML (and XHTML) files. I'm happy to report that we now have basic XSLT support working in Safari using libxslt. You can style your XML using xml-stylesheet processing instructions. I don't yet have a programmatic JS API working for transforming documents, but that shouldn't be too difficult to add. What I really need are XSLT test cases that use xml-stylesheet. Track back or comment if you know of some good test cases online that I can use, or just generally have suggestions to make regarding XSLT support. XSLT 2.0 Web DevelopmentXSLT 2.0 Web Development 06/02/2004 02:37 AM Java Pro Jun 2 2004 5:32AM GMT Backup BasicsBackup Basics 07/08/2004 08:26 PM G4 Tech TV Jul 9 2004 0:43AM GMT ZPT Basics (part 4)ZPT Basics (part 4) 10/31/2002 06:32 PM In this concluding article, get up close and personal with METAL, the macro language that allows you to add reusability to your Zope templates. Copyright BasicsCopyright Basics 07/01/2004 07:02 AM a good introductory reference PHP Cookbook Ch 8: Web Basics (PDF)PHP Cookbook Ch 8: Web Basics (PDF) 11/11/2002 06:02 AM Web programming is probably why you’re reading this book. It’s why the first version of PHP was written and what continues to make it so popular today. PHP makes it easy to write dynamic web programs that do almost anything. Other chapters cover various PHP capabilities, like graphics, regular expressions, database access, and file I/O. These capabilities are all part of web programming, but this chapter focuses on some web-specific concepts and organizational topics that will make your web programming stronger.
"zeldman.blabra" Getting back to basicsGetting back to basics 12/17/2004 06:28 PM I've been spending some wee bit of my evening time lately getting back to basics--PBASIC, to be exact. I picked up a one of Parallax's nifty little Basic Stamp Discover Kits on a recent visit to that geek supermarket, Fry's electronics. (The "never shop when you're hungry" addage doesn't only apply to food, you know.) Read more... Back to the basicsBack to the basics 09/21/2004 10:11 PM Computer Times Asia Sep 22 2004 2:02AM GMT DirectX 3D Basics - IDirectX 3D Basics - I 07/30/2004 08:31 AM Express Computer India Jul 30 2004 12:35PM GMT Carrara 3D BasicsCarrara 3D Basics 06/03/2004 09:11 AM Carrara 3D Basics isn't going to break the bank, and it provides the closest thing possible to immediate gratification in a 3D program. By Paul Yoon, MacAddict (via MyAppleMenu) AppleScript BasicsAppleScript Basics 08/12/2004 01:26 PM You use AppleScript's Script Editor application to write small programs or scripts that include specially worded statements. AppleScript statements are converted by Mac OS into Apple events--messages that can be understood by the operating system and applications. When you run a script, the script can send instructions to the operating system or applications and receive messages in return. PHP Debugging BasicsPHP Debugging Basics 08/12/2004 08:48 PM Whether you're a PHP newbie or a wizard, your programs are going to have bugs in them. Nobody's perfect. David Sklar, author of Learning PHP 5, provides some basic techniques for finding and fixing the problems in your programs. In particular, he covers how to set up error reporting as you like it, how to find parse errors, and how to inspect program data. The Utility BasicsThe Utility Basics 03/08/2004 11:20 PM CEO: Veritas' building blocks let buyers exploit own resources. Google PR BasicsGoogle PR Basics 03/14/2005 05:17 PM "There seem to be a lot of questions around WW that suggest some people aren't familiar with PR and how it works. I've put this thread together in an attempt to answer questions that would save new members posting basic PR questions." ZPT Basics (part 2)ZPT Basics (part 2) 10/10/2002 09:55 AM Dig deeper into the world of ZPT with examples and illustrations of how to create, manipulate and use variables and conditional tests in your templates. More Sybase XML basicsMore Sybase XML basics 07/21/2002 10:36 PM CNET Jul 21 2002 10:12PM ET ZPT Basics (part 1)ZPT Basics (part 1) 10/03/2002 12:41 PM Contrary to what you might think, DTML isn't the only programming language available to you in Zope. Take a look at Zope Page Templates (ZPT), a template-based alternative that makes it easier for designers and developers to collaborate on Zope application development. ZPT Basics (part 3)ZPT Basics (part 3) 10/10/2002 09:55 AM Now that you've got the skinny on variables and conditional statements, expand your knowledge of the ZPT universe with this discussion of TAL loops, dynamically-generated attributes and error handlers. CD Burning BasicsCD Burning Basics 05/23/2002 10:39 PM mod_perl/XSLT Developermod_perl/XSLT Developer 05/18/2004 04:25 PM Whapps, LLC. - United States, Ohio, Cincinnati (2004-05-18) The XSLT C library for GNOME 1.1.0The XSLT C library for GNOME 1.1.0 11/04/2003 06:00 PM The XSLT C library developed for the GNOME project. Grok Description matches for Five XSLT Basics GrokA matches for Five XSLT Basics Dirty XSLT OutputDirty XSLT Output 09/25/2002 06:11 PM John Simpson returns to answer more XML questions; this time he tackles a tricky interaction between implicit and explicit XSLT rules. Internet Explorer Tools for Validating
|
Also check out: |