RE: [xsl] dynamic grouping of tabular data; one or two transformations?

Subject: RE: [xsl] dynamic grouping of tabular data; one or two transformations?
From: Dan Diebolt <dandiebolt@xxxxxxxxx>
Date: Sat, 24 Nov 2001 16:58:15 -0800 (PST)
>Q2) I am getting default namespaces raining down on all of my elements:
>
>    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>
>    When the code to generate the keys has no such references to such
>    an attribute:

I'm still having problems but I think I need some type of combination
of xsl:namespace-alias and xsl:exclude-result-prefixes in my XSLT:

<xsl:namespace-alias stylesheet-prefix="xslt" result-prefix="xsl"/>
<xsl:element name="xsl:key" xsl:exclude-result-prefixes="xsl">

If this jogs anyone's memory, I would appreciate help as this is a bit
complicated and infrequently used.

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

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


Current Thread