hi,

i have two stylsheets for one xml dokument. normally i do it like:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
version="1.0">

<xsl:import href="head.xsl"/>
<xsl:import href="foot.xsl"/>

.....

and do a <xsl:call-template name"...."/> on it. it works without a problem
(in xml-spy). now i tried it in cocoon. i deleted the xsl:import tag and
filled the <map:transformation.....> three times, but it did not work.
actually nearly all code is lost somewhere on the way. i guess i overlooked
something. if i do just one transformation and leave the <xsl:import...>
tag, it works fine as well. but this is not the way i want it and cocoon
offers it. 

any suggestions will be appreciated.

regards

cristina karpenstein

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to