|
|
От: |
Lloyd
|
|
| Дата: | 18.11.02 12:16 | ||
| Оценка: | |||
for (int i=0; i<list->length; i++)
{
IXMLDOMNodePtr n=list->item[i];
printf("%s\n", n->text.operator const char *());
}IXMLDOMNodePtr n=list->item[0];
printf("%s\n", n->text.operator const char *());