{"id":357,"date":"2015-07-17T08:31:29","date_gmt":"2015-07-16T23:31:29","guid":{"rendered":"http:\/\/csharp.ihavenomoney.co.kr\/?p=357"},"modified":"2019-06-27T10:19:47","modified_gmt":"2019-06-27T01:19:47","slug":"output-xml","status":"publish","type":"post","link":"https:\/\/csharp.ihavenomoney.co.kr\/?p=357","title":{"rendered":"output xml"},"content":{"rendered":"\n<pre class=\"lang:php decode:true \" >$dom = new DOMDocument('1.0', 'utf-8');\r\n\r\n$element = $dom-&gt;createElement('test', 'This is the root element!');\r\n\r\n\/\/ We insert the new element as root (child of the document)\r\n$dom-&gt;appendChild($element);\r\nheader(\"Content-type: text\/xml\"); \r\n\r\necho $dom-&gt;saveXML();<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$dom = new DOMDocument(&#8216;1.0&#8217;, &#8216;utf-8&#8217;); $element = $dom-&gt;createElement(&#8216;test&#8217;, &#8216;This is the root element!&#8217;); \/\/ We insert the new element as root (child of the document) $dom-&gt;appendChild($element); header(&#8220;Content-type: text\/xml&#8221;); echo $dom-&gt;saveXML();<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[88],"tags":[],"class_list":["post-357","post","type-post","status-publish","format-standard","hentry","category-php"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/357","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=357"}],"version-history":[{"count":2,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/357\/revisions"}],"predecessor-version":[{"id":527,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/357\/revisions\/527"}],"wp:attachment":[{"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=357"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=357"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/csharp.ihavenomoney.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}