El mar, 14-03-2006 a las 19:05 +0800, Gav.... escribió:
> In pattern2link it says:-
>
> <!--HEADSUP: thorsten changed this because we get working inline css and
> for static reading it should not differ( one " ;" added).
> was:
> <a href="{lex:group[3]}"><xsl:value-of select="lex:group[1]"/></a
> -->
jeje, nice investigation gav. ;)
svn blame pattern2link.xsl
331572 thorsten <!--HEADSUP: thorsten changed this because we get
working inline css and for static reading it should not differ( one " ;"
added).
331572 thorsten was:
331572 thorsten <a href="{lex:group[3]}"><xsl:value-of
select="lex:group[1]"/></a>
331572 thorsten -->
331572 thorsten <xsl:value-of select="lex:group[1]"/>;<a
href="{lex:group[3]}"><xsl:text> </xsl:text></a>
svn diff -r331572:232890 pattern2link.xsl
Index: pattern2link.xsl
===================================================================
--- pattern2link.xsl (revisión: 331572)
+++ pattern2link.xsl (revisión: 232890)
@@ -34,11 +34,7 @@
</xsl:template>
<xsl:template match="lex:lexeme[@symbol='cssurl']">
- <!--HEADSUP: thorsten changed this because we get working inline css
and for static reading it should not differ( one " ;" added).
- was:
- <a href="{lex:group[3]}"><xsl:value-of select="lex:group[1]"/></a>
- -->
- <xsl:value-of select="lex:group[1]"/>;<a
href="{lex:group[3]}"><xsl:text> </xsl:text></a>
+ <a href="{lex:group[3]}"><xsl:value-of select="lex:group[1]"/></a>
</xsl:template>
Yeah, we should try to revert it and see what it gives. ;)
Paul, can you try?
salu2
--
Thorsten Scherler
COO Spain
Wyona Inc. - Open Source Content Management - Apache Lenya
http://www.wyona.com http://lenya.apache.org
thorsten.scherler@wyona.com thorsten@apache.org
|