XSLT question - TechRepublic
General discussion
March 27, 2003 at 12:47 AM
bay_area

XSLT question

by bay_area . Updated 23 years, 2 months ago

I have an existing xslt document which has a xsl:when statement followed by an xsl:otherwise statement. Within the otherwise statement, it calls a few templates that build tables. What I want to do is tell it to create 2 tables with an optional image. I know I can do this by saying insert 2 tables or insert 2 tables and an image, but is there some way I can consolidate this and say insert 2 tables and an optional image?

This discussion is locked

All Comments