Fix issue with dom-6 and contained elements

This commit is contained in:
Grahame Grieve 2023-09-20 11:11:05 +10:00
parent c8c65530f2
commit 91abf50cdc
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ public class FHIRPathExpressionFixer {
if ("txt-2".equals(key)) {
return "htmlChecks2()";
}
if ("dom-6".equals(key)) {
return "(%rootResource != $this) or text.`div`.exists()";
}
if ("generated='generated' implies source.empty()".equals(expr)) {
return "generation='generated' implies source.empty()";
}