[FLOW3-general] rendering manuals package wrapper problem

Hermann Ragaller hermann.ragaller at hrex.de
Tue Sep 21 18:33:25 CEST 2010


Thanks, Michael. Following your suggestion I tried the approach to build 
from source using "phing doc-render".

Again, here the rendering of the APIs works (phing doc-render-apis), but 
it fails with the manuals.

By digging into it I found that invalid URI references are generated 
when it resolves the imports:

<!-- import Docbook XSL stylesheet -->
<xsl:import 
href="C:\programs\FLOW3-source/Build/Resources/Manual/Xsl/DocBookXSLNS/xhtml/chunk.xsl"/>
<xsl:import 
href="C:\programs\FLOW3-source/Build/Resources/Manual/Xsl/DocBookXSLNS/highlighting/common.xsl"/>
<xsl:import 
href="C:\programs\FLOW3-source/Build/Resources/Manual/Xsl/DocBookXSLNS/html/highlight.xsl"/>

href="C:\programs..." obviously is an invalid URI because of the Windows 
path segment.

I haven't figured out yet where the "C:\programs\FLOW3-source", which is 
my source root, is inserted.

It appears to me that the XSLT processing is not compatible with Windows 
but it might work fine on Linux (and I might be wasting my time by 
trying so hard on Windows :-)

regards,
Hermann


Am 21.09.2010 13:51, schrieb Michael Feher:
>  So what I guess from this is that you need to have a look at the file
> "bild.xml" which tells you which packages you need for the build process
> and then you should be able to launch the comand "phing doc-render" from
> the root directory of the flow3 distribution.
>
> I hope this could help
> br. Mike



More information about the FLOW3-general mailing list