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

Subject: RE: [xsl] <xsl:output indent="yes"/>
From: "Bradley, Peter" <pbradley@xxxxxxxxxx>
Date: Mon, 6 Oct 2008 11:56:40 +0100
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.

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

Cheers


Peter

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

2008/10/6 Bradley, Peter <pbradley@xxxxxxxxxx>:
> The transformation I'm working on produces a very large file (50Mb).
> Loading this up into an XML editor (we use <oXygen/>) is a lengthy
> process and rather error-prone because the editor sometimes makes some
> bad decisions about where to put what I guess must be hard line
breaks:
> meaning that it sometimes cannot even format and indent the result.

1) give oXygen more memory (remember Java programs will only use the
memory you give them, and the defaults are low)

and/or

2) use the "large file viewer"

If it's taking a while to format the XML, it's very likely that it
just needs more memory.


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

Current Thread