Subject:Specifying the SEF File Location ... Author:andre goldi Date:26 Aug 2011 09:41 AM Originally Posted: 26 Aug 2011 09:20 AM
Having a Java-Project like this
MyProject
- lib
- EDI.jar
- XMLConverters.jar
- src
- stylusstudio
- editoxml
my.sef
my.xquery
- xmltoedi
myproject.prj
- test
- data
- editoxml
my.edi
- xmltoedi
How do I have to specify the SEF file location ? It has to be a relative path.
For example this does not work in the xquery-file:
file:///..\src\stylusstudio\editoxml\my.sef?..\..\..\test\daten\editoxml\my.edi
Subject:Specifying the SEF File Location ... Author:andre goldi Date:29 Aug 2011 01:55 AM
Hy Ivan,
yes I am using the API as you said and it is working fine. The problem is another now.
The Project I described is a SVN-Project within the Stylus Studio project file "myproject.prj" exists. So when creating the Stylus Studio Project file and doing the mapping (creating "sef" files, creating xquery files and so on) Stylus Studio uses absolute paths. For me it is ok like this. But if another person checks out the project and then opens the Stylus Studio Project file he/she will have to change all the paths Stylus Studio is using.