nodesToList: Coerce XML Nodes into a list with both attributes and values

View source: R/utils.R

nodesToListR Documentation

Coerce XML Nodes into a list with both attributes and values

Description

Essentially a recursive call to xmlToList.

Usage

nodesToList(nodes)

Arguments

nodes

A collection of XML nodes. Should be the output from docsToNodes.

Value

A nested list with a structure that resembles the XML structure


XML2R documentation built on June 22, 2024, 9:26 a.m.