../ path not supported?
Posted: Thu Apr 17, 2014 2:06 am
In my ditamap, I have a topicref that looks like this:
<topicref href="../bicycles/parts/pedals.dita"/>
Then I output to webhelp. When I do this, the "../" part (which takes the path back a level) messes up the transform. It's odd because when I'm typing href=" in the text editor and the auto-prompt appears, if I type ../ it does take me back a folder level, so I would assume I could do this in the path. But apparently Oxygen doesn't like this ../ path in ditamaps. It gives me infinite loop errors when I transform the output to webhelp.
As a result, I'm guessing I have to put the maps at the root level and place everything else as a subfolder below the root?
<topicref href="../bicycles/parts/pedals.dita"/>
Then I output to webhelp. When I do this, the "../" part (which takes the path back a level) messes up the transform. It's odd because when I'm typing href=" in the text editor and the auto-prompt appears, if I type ../ it does take me back a folder level, so I would assume I could do this in the path. But apparently Oxygen doesn't like this ../ path in ditamaps. It gives me infinite loop errors when I transform the output to webhelp.
As a result, I'm guessing I have to put the maps at the root level and place everything else as a subfolder below the root?