[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Transforming xml to tex


Subject: Re: [xsl] Transforming xml to tex
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 16 Jul 2008 22:35:44 +0200

Ryan Graham wrote:
substring(normalize-space(following-sibling::node()[1][self::text()]),
1, 1)

Thanks, Ryan, this pinpoints a flaw in my attempt to answer the OP's request: I test for any text sibling. Your code tests for the first sibling being a text-node or not.


Michael, if you are about to use my code, don't forget to change my following-sibling part with Ryan's one ;)


Current Thread