Subject:File I/O Error when encounter bug in my XSL can not run the file again Author:b s Date:11 Sep 2007 08:48 PM
Just a starter with this product what I am noticing is that when I use the product , to link a XML file to a XSL file , (copy paste) a xsl code and press the green triangle
The default files return the display in the little window , when I begin to code and when I encounter a bug or error , I get a error message (At the moment the error type does not matter)
Basically when I correct the error and I try to run the green trianle (assuming it launches debugging - I get back a error
File I/O error the process cannot access the file becasue its being used by another processor
It seems that the debugger is using the file even when I make changes and want to run the thing again to see the new changes that I am making.
The only way I can get around this is is close the whole thing XSL / XML file and then cut and past it again and use it once --
I looked in the menu to see if I can stop the debugger somehow ...
Subject:File I/O Error when encounter bug in my XSL can not run the file again Author:(Deleted User) Date:12 Sep 2007 03:55 AM
We are aware that the Java processors have the bad habit of locking the input stylesheet in case of syntax errors; a workaround is to check the "enable URI resolver" option in the scenario dialog. Does it work for your?