XSLT document() Function question# XML - WWW明日之星
o*l
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!
have following statement in a XSL file.
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!