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]
Other format: [Raw text]

include problem


Hi All,

I have an a.xml file which is transformed with an
b.xsl file.  

b.xsl includes c.xsl & d.xsl . if i include single xsl
file its working fine. But if i include more than one
getting an unspecified error.

As: In b.xsl

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

Is it allowed use multiple include or import in an xsl
?

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


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