Re: [xsl] Measure the length of an XML document in bytes

Subject: Re: [xsl] Measure the length of an XML document in bytes
From: Elliotte Rusty Harold <elharo@xxxxxxxxxxxxxxx>
Date: Thu, 04 Aug 2005 08:40:40 -0400
Khorasani, Houman wrote:
How can I measure the length of a whole XML document in bytes in XSLT
1.0?

It's not possible. XSLT does not operate on the original byte stream, only on a data model formed from the document. The number of bytes originally used is not available and not uniquely computable (In fact, there are an infinite number of answers.)



-- o;?Elliotte Rusty Harold elharo@xxxxxxxxxxxxxxx XML in a Nutshell 3rd Edition Just Published! http://www.cafeconleche.org/books/xian3/ http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim

Current Thread