{"id":82,"date":"2019-09-15T06:47:45","date_gmt":"2019-09-15T06:47:45","guid":{"rendered":"http:\/\/sumitjangid.com\/?p=82"},"modified":"2019-09-15T06:47:45","modified_gmt":"2019-09-15T06:47:45","slug":"creating-xml-files","status":"publish","type":"post","link":"http:\/\/sumitjangid.com\/index.php\/2019\/09\/15\/creating-xml-files\/","title":{"rendered":"Creating XML files"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>XElement[] xes = new XElement[10];\n\nvar xel = new XElement(\"Roots\",\n                            from files in model.files\n                            select new XElement(\"RootFiles\",\n                            new XElement(\"File\", new XAttribute(\"path\", \"~\/UploadedFiles\/\"), new XAttribute(\"file\", files.FileName)\n                            )));   \/\/creating the xml file with file name and path data in it<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[3,5,4,2],"tags":[],"_links":{"self":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts\/82"}],"collection":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/comments?post=82"}],"version-history":[{"count":1,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts\/82\/revisions"}],"predecessor-version":[{"id":83,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/posts\/82\/revisions\/83"}],"wp:attachment":[{"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/media?parent=82"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/categories?post=82"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/sumitjangid.com\/index.php\/wp-json\/wp\/v2\/tags?post=82"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}