o*****l 发帖数: 539 | 1 I have a java application which using XSLT.
have following statement in a XSL file.
select="document('specialty.xml')/specialties/*" />
If I run the java app as normal application, The application can locate
specialty.xml without any problem.
If I run the java app as a windows service(using JavaService.exe), the
application will tried to locate the specialty.xml from c:\windows\system32
directory.
Any solutions? Thanks! |
|