diff --git a/product_docs/docs/epas/17/reference/oracle_compatibility_reference/epas_compat_bip_guide/03_built-in_packages/18_dbms_xmldom/getnodevalue.mdx b/product_docs/docs/epas/17/reference/oracle_compatibility_reference/epas_compat_bip_guide/03_built-in_packages/18_dbms_xmldom/getnodevalue.mdx index 323d2d80f06..c59753fa6a3 100644 --- a/product_docs/docs/epas/17/reference/oracle_compatibility_reference/epas_compat_bip_guide/03_built-in_packages/18_dbms_xmldom/getnodevalue.mdx +++ b/product_docs/docs/epas/17/reference/oracle_compatibility_reference/epas_compat_bip_guide/03_built-in_packages/18_dbms_xmldom/getnodevalue.mdx @@ -2,7 +2,7 @@ title: "GETNODEVALUE" --- -The `GETNODEVALUE` function provides the value of the node for `DOMText`-type nodes or displays NULL for other node types. +The `GETNODEVALUE` function provides the value of the node. ``` GETNODEVALUE(n DOMNode) RETURN VARCHAR2