``` r xml_new_document() %>% xml_add_child('style', type='text/css', '![CDATA[<d></d>]]') ``` will leave out the CDATA. This functionality would be useful for css and other things that we may be sticking in xml.