spss.DeleteXPathHandle Function (Python)
spss.DeleteXPathHandle(handle). Deletes the XPath dictionary DOM or output
DOM with the specified handle name. The argument is a
handle name that was defined with a previous spss.CreateXPathDictionary
function or an IBM® SPSS® Statistics OMS
command.
Example
handle = 'demo'
spss.DeleteXPathHandle(handle)