Hi All
I try to create a Internatinal webapp.
I use the I18nTransformer2 for tranlation
but i get:
org.apache.cocoon.ResourceNotFoundException:
/C:/tomcat/webapps/shop/shop/null.xml (Das System kann die
angegebene Datei nicht finden):java.io.FileNotFoundException:
/C:/tomcat/webapps/shop/shop/null.xml (Das System kann die angegebene Datei
nicht finden)
my pipeline looks like:
<map:match pattern="catalog/*.xml*">
<map:act type="lang-select">
<map:generate type="serverpages" src="catalog/{1}.xml"/>
<map:transform type="i18n">
<map:parameter name="src"
value="catalog/translations/dict.xml"/>
</map:transform>
</map:act>
<map:transform src="catalog/{1}.xsl"/>
<map:serialize type="html"/>
</map:match>
Why cocoon seeks the null.xsl ?
Thanks Thorsten
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>