Page 1 of 1
Problem with chunking
Posted: Fri Jun 23, 2006 4:05 pm
by dzerry
I use one docbook source for pdf documentaion and onlinehelp. PDFs and single HTML files are generated flawlessly, but when I try to chunk the source into many HTML files, I get "E [my_base_dir] (Acces is denied)" message, while exactly the same directory works fine for single html file. When I disable base.dir prameter I get "can't find the path specified" message.
I use the most recent "chunk.xsl" stylesheet.
thanks,
Jarek Orlowski
Posted: Fri Jun 23, 2006 5:21 pm
by sorin_ristache
Hello,
I cannot reproduce the error. You should export your scenarios with Options -> Export transformation scenarios, make a zip with the export file and the source XML files and send them to support at oxygenxml dot com. Also specify the name of the scenario which issues the error.
Regards,
Sorin
Posted: Mon Jun 26, 2006 10:40 am
by dzerry
Thanks for your effort, but I managed to solve the problem. Of cource tha fault was on my side. I imported my own XSL Stylesheet into chunk.xsl, but inserted the ipmort tag in a wrong place - after chunk-common.xsl, not before it. SInce I changed it, evertyhing works just fine.
Thanks anyway!
Jarek