Thanks Elvis!
> > > It also seems the format allows contexts within contexts, so if you > need the name of all ancestor contexts to the message in your output > (as opposed to just the immediate parent context), you would need to > loop over all context elements along the ancestor axis using something > like (untested): > > <xsl:for-each select="ancestor::context"> > <xsl:value-of select="name"/> > </xsl:for-each> > > Elvis > _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
