[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Measure the length of an XML document in bytes

Subject: RE: Measure the length of an XML document in bytes
From: "Khorasani, Houman" <houman_khorasani@xxxxxxxxxxxxxx>
Date: Thu, 4 Aug 2005 13:49:54 +0100
length in bytes
Hi Mukul,

Interesting idea. However I am stuck between two middlewares.  I have to
use plain XSLT's. There won't be any java involved.

Actually, I read the customers req. and it says lengths of the
characters are good enough. So I don't need to know the length in bytes.

So if I would use string-length() like this

<xsl:value-of select="string-length(*)"/>

I would get just the length of the first value.
I wish I could use it like that:

<xsl:value-of select="string-length(<xsl:copy-of select="*"/>)"/>

But this is not possible.
Any ideas how to count the length of a document character by character?

Many thanks,
Houman




-----Original Message-----
From: Mukul Gandhi [mailto:gandhi.mukul@xxxxxxxxx]
Sent: 04 August 2005 12:28
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  Measure the length of an XML document in bytes

Probably you can write an extension function in Java using
java.io.File class to get the file size. I can see a method called
public long length() in JDK docs (j2sdk1.4.2_03)..

The documentation says:
Returns:
The length, in bytes, of the file denoted by this abstract pathname,
or 0L if the file does not exist

Regards,
Mukul

On 8/4/05, Khorasani, Houman <houman_khorasani@xxxxxxxxxxxxxx> wrote:
> How can I measure the length of a whole XML document in bytes in XSLT
> 1.0?
>
> Many thanks,
> Houman

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.