EVOLUTION-MANAGER
Edit File: removeXMLNamespaces.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Remove namespace definitions from a XML node or document</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for removeXMLNamespaces {XML}"><tr><td>removeXMLNamespaces {XML}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Remove namespace definitions from a XML node or document</h2> <h3>Description</h3> <p>This function and its methods allow one to remove one or more XML namespace definitions on XML nodes within a document. </p> <h3>Usage</h3> <pre> removeXMLNamespaces(node, ..., all = FALSE, .els = unlist(list(...))) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>node</code></td> <td> <p>an XMLInternalNode or XMLInternalDocument object</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>the names of the namespaces to remove or an XMLNamespaceRef object returned via <code><a href="getNodeSet.html">getNodeSet</a></code> or <code><a href="getNodeSet.html">xpathApply</a></code>.</p> </td></tr> <tr valign="top"><td><code>all</code></td> <td> <p>a logical value indicating whether to remove all the namespace definitions on a node.</p> </td></tr> <tr valign="top"><td><code>.els</code></td> <td> <p>a list which is sometimes a convenient way to specify the namespaces to remove.</p> </td></tr> </table> <h3>Value</h3> <p>This function is used for its side-effects and changing the internal node.</p> <h3>Author(s)</h3> <p>Duncan Temple Lang </p> <h3>See Also</h3> <p><code><a href="newXMLNamespace.html">newXMLNamespace</a></code> </p> <hr /><div style="text-align: center;">[Package <em>XML</em> version 3.99-0.3 <a href="00Index.html">Index</a>]</div> </body></html>