xsl-list
[Top] [All Lists]

RE: node-set()

2004-12-13 05:41:09
Hi

Well ! Got it working with the following defination :-

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                                xmlns:fo="http://www.w3.org/1999/XSL/Format";
                                xmlns:exsl="http://exslt.org/common";
               extension-element-prefixes="exsl"  version="1.0">


Cheers.

Arun


From: "Arun Sinha" <arunsinha666(_at_)hotmail(_dot_)com>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] node-set()
Date: Mon, 13 Dec 2004 12:16:35 +0000

Hi,

I am trying to use node-set() function to access an RTF.

The namespce defination is as follows :-

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
        xmlns:fo="http://www.w3.org/1999/XSL/Format";
        xmlns:exsl="http://xml.apache.org/xalan";
               extension-element-prefixes="exsl"  version="1.0">

But while converting the document to PDF thorugh FOP I am getting an error :-

"For extension function, could not find method org.apache.xalan.lib.extensions.nodeSet([ExpressionContext,]=RTREEFRAG).
Checked both static and instance methods."

Any idea?

Thanks.

Arun

_________________________________________________________________
Glamour, lifestyle, health. Get all the fundas you need. http://www.msn.co.in/cinema/ At MSN Entertainment!


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


_________________________________________________________________
Citibank Suvidha account at No Minimum Balance! http://creative.mediaturf.net/creatives/suvidha/suvidha_hmtagoffline_dec04.htm Apply & get FREE watch!


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • node-set(), Arun Sinha
    • RE: node-set(), Arun Sinha <=