Re: [xsl] debugging source line numbers

Subject: Re: [xsl] debugging source line numbers
From: S Woodside <sbwoodside@xxxxxxxxx>
Date: Wed, 22 Jan 2003 01:07:39 -0500
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



Current Thread