You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "NOWARNING" options states it should suppress warning reports from the libxml2 parser. It does not suppress warnings about the namespace prefix on nodes.
xml2::read_xml("<w:t></w:t>", options="NOWARNING")
#> Warning in read_xml.raw(charToRaw(enc2utf8(x)), "UTF-8", ..., as_html =#> as_html, : Namespace prefix w on t is not defined [201]#> {xml_document}#> <w:t>
The text was updated successfully, but these errors were encountered:
The "NOWARNING" options states it should suppress warning reports from the libxml2 parser. It does not suppress warnings about the namespace prefix on nodes.
The use-case here is the WordProcessingML from Microsoft's Open XML SDK.
The text was updated successfully, but these errors were encountered: