[xsl] Namespace resolution

Subject: [xsl] Namespace resolution
From: philip.mathew@xxxxxxxxx
Date: Tue, 20 Jan 2004 18:39:33 +0530
Can someone explain / point to resources that explain how a xsl namespace
is resolved and accessed by the Transformer when using a Custom component
for Business Logic /data .  Not ADO .

for eg :

<xsl:stylesheet version="1.0" xmlns:xsl="
http://www.w3.org/1999/XSL/Transform";
                  xmlns:IBusinessFunctions="urn:IBusinessFunctions" >

...
...
     <xsl:element  name="someElement">
          <xsl:value-of select="IBusinessFunctions:TestFunction1()"/>
     </xsl:element>
...
....
</xsl:stylesheet>

The deepest technical detail will be greatly appreciated.

thanks





*****************************************************************
The addressee's email address has changed to
firstname.lastname@ sgcib.com. You may want to update your
personal address book. Please see http://www.sgcib.com for more
information.

This message and any attachments (the "message") are confidential
and intended solely for the addressee(s). Any unauthorised use or
dissemination is prohibited.E-mails are susceptible to alteration.
Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates
shall be liable for the message if altered, changed or falsified.
*****************************************************************


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


Current Thread