[Interest] ts file format / export

Jason H jhihn at gmx.com
Thu Mar 31 21:07:46 CEST 2016


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
>



More information about the Interest mailing list