Index: /temp/trunk/html/test/naka/send.php
===================================================================
--- /temp/trunk/html/test/naka/send.php	(revision 7140)
+++ /temp/trunk/html/test/naka/send.php	(revision 7148)
@@ -53,3 +53,12 @@
 */
 
+function getXMLValue($arrVal, $tag, $attributes) {
+	foreach($arrVal as $array) {
+		$tag = $array['tag'];
+		// ÀèÆ¬¤ÎÍ×ÁÇ¤ò¼è¤ê½Ð¤¹
+		$att_first = array_slice($array['attributes'],1,1);
+		print($att_first);
+	}
+}
+
 ?>
