cmarchand / xsl-doc

A project to generate documentation from a xsl, as a javadoc documentation from a .java file
Mozilla Public License 2.0
1 stars 2 forks source link

Links to toc/doc in index files KO due to absolute URI #1

Closed arkamy closed 7 years ago

arkamy commented 7 years ago

In the index file, the links to toc & doc file use absolute URI. It's not portable.

I succeed to use relative URI with the following code in makeIndex.xsl <frame name="toc" src="{string-join(($intermediaryDirectory,tokenize(@tocOutputUri,'/')[last()]),'/')}"/> <frame name="doc" src="{string-join(($intermediaryDirectory,tokenize(@htmlOutputUri,'/')[last()]),'/')}"/>

cmarchand commented 7 years ago

Patch applied in 6ed8e39b197b42d62a174da07fc043b157d62ba1

cmarchand commented 7 years ago

I have missed a commit somewhere...

cmarchand commented 7 years ago

solved in commit aba70ff