This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]