[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: WebKit transformToDocument() failing with large XM

Subject: Re: WebKit transformToDocument() failing with large XML
From: "Dustin N. Jenkins" <Dustin.Jenkins@xxxxxxxxxxxxxx>
Date: Wed, 07 Sep 2011 09:54:43 -0700
Re:  WebKit transformToDocument() failing with large XM
That was the solution, well done.

I ended up using the XPath matching as you suggested and it worked brilliantly. It not only worked around the WebKit bug, but also improved performance dramatically.

Thanks again,
Dustin


On 09/06/2011 03:44 PM, Brandon Ibach wrote:
You don't have endless recursion, just really deep.  (As a nod to
computer science buffs, Alan Turing would tell you that it's
theoretically not reliably possible to know if you have endless
recursion or not without infinite time to try it.)  Most XSLT
processors just set a limit on recursion depth and report *potential*
endlessness.  Your file is big enough to have hit the limit.

You can seek to raise the limit (xsltproc provides the --maxdepth
option for this purpose) or, better, rewrite your stylesheet to not
use recursion for that particular task.  It looks like you're just
filtering and formatting a list of items.  Consider using XPath to do
the filtering, rather than an XSLT choose/when, and output the
delimiter based on the position() of each node in the resulting
filtered list.

-Brandon :)


On Tue, Sep 6, 2011 at 6:07 PM, Dustin N. Jenkins <Dustin.Jenkins@xxxxxxxxxxxxxx> wrote:
I have a bug with WebKit ( https://bugs.webkit.org/show_bug.cgi?id=67310)
for large XML documents (>  3MB) that are being run through one XSL file.

With both Safari 5.1, and Google Chrome 13.0.782.220 this happens.

If I run the XSL file using xsltproc, I get this error, but it still
produces something:

runtime error: file filter.xsl line 134 element param
xsltApplyXSLTTemplate: A potential infinite template recursion was detected.

I'm not sure where the endless recursion would come from. o?=I've posted my
XSL file, which is called filter.xsl:

<code>
...
</code>

The XML source file might be a bit large to post here, but it's attached to
the bug report from above.

Anyone else experience this?


--



Dustin N. Jenkins | Tel/TC)l: 250.363.3101 | Dustin.Jenkins@xxxxxxxxxxxxxx


facsimile/tC)lC)copieur: (250) 363-0045

National Research Council Canada | 5071 West Saanich Rd, Victoria BC. V9E 2E7

Conseil national de recherches Canada | 5071, ch. West Saanich, Victoria (C.-B) V9E 2E7

Government of Canada | Gouvernement du Canada

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.