pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: liquid repeat


From: Jason Green
Subject: Re: liquid repeat
Date: Sat, 8 Oct 2005 18:03:56 -0400

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 < address@hidden> 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
address@hidden
http://lists.nongnu.org/mailman/listinfo/pingus-devel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]