function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
wpatterswpatters 

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!