Under tools-> export site we can export the entire site to an XML.
I am trying to automate this process via some external call e.g REST or XML-RPC.
//Pseudo Code
// XML xmlResponse= wordpressAPI(parameter1,parameter2,parameter3);
Then use xmlResponse for further processing.
I saw few API that can give xml response for sectons like posts , comments but not the entire XML.
Does word press has that provision ?