Jump to content

xml file creation doesn't work on client side


Fist

Recommended Posts

hello!

i tried many times creating xml file and loading it on client side but it doesn't work only for server side.

local xml = xmlLoadFile("test.xml");
if not xml then
  xml = xmlCreateFile("test.xml","test");
  xmlNodeSetAttribute(xml,"1",1);
  xmlNodeSetAttribute(xml,"2",2);
  xmlSaveFile(xml);
end

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...