Re: [xsl] including template files in single file

Subject: Re: [xsl] including template files in single file
From: "tpass001" <tpass001@xxxxxxxxxxx>
Date: Wed, 21 Jul 2004 11:29:55 -0500
Thanks
----- Original Message ----- 
From: "David Carlisle" <davidc@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, July 19, 2004 8:42 AM
Subject: Re: [xsl] including template files in single file


> 
> > Is this a fairly common practice
> 
> yes, it's pretty much the scenario for which XSLT was designed.
> 
> 
> > and what effect is on performance,
> 
> minimal if it's working on the local file system, if you are fetching
> files from a remote server, there may or may not be a noticable effect
> of having to make another (http, usually) connection, depending on how
> slow your connection is. As always with performance questions it's
> highly dependent on your local setup, only sure way to answer this is to
> time it.
> 
> 
> > Also, in my case is "include" or "import" recommended.
> 
> depends what you want to do. If you want to sometimes over-ride the
> "common" templates with a specific template then usually xsl:import is
> better as the import precedence feature is designed for just this use.
> Sometimes though import precedence gets in the way and you want the
> "common" templates to act just as if they were in the top level
> stylesheet, in which case xsl:include is your friend.
> 
> David
> 
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star Internet. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________

Current Thread