CTCCoco Posted February 24, 2010 Share Posted February 24, 2010 I try xmlCreateFile("creado.xml", "newroot") and xmlCreateFile(":RLC/creado.xml", "newroot") but the server don't create anything. I don't receive a error and anything. Please help me. Thanks. Link to comment
Jumba' Posted February 24, 2010 Share Posted February 24, 2010 I try xmlCreateFile("creado.xml", "newroot")and xmlCreateFile(":RLC/creado.xml", "newroot") but the server don't create anything. I don't receive a error and anything. Please help me. Thanks. use xmlSaveFile afterwards.. It is created, but it's not written to the disk yet, it's created in the server memory. Link to comment
CTCCoco Posted February 24, 2010 Author Share Posted February 24, 2010 I try xmlCreateFile("creado.xml", "newroot")and xmlCreateFile(":RLC/creado.xml", "newroot") but the server don't create anything. I don't receive a error and anything. Please help me. Thanks. use xmlSaveFile afterwards.. It is created, but it's not written to the disk yet, it's created in the server memory. It works. Thanks. 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