I take my everyday dose of XSLT from the Mulberrytech XSL-List [1]. Two
great sites about XSLT tegniques are "Jeni's XSLT Pages" [2] and "XSL
Frequently Asked Questions" [3], by Jeni Tennison and Dave Pawson
respectively. Also, there are some nice XSLT articles and snippets in
TopXML[4], some of them rather advanced. TopXML also features the
XSLTalk email list[5].
Of course when you are serious, it always helps to check with the actual
XSL standards at W3C[6].

Note that these are just the sources I personally use; there are many
others out there. Just try XSLT on google ;-)


[1] http://www.mulberrytech.com/xsl/xsl-list/
[2] http://www.jenitennison.com/xslt/
[3] http://www.dpawson.co.uk/xsl/xslfaq.html
[4] http://www.topxml.com
[5] http://www.topxml.com/xsltalk/
[6] http://www.w3.org/Style/XSL/


Cheers,

Manos

> -----Original Message-----
> From: Olivier Rossel [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, April 18, 2002 5:48 PM
> To: [EMAIL PROTECTED]
> Subject: Design advices for XSLT
> 
> 
> I am looking for pieces of advice about writing XSLT in the most 
> efficient and (hopefully :-) reusable way.
> I found several advices in the book of Michael Kay about XSLT, and am 
> asking to Cocoon
> users if they can point me to informations about clean design 
> for XSLT.
> 
> For example, one very important thing I am realizing is the 
> good habit 
> to separate templates
> of pure rendering (including for example the HTML tags), and control 
> templates (when you make
> a lot of <xsl:choose> and <xsl:if>). May be, it can be seen 
> as a kind of 
> MVC for XSLT, I am
> not expert at that...
> 
> Any piece of advice is welcome.
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 
> 

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to