Skip to content

Commit

Permalink
MAT-7327 QDM: Increase the number of SDEs and RAVs supported
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Jul 11, 2024
1 parent 84549d8 commit 32688e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/gov/cms/madie/hqmf/XMLUtility.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public String getXMLResource(String name) {
}

public TransformerFactory buildTransformerFactory() {
System.setProperty("jdk.xml.xpathExprOpLimit", "400");
TransformerFactory transformerFactory = SAXTransformerFactory.newInstance();

try {
Expand Down

0 comments on commit 32688e9

Please sign in to comment.