I've searched the web for an answer and the results are just more confusing. I'm entirely new to xsl stylesheets and haven't got a clue. I've seen that the tag names can be manipulated, but I haven't seen any examples that actually rename the tags themselves. Is that possible? For example, what I'd like to do is output xml that is actually rss friendly, but the default tag names don't allow for that. If there were some way to rename the tags it would work, and it seemed like that might be possible through an xslt stylesheet. Anyone know how to do that? Or is that impossible?
Thanks,
Rick
Addition:
I created an xsl stylesheet and applied it to the reports module using the proper visualizer. I get an empty module with no data, no errors reported, and the same basically empty feed. Does that mean this just does not work in this module or is there something wrong with the stylesheet? This is the first real stylesheet I've written and really don't know if it's properly done or not:
Well, the actual code got modified when pasting the text. the "xsl:value-of selection="." are actually self closing tags, not the way they are here... can't seem to paste it without having it reformatted...