RE: [xsl] call-template from href NO SERVER INVOLVED ???

Subject: RE: [xsl] call-template from href NO SERVER INVOLVED ???
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Tue, 18 Nov 2003 00:17:04 +0100
> -----Original Message-----
> From: Patricia LaRue
>
> I need to link to the second template to display the
> worksheet and my href doesn't appear to be working.
>

That would be because you are trying to set it to an HTML node instead of a
URI for the file (or part of the file) it is supposed to link to.

Everytime the 'worksheetdata' template gets called, a full html doc gets
constructed and added as a value to the href attribute... which would of
course be illegal.


Greetz,

Andreas


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


Current Thread