| as_list | Coerce xml nodes to a list. |
| html_structure | Show the structure of an html/xml document. |
| read_html | Read HTML or XML. |
| read_xml | Read HTML or XML. |
| read_xml.character | Read HTML or XML. |
| read_xml.connection | Read HTML or XML. |
| read_xml.raw | Read HTML or XML. |
| url_absolute | Convert between relative and absolute urls. |
| url_escape | Escape and unescape urls. |
| url_parse | Parse a url into its component pieces. |
| url_relative | Convert between relative and absolute urls. |
| url_unescape | Escape and unescape urls. |
| write_xml | Write XML to disk. |
| xml_attr | Retrieve an attribute. |
| xml_attrs | Retrieve an attribute. |
| xml_children | Navigate around the family tree. |
| xml_contents | Navigate around the family tree. |
| xml_find_all | Find nodes that match an xpath expression. |
| xml_find_one | Find nodes that match an xpath expression. |
| xml_has_attr | Retrieve an attribute. |
| xml_length | Navigate around the family tree. |
| xml_name | The (tag) name of an xml element. |
| xml_ns | XML namespaces. |
| xml_ns_rename | XML namespaces. |
| xml_parent | Navigate around the family tree. |
| xml_parents | Navigate around the family tree. |
| xml_path | Retrieve the xpath to a node |
| xml_siblings | Navigate around the family tree. |
| xml_structure | Show the structure of an html/xml document. |
| xml_text | Extract the text |
| xml_type | Determine the type of a node. |
| xml_url | The URL of an XML document |