Re: basic xslt question

"Igor Tandetnik" <[email protected]> Fri, 3 Oct 2008 17:36:22 -0400
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Message-ID <[email protected]>
[email protected] wrote:
> What is the best way to write xslt to write out different <body
> class=""> elements for different conditions, say , different types of
> content pages.

I'm not sure I understand the question, but are you aware of <xsl:if> 
and <xsl:choose> constructs?

Igor Tandetnik