Re: [xsl] Xalan extension library problem

Subject: Re: [xsl] Xalan extension library problem
From: "B. Tommie Usdin" <btusdin@xxxxxxxxxxxxxxxx>
Date: Tue, 16 Oct 2001 15:01:12 -0400
>Subject: Re: [xsl] Xalan extension library problem
>To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
>X-Mailer: Lotus Notes Release 5.0.6a  January 17, 2001
>Message-ID: <OFBEEEB2E8.68E8F754-ON85256AE6.0058FE52@xxxxxxxxx>
>From: "David N Bertoni/CAM/Lotus" <David_N_Bertoni@xxxxxxxxx>
>Date: Mon, 15 Oct 2001 12:16:13 -0400
>
>
>This not the appropriate forum for Xalan-specific questions.  You should
>subscribe to and post your questions to one of the Xalan mailing list:
>
>   http://xml.apache.org/mail.html
>
>hint:  You're looking at the documentation for the Java version of Xalan,
>rather than the C++ version.  That's not likely to give you the answers you
>need.
>
>Dave
>
>
>
>                                                                                                       
>                    "Ofer Kalisky"                                                                     
>                    <kalisky@xxxxxxxxxxxxxxx>          To:     <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>       
>                    Sent by:                           cc:     (bcc: David N Bertoni/CAM/Lotus)        
>                    owner-xsl-list@xxxxxxxxxxxx        Subject:     [xsl] Xalan extension library      
>                    rytech.com                         problem                                         
>                                                                                                       
>                                                                                                       
>                    10/15/2001 06:26 AM                                                                
>                    Please respond to xsl-list                                                         
>                                                                                                       
>                                                                                                       
>
>
>
>I have a xalan-c++ 1.1 solaris version and win32 version.
>
>I can't operate any of the extensions, I get and unknown exception when I
>try to do a simple nodeset conversion of a result tree fragment. does
>anybody have any idea why?
>
>
>
><?xml version="1.0"?>
><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>                   version="1.0"
>                   xmlns:xalan="http://xml.apache.org/xalan";
>                   exclude-result-prefixes="xalan">
><xsl:template match="screen">
>  <out>
><xsl:variable name
>="rtf"><docelem><kaka>pipi</kaka></docelem></xsl:variable>
><xsl:value-of select="xalan:nodeset($rtf)/docelem/kaka"/></out>
></xsl:template>
></xsl:stylesheet>
>
>hint: the xml.apache.org site says: "It uses the
>http://xml.apache.org/xalan
>namespace to provide access to the nodeset() method in
>xml.apache.xalan.lib.Extensions." what is the
>"xml.apache.xalan.lib.Extensions". do I need to have a file by that name or
>something?
>
>Ofer.
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


-- 
======================================================================
B. Tommie Usdin                        mailto:btusdin@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com  
17 West Jefferson Street                           Phone: 301/315-9631
Suite 207                                    Direct Line: 301/315-9634
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML              
======================================================================

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread