{"id":611,"date":"2024-04-15T10:35:15","date_gmt":"2024-04-15T01:35:15","guid":{"rendered":"http:\/\/inwelly.com\/?p=611"},"modified":"2024-04-23T04:35:53","modified_gmt":"2024-04-22T19:35:53","slug":"php-xml-%ed%8c%8c%ec%9d%bc-print","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=611","title":{"rendered":"PHP xml \ud30c\uc77c print"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>------ items.xml -------- \ud30c\uc77c\n&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?>\n&lt;ewdid>\n&lt;item>\n  &lt;code>0001&lt;\/code>\n  &lt;price>1000&lt;\/price>\n  &lt;name0>\ud5e4\uc774\uc990\ub11b\uce74\ud398\ubaa8\uce74&lt;\/name0>\n  &lt;ctg>HOT\ucee4\ud53c\ub958&lt;\/ctg>\n&lt;\/item>\n&lt;item>\n  &lt;code>0002&lt;\/code>\n  &lt;price>2000&lt;\/price>\n  &lt;name0>\ud654\uc774\ud2b8\ucd08\ucf54\uce74\ud398\ubaa8\uce74&lt;\/name0>\n  &lt;ctg>HOT\ucee4\ud53c\ub958&lt;\/ctg>\n&lt;\/item>\n&lt;item>\n  &lt;code>0003&lt;\/code>\n  &lt;price>1000&lt;\/price>\n  &lt;name0>\uce74\ud398\ub77c\ub5bc&lt;\/name0>\n  &lt;ctg>HOT\ucee4\ud53c\ub958&lt;\/ctg>\n&lt;\/item>\n&lt;\/ewdid>\n\n------ xmlparser.html --------\n\n&lt;?\n\/\/ displays all the file nodes\nif(!$xml=simplexml_load_file('items.xml')){\n    trigger_error('Error reading XML file',E_USER_ERROR);\n}\necho 'Displaying contents of XML file...&lt;br \/>';\nforeach($xml as $item){\n    echo 'CODE: '.$item->code.' PRICE: '.$item->price.'\nCTG: '.iconv(\"UTF-8\",\"EUC-KR\", $item->ctg)\n.'&lt;br \/>';\n}\n?>\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1251,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-611","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php"],"_links":{"self":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/611","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=611"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/611\/revisions"}],"predecessor-version":[{"id":612,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/611\/revisions\/612"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/media\/1251"}],"wp:attachment":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=611"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=611"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}