Oh, Yeah... I wrote my function and registered it in XML::LibXSLT by plugin...
That's really cool thing to have so much functions in xslt. Thank you, Robin and Joerg! On Mon, 08 Sep 2003 15:57:18 +0200 Robin Berjon <[EMAIL PROTECTED]> wrote: > Alex Sergeyev wrote: > > Oh, Please..., please say how to do this!!! > > Can somebody tell me a link to exslt guide? > > > > (I hear about it but don't know how to use...) > > EXSLT rocks! http://exslt.org/ > > It should look like this: > > <xsl:stylesheet > xmlns:xsl='http://www.w3.org/1999/XSL/Trans > form' xmlns:str='http://exslt.org/strings' > extension-element-prefixes='str' > version='1.0'> > ... > <xsl:value-of > select='str:decode-uri("some%20encoded%20uri")'/> > ... > <xsl:value-of select='document(str:encode-uri("some evil > unencoded URI!"))'/> > ... > </xsl:stylesheet> > > > -- > Robin Berjon <[EMAIL PROTECTED]> > Research Scientist, Expway http://expway.com/ > 7FC0 6F5F D864 EFB8 08CE 8E74 58E6 D5DB 4889 2488 > > > ------------------------------------------------------------ > --------- To unsubscribe, e-mail: > [EMAIL PROTECTED] For additional commands, > e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
