From ffd7ec7dd6b5943903579a578831727bf3942ef0 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Tue, 20 Aug 2024 11:04:20 +0100 Subject: [PATCH] Extend expression size for check_reqattr Xalan does not limit the size of XPath expression used for templates, but by default the JDK does have a limit. This can be overridden explicity. Note that the override is not compatible with Xalan. --- mdx/validation-beans.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mdx/validation-beans.xml b/mdx/validation-beans.xml index 248e0ff..f1f4027 100644 --- a/mdx/validation-beans.xml +++ b/mdx/validation-beans.xml @@ -701,7 +701,13 @@ check_reqattr --> + p:XSLResource="classpath:_rules/check_reqattr.xsl"> + + + + + +