XMLReader.Read
Syntax:
Returned value:
True - next node read; False - XML text completed.
Description:
Availability:
Example:
Reader.OpenFile("c:/docs/data.xml"); While Reader.Read() Do // Processing the XML node EndDo; |
Syntax:
Returned value:
Description:
Availability:
Example:
Reader.OpenFile("c:/docs/data.xml"); While Reader.Read() Do // Processing the XML node EndDo; |