Fist Posted March 14, 2017 Share Posted March 14, 2017 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
Fist Posted March 14, 2017 Author Share Posted March 14, 2017 nvm, it was working fine. It just created file in client's pc. All works now! Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now