This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xsl:import?



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]