Огромное спасибо. Все OK!
Мой код занимал в два раза больше строчек
PHP код:
XML xml;
AsciiIo infile;
Str stri;
Container cntr;
Int i;
;
stri="";
infile = new AsciiIo ("d:\\xml\\AxaptaHelpXML.xml", "rt");
cntr=infile.read();
i=1;
while (i<=conlen(cntr)){
stri=stri+conpeek(cntr,i);
i++;
box::info(stri);
}
xml = stri;