xsl-list
[Top] [All Lists]

Re: [xsl] Transforming xml to tex

2008-07-16 13:36:26
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 ;)


--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>