<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header/> <s:Body> <GetCountriesResponse xmlns="http://tempuri.org/"> <GetCountriesResult xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <a:KeyValueOfintstring> <a:Key>145</a:Key> <a:Value>Albania</a:Value> </a:KeyValueOfintstring> <a:KeyValueOfintstring> <a:Key>60</a:Key> <a:Value>Andorra</a:Value> </a:KeyValueOfintstring> <a:KeyValueOfintstring> <a:Key>109</a:Key> <a:Value>Antigua and Barbuda</a:Value> </a:KeyValueOfintstring> </GetCountriesResult> </GetCountriesResponse> </s:Body> </s:Envelope>
<script type="text/javascript"> $(document).ready(function () { $.ajax({ type: "GET", url: "getMembers.xml", cache: false, dataType: "xml", success: function(xml) { $(xml).find('members').each(function(){ var name = $(this).find("name").text() alert(name); }); } }); }); </script>
<?php $xmlstr = <<<XML <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header/> <s:Body> <GetCountriesResponse xmlns="http://tempuri.org/"> <GetCountriesResult xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <a:KeyValueOfintstring> <a:Key>145</a:Key> <a:Value>Albania</a:Value> </a:KeyValueOfintstring> <a:KeyValueOfintstring> <a:Key>60</a:Key> <a:Value>Andorra</a:Value> </a:KeyValueOfintstring> <a:KeyValueOfintstring> <a:Key>109</a:Key> <a:Value>Antigua and Barbuda</a:Value> </a:KeyValueOfintstring> </GetCountriesResult> </GetCountriesResponse> </s:Body> </s:Envelope> XML; $xml=new SimpleXMLElement($xmlstr); print_r($xml);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง