xsl-list
[Top] [All Lists]

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

2008-10-06 08:13:00
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(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com] 
Sent: 06 October 2008 12:53
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] <xsl:output indent="yes"/>

2008/10/6 Bradley, Peter <pbradley(_at_)uwic(_dot_)ac(_dot_)uk>:
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--