rdfp (version 0.1.4)

build_xml_from_list: Build XML Request Body

Description

Parse data into XML format

Usage

build_xml_from_list(list, root_name = NULL, root = NULL,
  version = getOption("rdfp.version"))

Arguments

list

a list of data to fill the XML body

root_name

a character string to be put in the topmost level of the created XML hierarchy

root

a XML node to be placed as root in the returned XML document

version

a character string indicating the version of the DFP API that is to be used in the SOAP request

Value

a XML document