Commit fdaaea2
Disable XML entity expansion limit in saxon.sh
DTBook files reference DTD character entities extensively; JDK 11+
defaults to a limit of 2500 expansions which real documents exceed.
Setting jdk.xml.entityExpansionLimit=0 removes the limit. This is
safe as we process trusted internal documents only.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d4f82b5 commit fdaaea2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
0 commit comments