Subject: RE: dynamic grouping of tabular data; one or two transformations?
From: Dan Diebolt <dandiebolt@xxxxxxxxx>
Date: Sat, 24 Nov 2001 21:30:34 -0800 (PST)
|
>I'm flying a bit blind here but I think it is a problem with this bit ...
But your radar is working. It sure is a different game outputing a
stylesheet rather than outputing html. It has been a while since I
did anything like this but the essential things is that you need
something like this:
<xsl:namespace-alias stylesheet-prefix="out" result-prefix="xsl"/>
and you output your xsl elements to the stylesheet using the alias
prefix:
<out:stylesheet version="1.0"/>
...
</out:stylesheet>
__________________________________________________
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
|