/ Published in: C#
                    
                                        example is .xml to be saved under folder "data"
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 string bookResult = "xxx"; string FileName = "data/" + isbn + ".xml"; System.IO.File.WriteAllText(FileName, bookResult);
Comments
                    Subscribe to comments
                
                