msdn11
Новичок
xml parsing. do't know how...
Нужна помощь. Объясните на пальцах, как для человека вчера открывшего книгу на разделе хмл... Вопрос вот в чем:
я добрался до очередной ветки вот её структура-
<category id="1">
<title lang="ua">Новини</title>
<title lang="ru">Новости</title>
<title lang="en">News</title>
</category>
вот так я вывожу то что хранит lang.
$is = $it->children;
foreach($is as $cont){
echo "<b>".$cont->getAttribute("lang")."</b><br>";
}
А КАК МНЕ ДОБРАТСЯ ДО ЗНАЧЕНИЙ??? т.е. до (Новини,Новости, News).
Вот так выглядит $cont:
XML_Tree_Node Object ( [attributes] => [children] => Array ( ) [content] => [name] => [lineno] => 6 ) ua
XML_Tree_Node Object ( [attributes] => Array ( [lang] => ua ) [children] => Array ( ) [content] => Новини [name] => title [lineno] => 6 )
XML_Tree_Node Object ( [attributes] => [children] => Array ( ) [content] => [name] => [lineno] => 7 ) ru
XML_Tree_Node Object ( [attributes] => Array ( [lang] => ru ) [children] => Array ( ) [content] => Новости [name] => title [lineno] => 7 )
XML_Tree_Node Object ( [attributes] => [children] => Array ( ) [content] => [name] => [lineno] => 8 ) en
XML_Tree_Node Object ( [attributes] => Array ( [lang] => en ) [children] => Array ( ) [content] => News [name] => title [lineno] => 8 )
-~{}~ 23.11.05 12:09:
не верю что никто не знает..
Нужна помощь. Объясните на пальцах, как для человека вчера открывшего книгу на разделе хмл... Вопрос вот в чем:
я добрался до очередной ветки вот её структура-
<category id="1">
<title lang="ua">Новини</title>
<title lang="ru">Новости</title>
<title lang="en">News</title>
</category>
вот так я вывожу то что хранит lang.
$is = $it->children;
foreach($is as $cont){
echo "<b>".$cont->getAttribute("lang")."</b><br>";
}
А КАК МНЕ ДОБРАТСЯ ДО ЗНАЧЕНИЙ??? т.е. до (Новини,Новости, News).
Вот так выглядит $cont:
XML_Tree_Node Object ( [attributes] => [children] => Array ( ) [content] => [name] => [lineno] => 6 ) ua
XML_Tree_Node Object ( [attributes] => Array ( [lang] => ua ) [children] => Array ( ) [content] => Новини [name] => title [lineno] => 6 )
XML_Tree_Node Object ( [attributes] => [children] => Array ( ) [content] => [name] => [lineno] => 7 ) ru
XML_Tree_Node Object ( [attributes] => Array ( [lang] => ru ) [children] => Array ( ) [content] => Новости [name] => title [lineno] => 7 )
XML_Tree_Node Object ( [attributes] => [children] => Array ( ) [content] => [name] => [lineno] => 8 ) en
XML_Tree_Node Object ( [attributes] => Array ( [lang] => en ) [children] => Array ( ) [content] => News [name] => title [lineno] => 8 )
-~{}~ 23.11.05 12:09:
не верю что никто не знает..