You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Java XML <ja...@hotmail.com> on 2000/11/07 16:46:38 UTC

xslt:import Problem

Hi everybody,
                  I have a situation in which i use one style sheet in 
almost all the other style sheets like if i have to style sheets
a.xsl
b.xsl

i have to use a in almost all the other style sheets so i just import the 
style sheet a.xsl in b.xsl and other style sheets is this possible using 
xsl:import i got an error when doing so

<xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:import href="a.xsl"/>
  <xsl:import href="b.xsl"/>
</xsl:stylesheet>

when i run it i get the below error can ny body help


SAX Exceptionjava.lang.StringIndexOutOfBoundsException: String index out of 
range: -1

Thanks in Advance.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.