OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   XSL INCLUDE PROBLEM

[ Lists Home | Date Index | Thread Index ]


   I m Qazi Asim, i m having  a small problem in xsl include .... the problem is that i use this statement to include the design of my webpage .
"<xsl:include href="../../Templates/template.xsl"/>" and was working very fine .. but now i m trying to give my users a choose template option..... so i have to change my include like this

<xsl:variable name="templatepath">
../skins/<xsl:value-of select="//selected-template-id"/>/template.xsl
</xsl:variable>
<xsl:include href="$templatepath"/>
* where the "selected-template-id" is name of the folder where the template is saved
 
but this is not working .... it turns my page blank .....
plz help me .... solving this problem or tell me if there is any alternative ....
thankx
QAZI




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS