xsl-list
[Top] [All Lists]

Re: debugging source line numbers

2003-01-21 23:07:39
Oddly, this gives me numbers that are still off slightly (accounting for PIs). Will it correctly count this as three lines?

                    <value>
                      standard
                    </value>

simon

On Wednesday, January 22, 2003, at 12:51  AM, Dimitre Novatchev wrote:

In case preserving of whitespace-only nodes has not been turned off and
the xml source has "a single tag with all attributs/namespace
definitions" on a single line, then the following gives the exact line
number:

count(preceding::text()[contains(., '&#xA;')]) + 1

---
www.simonwoodside.com


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



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