|
From: | Jason Green |
Subject: | Re: liquid repeat |
Date: | Sat, 8 Oct 2005 18:03:56 -0400 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |