¿Í»§¶Ë·¢ÇëÇóÍ·ºó¸ú×ÅÒ»¸öxmlÐÅÏ¢£¬Ôõô²ÅÄܽâÎöÄØ£¬ÄÄλ¸ø¾Ù¸öÀý×Ó£¬Ð»ÁË
ÏêϸµÄ²Î¿´ÊÖ²á,ºÇºÇ.Õâ¸öÊÖ²á¸øµÄÒѾºÜÈ«ÃæÁË.
ÄÄÓÐÕâÊֲᰡ£¬ºÇºÇ
phpµÄÊÖ²áѽ.
¹ÙÍøÈ¥ÏÂ
PHP code:
<?php
$xml = new SimpleXMLElement(
'<person>
<child role="son">
<child role="daughter"/>
</child>
<child role="daughter">
<child role="son">
<child role="son"/>
</child>
</child>
</person>');
foreach ($xml->children() as $second_gen) {
echo ' The person begot a ' . $second_gen['role'];
foreach ($second_gen->children() as $third_gen) {
echo ' who begot a ' . $third_gen['role'] . ';';
foreach ($third_gen->children() as $fourth_gen) {
echo ' and that ' . $third_gen['role'] .
' begot a ' . $fourth_gen['role'];
}
}
}
?>
ͨ¹ý×¥°ü¿´£¬¿Í»§¶Ë·¢À´µÄhttpheader£¬È»ºóºóÃæ¾ÍÊÇxml¡£ÏñÕâÑù£º
POST /cm/portalapi HTTP/1.1
Host: 111.140.17.43:28080
Cookie: JSESSIONID=C3E17C85AED6C57B658CC7F27AE68BBD; Path=/cmread
Content-Length: 178
Content-Type: application/xml
Client-Agent: s60_v3_v1r2_0030/240*320
x-up-calling-line-id: 13888888888