diff --git a/template/types/serialization/xml/unserialize/body_parse_node_typed.php b/template/types/serialization/xml/unserialize/body_parse_node_typed.php index 7eab8751..b6534ab4 100644 --- a/template/types/serialization/xml/unserialize/body_parse_node_typed.php +++ b/template/types/serialization/xml/unserialize/body_parse_node_typed.php @@ -40,13 +40,13 @@ ] ), - TypeKind::PHPFHIR_XHTML => require_with( - __DIR__ . DIRECTORY_SEPARATOR . 'body_parse_node_typed_xhtml.php', - $requireArgs + [ - 'property' => $property, - 'i' => $i, - ] - ), +// TypeKind::PHPFHIR_XHTML => require_with( +// __DIR__ . DIRECTORY_SEPARATOR . 'body_parse_node_typed_xhtml.php', +// $requireArgs + [ +// 'property' => $property, +// 'i' => $i, +// ] +// ), default => require_with( __DIR__ . DIRECTORY_SEPARATOR . 'body_parse_node_typed_default.php', diff --git a/template/types/serialization/xml/unserialize/body_parse_node_typed_xhtml.php b/template/types/serialization/xml/unserialize/body_parse_node_typed_xhtml.php deleted file mode 100644 index 216a00f2..00000000 --- a/template/types/serialization/xml/unserialize/body_parse_node_typed_xhtml.php +++ /dev/null @@ -1,29 +0,0 @@ -getValueFHIRType(); -$propTypeClassname = $property->getMemberOf()->getImports()->getImportByType($propType); -$propConst = $property->getFieldConstantName(); -$setter = $property->getSetterName(); - -ob_start(); ?> - -