mark bordelon wrote:
Dave, thanks for the quick reply. This did not work.
It transformed to the following using Altova version
2007:
<?xml version="1.0" encoding="UTF-8"?><word
soundtime="preceding-sibling::sound[1]/@time"/>ja<word
soundtime="preceding-sibling::sound[1]/@time"/>ty<word
Dave forgot the { } parenthesis, which of course must be added.
A note on Altova 2007: it contains many bugs and is far from XSLT 2 REC
compliant (from my own experience). What is worse is that there is very
little information on their site about what they do and do not support
and their whitespace handling is downright awkward, causing count() and
[1] etc to return the wrong values. I soon dropped it. Saxon 8.8 is free
and has much better conformance level.
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--