Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


[xsl] import/include problem

From: shaik <shaik_xml@--------->
To:
Date: 7/1/2002 1:06:00 AM
Hi All,

I wants to use one xsl in another xsl file. 

But i am getting the following error when i open
id1.xml in the Browser.

The process cannot access the file because it is being
used by another process. 

All the files are in the same directory.

The files are as follows:-
---------------------------
>>> id1.xml file

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="id4.xsl"?>

<xslTutorial >

<H1>IMPORTING STYLESHEETS</H1>

</xslTutorial>
-----------------------------
>>> id4.xsl

<xsl:stylesheet  version='1.0'
xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>

<xsl:include href="id2.xsl"/>

<xsl:template match="/">
	<P><xsl:value-of select="$id2"/></P>
	
</xsl:template>

</xsl:stylesheet>
-----------------------------
>>> id2.xsl

<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet  version='1.0'
xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>

	<xsl:variable name="id2">Stylesheet
1(id2.xsl)</xsl:variable>
	
	<xsl:variable name="t">Variable t from
id2.xsl</xsl:variable>

</xsl:stylesheet>
---------------------------------------

Could you please tell what could be the reason.

Thanks
Shaik


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent