RE: [Nant-users] using document function in Nant

2002-10-31 Thread QChang
Just to clarify, I am using the style task in the build. The style attribute of the style task is the xsl file which includes the document function. For example, I have the following line in my build. and the next line is in contents.xsl. Thanks a lot. Regards, Qing Chang

[Nant-users] using document function in Nant

2002-10-31 Thread QChang
Hi, I want to use the document function as the following line. It works with Ant, but does not with Nant. I tried relative and absolute paths with the file name with no luck. Does anyone know how to make it work with Nant? Thanks a lot. (file and name are two predefined variables) Regards, Qing