Gaimo Posted January 14, 2021 Share Posted January 14, 2021 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 comment
SpecT Posted January 15, 2021 Share Posted January 15, 2021 (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, 2021 by SpecT 1 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