RE: [xsl] <xsl:output indent="yes"/>

Subject: RE: [xsl] <xsl:output indent="yes"/>
From: "Bradley, Peter" <pbradley@xxxxxxxxxx>
Date: Mon, 6 Oct 2008 13:12:08 +0100
>care to share how much memory that is?

Yes.  Sorry.  I wasn't meaning to be secretive.  We set the
oxygen.vmoptions file as follows:

-Xmx1450m
-Dcom.oxygenxml.language=English

Setting it to 1500 crashed oXygen on startup.

If there's another (better) way of setting the memory allocation, we'd
be glad to hear of it.  This was the only one we found.

>So you are saying opening the file takes ages, followed by clicking
>"indent" taking even longer or crashing oXygen ?  If so, you should
>raise it on the oXygen list.

Yes.  I may well do that.

>In the mean time, just run it through an identity transform using
>Saxon from the command line - a simple stylesheet containing:
>
><xsl:ouput indent="yes"/>
><xsl:copy-of select="."/>
>
>...is enough.

Thanks.  That's a good idea.

Cheers



Peter


-----Original Message-----
From: Andrew Welch [mailto:andrew.j.welch@xxxxxxxxx]
Sent: 06 October 2008 12:53
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] <xsl:output indent="yes"/>

2008/10/6 Bradley, Peter <pbradley@xxxxxxxxxx>:
> Thanks, Andrew, but we've given oXygen the maximum amount of memory it
> will allow us to allocate (in its config file).  It still takes an
> enormous length of time to load the file.

care to share how much memory that is?

> The large file viewer doesn't help because it simply retrieves one,
> single, unformatted long line.

So you are saying opening the file takes ages, followed by clicking
"indent" taking even longer or crashing oXygen ?  If so, you should
raise it on the oXygen list.

In the mean time, just run it through an identity transform using
Saxon from the command line - a simple stylesheet containing:

<xsl:ouput indent="yes"/>
<xsl:copy-of select="."/>

...is enough.


--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread