Hello,
I'm trying to process my HTML file through forrest. (HTML --(forrest)-->
internal xml document --(forrest)-->whole site including menus and
skinned HTML)
I've configured sitemap.xmap like this:
<map:pipeline>
<map:match pattern="my/*.xml">
<map:generate src="{project:content.xdocs}{0}.html" type="html"/>
<map:transform src="{forrest:stylesheets}/html2document.xsl"/>
<map:transform type="idgen"/>
<map:serialize type="xml-document"/>
</map:match>
</map:pipeline>
in browser:
localhost:8888/my/test-page.html
I get this error:
content\xdocs\my\test-page.navigation.xml.html (The system cannot find the file
specified)
Why it is asking for this?
Thanks Mirek