Blame | Last modification | View Log | Download | RSS feed
\name{removeXMLNamespaces}%\Rdversion{1.1}\alias{removeXMLNamespaces}\alias{removeXMLNamespaces,XMLInternalNode-method}\alias{removeXMLNamespaces,XMLInternalElementNode-method}\alias{removeXMLNamespaces,XMLInternalDocument-method}\title{Remove namespace definitions from a XML node or document}\description{This function and its methods allow one to remove oneor more XML namespace definitions on XML nodes within a document.}\usage{removeXMLNamespaces(node, ..., all = FALSE, .els = unlist(list(...)))}\arguments{\item{node}{an XMLInternalNode or XMLInternalDocument object}\item{\dots}{the names of the namespaces to remove or anXMLNamespaceRef object returned via \code{\link{getNodeSet}} or \code{\link{xpathApply}}.}\item{all}{a logical value indicating whether to remove all thenamespace definitions on a node.}\item{.els}{a list which is sometimes a convenient way to specify thenamespaces to remove.}}\value{This function is used for its side-effects and changing the internal node.}\author{Duncan Temple Lang}\seealso{\code{\link{newXMLNamespace}}}%\examples{}\keyword{IO}