Re: xsl:comment problem
Thomas Comiotto <[email protected]> Thu, 29 Mar 2007 21:48:51 +0200
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Message-ID | <[email protected]> |
Hi Jonas, >> >> I think I'll file a bug. > > There might very well be a bug here as I don't fully understand what > you're doing. I would however recommend that you check what the DOM > looks like using the DOM Inspector, that might give you some insight > into what is happening. I am serializing the resulting document right after the transform and the serialized doc lacks processed xsl instructions that are descendants of xsl:comment. So,... The xslt processor does not process xsl instructions that are descendants of xsl:comment nodes AFAICS. Whether the result fragment consists of text nodes or not. I guess that's what happening:) Bests regards, Thomas