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

Subject: Re: [xsl] <xsl:output indent="yes"/>
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 6 Oct 2008 11:48:07 +0100
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