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]

Re: Problem w/ call-template


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 29 May 2002 16:11, Kim wrote:
> Hi,
>
> I got an error msg: Could not find template named: "lastSubString".  It is
> from the "***" line.  What am I missing  here?  I checked the spelling; it
> is fine.
...
> </xsl:template>
> </xsl:template>

You have defined the "lastSubString" template *within* another template.  
Really you shouldn't have gotten this far -- <xsl:template> must be a 
top-level element (that is, a child of <xsl:stylesheet>).  Simply move the 
"lastSubString" template outside of the other template and it should work.

- -- 
Peter Davis
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE89ZQbNSZCJx7tYycRApLrAJ9Ct6ZyF3pNeSDns/gX4BnR909XEACeNBJf
n8Ufsoc9yBxLlzIUToaVplE=
=rQpr
-----END PGP SIGNATURE-----


 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]