Re: xsl:import?

Subject: Re: xsl:import?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 17 Apr 2000 18:09:20 +0100 (BST)
xsl:import is for importing stylesheets, ie for structuring your
stylesheet out of smaller modules. So is no use at all for what you want
to do.

if your countries are in countries.xml then just go

<xsl:apply-templates select="document('countries.xml')"/>

and write some templates to transform your file
into the list on your html.

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread