I'm away from my dev machine, but I'll give it a shot in the morning. Thanks in advance!

On 10/8/05, Carsten Milkau < [EMAIL PROTECTED]> wrote:
Carsten Milkau schrieb:
> What do you think about this patch (see attachment)?

Forgot the traps, sorry :) Here they are. Btw, I think you should try
not to copy whitespace in the result tree, as it spoils all the fancy
indenting ;) just replace

<xsl:apply-templates/>

which actually means

<xsl:apply-templates select="*|text()"/>

by

<xsl:apply-templates select="*"/>

when only tags are to be there.

Carsten


_______________________________________________
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pingus-devel




_______________________________________________
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pingus-devel

Reply via email to