Gaimo 12 Posted January 14 Share Posted January 14 I have a problem, I can't read the xml file. local xml = xmlLoadFile("meta.xml", true) -- return false How can I read the meta.xml file? Link to post
SpecT 56 Posted January 15 Share Posted January 15 (edited) You can't read meta.xml in client side and I think that this probably is your mistake. To read the meta.xml file you need to do that in the server side and if needed send the data to the client. Edited January 15 by SpecT 1 Link to post
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