> -----Original Message-----
> From: Christian Haul [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 09, 2002 11:19 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Problems with SQLTransformer
> 
> 
> You need to copy all other elements explicitly!

? I don't see any that he didn't handle.

> 
> <!--
>   Copy all nodes that were not handled by a dedicated template.
> -->
> <xsl:template match="@*|node()" priority="-2">
>   <xsl:copy>
>     <xsl:apply-templates select="@*|node()"/>
>   </xsl:copy>
> </xsl:template>
> 
> Best, to use logicsheet-util.xsl in your own logicsheets.
> 
>       Chris.

---------------------------------------------------------------------
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