Re: [xsl] Number of characters in document

Subject: Re: [xsl] Number of characters in document
From: Mike Brown <mike@xxxxxxxx>
Date: Sun, 17 Dec 2000 13:04:26 -0700 (MST)
Mike Brown wrote:
> But where there's a will, there's a way. *If* you know the name of
> the file and you don't mind hard-coding it in your stylesheet, you can
> make the file be a general entity which you can refer to in a variable
> assignment, and then you take the string-length() of the variable.

I should add that this approach will still be subject to error. Character
references and entity references in the file will be expanded before XSLT
processing begins. Also, whitespace-only text nodes will not be counted
because such nodes are stripped from the stylesheet before processing
begins.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at            My XML/XSL resources: 
webb.net in Denver, Colorado, USA              http://skew.org/xml/


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


Current Thread