You need to sign in to do that
Don't have an account?

Edit XML files within salesforce?
Hello everyone. I was wondering if it was possible to edit xml files within salesforce using visualforce, javascript, triggers, or anything? I'm using a javascript s-control and I need to pull the values from salesforce objects into an xml file to get it to work properly. I have tried creating a visualforce page with the type set to "text/xml" with test data, and for some reason this is not working at all. It works if I upload the test .xml file as an attachment on the object, but I cannot figure out how to modify the file dynamically. Any help would be appreciated, thanks!