Jürgen Ragaller wrote:
Hi
I'm about to fix the ie6 quirksmode layout glitches using a separate
stylesheet (inserted using conditional comments).
When I insert a comment in menu2xslt.xsl it is eaten up (by the xslt
processor?).
I tried both <!-- test --> and <xsl:comment>test</xsl:comment>.
Any pointers how to solve this problem are wellcome.
Jürgen
check that the identity transform in the relevant xslt checks for
"node()|@*" rather than "*|text()|@*". iirc node() includes comment
nodes. if not, just add |comment().
hth,
jörn
--
Jörn Nettingsmeier
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]