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?


>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


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