Webhelp navigation pane repeating in content area

Oxygen general issues.
kmank
Posts: 118
Joined: Mon Apr 19, 2010 5:33 pm

Webhelp navigation pane repeating in content area

Post by kmank »

When I transform webhelp, the navigation (TOC) pane repeats itself unendingly in the Content pane.
Image

Any ideas what could be the cause?
kmank
Posts: 118
Joined: Mon Apr 19, 2010 5:33 pm

Re: Webhelp navigation pane repeating in content area

Post by kmank »

I should state that if I access the same DITA-OT, skin, and same exact files through a virtual machine, the transform works as it should. Only when I try to transform natively does it produce the error.
bogdan_cercelaru
Posts: 222
Joined: Tue Jul 01, 2014 11:48 am

Re: Webhelp navigation pane repeating in content area

Post by bogdan_cercelaru »

Hello,

Is the output from your computer the same with the one from the virtual machine? You can use the Diff Directories to check this.
If it is possible, please archive both outputs and send them to us at support@oxygenxml.com to be analyzed.

Regards,
Bogdan
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
kmank
Posts: 118
Joined: Mon Apr 19, 2010 5:33 pm

Re: Webhelp navigation pane repeating in content area

Post by kmank »

Well, that appears to be the issue.
The offending output was C:/out/${pn}/${date(yyyy-MM-dd)}/webhelp - it tried to include the project name (there is none for this instance). When I modified that to read C:/out/${cfne}/${date(yyyy-MM-dd)}/webhelp, to include the ditamap filename in place of the project name, the transform worked perfect.

Thanks for the pointer.
Post Reply