|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: switching between multiple languages in XSL
> We couldn't find a way to do this using <xsl:import> as we > can't have a certain one included based on a condition If you have generic code in common.xsl, and specialized code in en.xsl and fr.xsl, you don't want to try conditionally importing en.xsl or fr.xsl into common.xsl. Instead, choose en.xsl or fr.xsl as the entry point to the transformation, and let each of these import common.xsl. Michael Kay http://www.saxonica.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







