Export kable_xml functions.
diff --git a/man/kable_as_xml.Rd b/man/kable_as_xml.Rd
new file mode 100644
index 0000000..bd771f7
--- /dev/null
+++ b/man/kable_as_xml.Rd
@@ -0,0 +1,14 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/kable_xml.R
+\name{kable_as_xml}
+\alias{kable_as_xml}
+\title{Read HTML kable as XML}
+\usage{
+kable_as_xml(x)
+}
+\arguments{
+\item{x}{kable or kableExtra object}
+}
+\description{
+This function will read kable as a xml file
+}