On 14 Jul 2004, at 13:43, Chris Strom wrote:
I recently needed to set XML::LibXSLT->max_depth() to something other
than
the default (250). The only workable solution that I came up with was
to
set it in a startup.pl script:
use XML::LibXSLT;
XML::LibXSLT->max_depth(5000);
The unfortunate side-effect is that the setting is server-wide. Since
max_depth is one of those options that are "probably not thread or even
fork safe", I don't think that it could be added as an AxKit option
(e.g.
AxMaxDepth). So, I'm stuck with the above solution unless anyone has
any
other ideas.
I think you're stuck. It's not really going to break anything though.
Matt.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]