Niels Dossche
30885f3b5f
Implement request #71571 : XSLT processor should provide option to change maxDepth ( #13731 )
...
There are two depth limiting parameters for XSLT templates.
1) maxTemplateDepth
This corresponds to the recursion depth of a template. For very
complicated templates this can be hit.
2) maxTemplateVars
This is the total number of live variables. When using recursive
templates with lots of parameters you can hit this limit.
This patch introduces two new properties to XSLTProcessor that
corresponds to the above variables.
2024-03-31 21:21:23 +02:00
..
2024-02-18 11:39:00 +01:00
2024-03-13 23:32:35 +01:00
2024-03-27 09:06:07 +01:00
2024-03-08 22:19:06 +01:00
2024-02-18 11:39:00 +01:00
2024-03-19 22:36:33 +00:00
2024-03-18 16:38:30 +00:00
2024-02-18 11:39:00 +01:00
2024-02-25 08:41:31 +01:00
2024-03-31 21:21:23 +02:00
2024-03-13 09:30:33 +01:00
2024-02-18 11:39:00 +01:00
2024-03-01 19:31:55 +01:00
2024-03-30 15:16:06 +01:00
2024-02-18 11:39:00 +01:00
2024-03-23 19:32:44 +01:00
2024-03-18 11:59:34 +01:00
2024-03-13 20:33:47 +00:00
2024-03-18 16:08:23 +01:00
2024-03-09 20:02:50 +01:00
2024-03-18 06:53:39 +00:00
2024-03-16 07:26:37 +01:00
2024-02-25 08:41:31 +01:00
2024-02-25 08:41:31 +01:00
2024-03-31 21:21:23 +02:00
2024-03-20 17:25:19 +01:00
2024-03-16 07:26:37 +01:00
2024-03-31 16:16:49 +02:00
2024-03-01 20:40:16 +01:00
2024-03-29 20:16:09 +01:00
2024-03-30 18:37:51 +00:00
2024-02-25 08:41:31 +01:00
2024-03-10 13:15:15 +01:00
2024-03-31 16:16:17 +02:00
2024-02-18 11:39:00 +01:00
2024-02-18 11:39:00 +01:00
2024-03-15 20:33:59 +01:00
2024-02-18 11:39:00 +01:00
2024-03-18 23:07:41 +00:00
2024-03-17 22:27:09 +01:00
2024-03-01 20:40:16 +01:00
2024-03-31 16:56:27 +02:00
2024-03-15 21:18:05 +01:00
2024-03-20 09:41:01 +01:00
2024-02-18 11:39:00 +01:00
2024-03-13 23:32:35 +01:00
2024-03-24 20:20:42 +01:00
2024-02-25 08:41:31 +01:00
2024-03-09 16:56:00 +01:00
2024-02-18 11:39:00 +01:00
2024-02-25 08:41:31 +01:00
2024-02-18 18:01:12 +01:00
2024-03-31 17:01:27 +01:00
2024-02-25 08:41:31 +01:00
2024-03-17 23:08:58 +00:00
2024-03-16 07:26:37 +01:00
2024-03-29 16:09:48 +00:00
2024-02-18 11:39:00 +01:00
2024-02-22 15:48:12 +01:00
2024-02-18 11:39:00 +01:00
2024-02-25 08:41:31 +01:00
2024-02-18 11:39:00 +01:00
2024-02-27 21:49:47 +01:00
2024-03-16 07:26:37 +01:00
2024-02-25 08:41:31 +01:00
2024-03-31 21:21:23 +02:00
2024-03-18 22:06:17 +01:00
2024-02-25 08:41:31 +01:00
2024-03-05 10:13:57 +01:00