/[Apache-SVN]
ViewVC logotype

Revision 451442


Jump to revision: Previous Next
Author: chestnut
Date: Fri Sep 29 21:13:20 2006 UTC (3 years, 1 month ago)
Changed paths: 1
Log Message:
Added ability to reference publication from which to fallback from,
This should resolves the problem of an xslt template trying to import itself when
xslt/page2xhtml.xsl -> imports -> template-fallback://xslt/page2xhtml.xsl -> imports -> template-fallback://xslt/page2xhtml.xsl
instead use   
xslt/page2xhtml.xsl -> imports -> template-fallback://{template1}//xslt/page2xhtml.xsl -> imports -> template-fallback://{template2}//xslt/page2xhtml.xsl

Adding pubids to your fallback:// protocols should also allow one to leave the xslt use-store on if used properly

Changed paths:

Path Details
Directorylenya/trunk/src/java/org/apache/lenya/cms/cocoon/source/FallbackSourceFactory.java modified , text changed

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2