xsl-list
[Top] [All Lists]

Re: debugging source line numbers

2003-01-22 22:32:32

"S Woodside" <sbwoodside(_at_)yahoo(_dot_)com> wrote in message
news:8D25048F-2E82-11D7-86C5-000393414368(_at_)yahoo(_dot_)com(_dot_)(_dot_)(_dot_)
Dimitre - it works perfectly! Too bad it's so slow though (too slow
for 
me to use). Please tell me, why should not this be equivalent?

     <xsl:value-of select="count( (preceding::text() | 
preceding::comment() |
preceding::processing-instruction())[contains(., 
'&#xA;')]) + 1"/>


Simon,

In the above XPath expression, any multiline text (or comment or
processing instruction node) will be counted only once. It will produce
the right result only for xml documents that do not have such multiline
nodes.



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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