|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Searching the last element
Hi all, I got stuck with a problem, searching the last element in a document. The simpliefied structure of the XML-Tree looks like this: <text> <p>First paragraph.</p> <p>Next paragraph.</p> <p>Last paragraph.</p> </text> I tried the followoing to add a star "*" at the end of the text from the last p-element: <xsl:template match="p"> <p><xsl:apply-templates/> <xsl:if test="/text/p[position()=last()]"> <xsl:text> *</xsl:text> </xsl:if> </p> </xsl:template> But I get -- surprise, surprise -- a star beyond every paragraph. Can anybody point me in the right direction? Regards, Andreas XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








