I want to take some data, update/create an xml file with it in node. Then I want to save it to a public directory.
How would I do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are currently 13 XML modules for Node.js listed at the modules directory. Surely one of those is sufficient to your needs. Some are SAX, some are DOM, some are both; some are just parsers, others have generation capability; some are synchronous and others asynchronous. Something there has to work for you, if only
libxmljs‘s full capabilities.