Jump to content

xmlLoadFile("meta.xml", true) - does not work


Gaimo

Recommended Posts

Posted

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?

 

Posted (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 by SpecT
  • Thanks 1

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...