Skip to content

Commit be98b42

Browse files
David Waltermireaj-stein-nist
authored andcommitted
Removed default-mode to avoid apply-template loop when the stylesheet is applied to a document. (#1804)
1 parent 7f5bf80 commit be98b42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/util/resolver-pipeline/oscal-profile-test-helper.xsl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
xmlns:opr="http://csrc.nist.gov/ns/oscal/profile-resolution"
44
xmlns:xs="http://www.w3.org/2001/XMLSchema"
55
exclude-result-prefixes="#all"
6-
xpath-default-namespace="http://csrc.nist.gov/ns/oscal/1.0"
7-
default-mode="scrubbing">
6+
xpath-default-namespace="http://csrc.nist.gov/ns/oscal/1.0">
87

98
<!--
109

0 commit comments

Comments
 (0)