Passing xsl the xml filename as a parameter.

2005-08-17 Thread Ron Piterman
Hi, The xslt task has a parameter sub-element. How can I pass the current xml file name being processed to the stylesheet? Cheers, Ron - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

xslt exception

2005-08-15 Thread Ron Piterman
Hi, here are the error messages I get from an xslt task. The stack trace is also not very descriptive... does someone know what this means? Cheers, Ron [xslt] Loading stylesheet /home/ron1/workspace/Portal/tools/properties/properties.xsl [xslt] : Error! Error checking type of the expression

xmlcatalog to resolve document() in xslt task

2005-08-08 Thread Ron Piterman
Hi, Inside an xslt task I define an xmlcatalog. In the xsl file I call document(ff.xml) the file is on the classpath, but I keep getting a NoFileFound Exception. What did I do wrong? Cheers, Ron description