On Thu, 2005-07-28 at 12:17 +0200, HANAX wrote: > ok, thanx, the text was the problem...
:) nice to hear. > By the way what that "IMHO" stands for? IMO - In My Opinion http://www.acronymfinder.com/af-query.asp?String=exact&Find=Find&Acronym=IMO IMHO - In My Humble Opinion http://www.acronymfinder.com/af-query.asp?String=exact&Find=Find&Acronym=IMHO BTW the site is really awesome site to find acronyms. HTH -> look it up ;-) lol salu2 = saludos (spanish) = greetings thorsten > ______________________________________________________________________ > PÔVODNÁ SPRÁVA > Od: "Thorsten Scherler" <[EMAIL PROTECTED]> > Pre: [email protected] > Predmet: RE: Debugging transformations in Forrest (was Re: problem) > Dátum/Čas: 28. 7. 2005 11:35:37 > > > On Thu, 2005-07-28 at 10:17 +0200, HANAX wrote: > > > ok, this one solved, I found that one line I changed in .xsl causes it, > > > but i don't understand why. > > > > > > I had > > > > > > <xsl:template match="title"> > > > <xsl:text>Section <xsl:value-of select="position()"/>: </xsl:text> > > > <xsl:value-of select="."/> > > > <vxml:break/> > > > </xsl:template> > > > > > > and it gaves me that "plaintext" vesion I mentioned. > > > When I comment 2nd line, it works but I want to have numbering... > > > > > > <xsl:template match="title"> > > > <!-- <xsl:text>Section <xsl:value-of select="position()"/>: > > > </xsl:text> --> > > > <xsl:value-of select="."/> > > > <vxml:break/> > > > </xsl:template> > > > > > > What's wrong with position()? > > > > Nothing, but <xsl:text>Section <xsl:value-of select="position()"/>: > > </xsl:text> is causing IMO an error. > > > > Try > > Section <xsl:value-of select="position()"/>: > > without <xsl:text/> > > > > HTH > > > > salu2 > > -- > > thorsten > > > > "Together we stand, divided we fall!" > > Hey you (Pink Floyd) > > > -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd)
