> From: yuryx [mailto:[EMAIL PROTECTED]] > > yuryx wrote: > > > Hi all! > > > > Can I do use taglibs in my XSL?
You can use logicsheets in XSP pages only. XSP page will then generate XML (invoking any logicsheets you are using). This resulting XML can be anything, including XSL. See sub sitemap samples. > > For example: > > <?xml version="1.0" encoding="KOI8-R"?> > > > > <xsl:stylesheet version="1.0" > > xmlns:xsp-request="http://apache.org/xsp/request/2.0" > > > > xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> > > > > <xsl:template match="/"> > > <test><xsp-request:get-sitemap-uri/></test> > > </xsl:template> > > </xsl:stylesheet> > > > > Thanx. > > Yury. > > > How-to esql.xsl work, If this not possible? esql.xsl is not *stylesheet*, but *logicsheet*. Vadim > Yury. > --------------------------------------------------------------------- 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]>