I'm new to eXist db.I can able to retrieve an xml file from db but how can i store my own XML file into a collection(collection name:test) using AJAX javaScript?
My Sample XML file looks like this
<?xml version='1.0' encoding='utf-8'?>
<Configuration>
<IP>120.6.45.35</IP>
<Communitystring>public</Communitystring>
<Template>generic</Template>
</Configuration>
Please anyone help me?
Please answer my question.
Thanks in advance.