Hi all!

Can I do use taglibs in my XSL?
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.



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