xsl-list
[Top] [All Lists]

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

2008-10-06 07:53:02
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>
--~--