Fix issue with dom-6 and contained elements
This commit is contained in:
parent
c8c65530f2
commit
91abf50cdc
|
@ -22,6 +22,9 @@ public class FHIRPathExpressionFixer {
|
||||||
if ("txt-2".equals(key)) {
|
if ("txt-2".equals(key)) {
|
||||||
return "htmlChecks2()";
|
return "htmlChecks2()";
|
||||||
}
|
}
|
||||||
|
if ("dom-6".equals(key)) {
|
||||||
|
return "(%rootResource != $this) or text.`div`.exists()";
|
||||||
|
}
|
||||||
if ("generated='generated' implies source.empty()".equals(expr)) {
|
if ("generated='generated' implies source.empty()".equals(expr)) {
|
||||||
return "generation='generated' implies source.empty()";
|
return "generation='generated' implies source.empty()";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue