Ok got a little bit further:
One _has_ to use the autolayout.xml. somehow using a myautolayout.xml
will sill process the autolayout.xml
My batch file now looks like:
cd D:\usr\app\Test\website23\example
java -cp D:\saxon6_5_2\saxon.jar;D:\saxon6_5_2\saxon64.jar
com.icl.saxon.StyleSheet -o autolayout.xml gklayout.xml
../xsl/autolayout.xsl
java -cp D:\saxon6_5_2\saxon.jar;D:\saxon6_5_2\saxon64.jar
com.icl.saxon.StyleSheet autolayout.xml ../xsl/chunk-tabular.xsl
output-root=../../web use.extensions=1
cd D:\usr\app\Test\scripts
Ok, now I can get back to making my own website.
Thanks for the help
Dave Pawson wrote:
>At 17:22 17/11/2002, Gerrit Kuilder wrote:
>
>
>>Hi Dave,
>>
>>the * were created by copying and pasting and some formatting stuff in mozilla
>>The shouyld look like '../'
>>
>>Anyway... The new and improved saxonweb.bat looks like:
>>
>>REM begin Bat
>>set CLASSPATH=D:\saxon6_5_2\saxon.jar;D:\saxon6_5_2\saxon64.jar
>>cd D:\usr\app\test\website23\example
>>
>>java com.icl.saxon.StyleSheet autolayout.xml ..\xsl\chunk-tabular.xsl output-root=..\..\web use.extensions=1 saxon.extensions=1
>>
>>cd D:\usr\app\test\scripts
>>REM end Bat
>>
>>It only failed on rss, refvlags and the mysteriously message:
>>
>>Writing ..\..\web/full.html for tocentry(test)
>>does not exist.
>>Processing terminated by xsl:message at line 58
>>
>>
>
>
>Oh dear. I can only guess that one of the directories is missing
>in that path?
> Anyone else?
>regards DaveP
>
>
>
>
>