Vadim Gritsenko wrote:
> 

[cut]

> >
> >
> > now there's another problem ... all is prefixed by "xsl"
> >
> > -------------
> > <?xml version="1.0" encoding="UTF-8"?>
> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> >
> >
> > <xsl:template match="page"
> > xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> >
> > <xsl:html>
> > <xsl:head/>
> > <xsl:body>
> 
> This looks weird :)))
> 
> Do you have default namespace defined in you included stylsheets?
> Like:
> 
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>                 xmlns="http://www.w3.org/HTML/whatever";>
> 

yes i have ....I have also tried Cinclude ...but it doesn't solve my
problem


> Disclaimer: I don't know exact solution, just suggesting the ways which
> could help you to solve the problem.


thanks for you suggestion

Christian

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

Reply via email to