curly braces in the current working directory 2003-03-05 - By MOJICA,CESAR (HP-Roseville,ex1)
Hello xalan-users,
I'm observing the follow error when I execute a command-line transformation from a directory containing curly braces:
C:\views\cesarmSnapShot\AppSrvSPI\conf\{790C06B4-844E-11D2-972B-080009EF8C2A }>ja va -cp C:\xalan-j_2_2_D9\bin\xalan.jar org.apache.xalan.xslt.Process -IN conf2\W LSSPI_0005_report.xml -XSL file:conf2\MBeanReports.xsl
(Location of error unknown)XSLT Error (javax.xml.transform.TransformerConfigurat ionException): Path contains invalid character: {
It appears the transformer is breaking due to the curly brace in cwd even though I'm using relative pathing to specify the input file and stylesheet. Version xalan-j_2_5_D1 has the same behavior.
If I move everything up 2 levels, so now I'm in the "C:\views\cesarmSnapShot\AppSrvSPI\conf" and thus taking curly braces out of the working dir, it works fine.
Any ideas on how to get this to work while in a directory containing curlies? Saxon is able to handle curlies, but it's too late for us to switch.
-cm
|
|