You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/10/09 17:43:50 UTC

DO NOT REPLY [Bug 4034] - I am unabkle to create transformer for attached xsl file sing Simple Transform Program

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4034>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4034

I am unabkle to create transformer for attached xsl file sing Simple Transform Program

curcuru@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From curcuru@apache.org  2001-10-09 08:43 -------
Perhaps you forgot to include an <xsl:param name="param1"... element at the 
beginning of the "matchCategory" template?  See the XSLT spec section 11.6 
Passing Parameters To Templates, which describes how you must both pass the 
param in with-param, and declare the param within the called template.
(I'm presuming that your error was because of "TransformerException:  
org.apache.xml.utils.WrappedRuntimeException: Could not find variable with the 
name of param1", if not, please be sure to include a full stack trace of the 
exception you're getting)