I really like the custom HTML ouptut, but the derived traits do not show up.
I tried using the same format to replace the picture (fourth column)...
(td)(ul class="traits")
(xsl:apply-templates select="traits/trait"/)
(/ul)(/td)
(/tr)(/table)
...but it didn't work (nothing new showed up).
I thought derived traits were referred to as traits, so I'm not sure why this doesn't work.
- Marc
Obviously replace all "(" and ")" with "<" and ">" respectively.
I tried using the same format to replace the picture (fourth column)...
(td)(ul class="traits")
(xsl:apply-templates select="traits/trait"/)
(/ul)(/td)
(/tr)(/table)
...but it didn't work (nothing new showed up).
I thought derived traits were referred to as traits, so I'm not sure why this doesn't work.
- Marc
Obviously replace all "(" and ")" with "<" and ">" respectively.
Last edited: