![]() |
Gamma |
Collection of Guile Modules |
Sergey Poznyakoff |
Gamma (split by node): | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
? |
Parse next piece of input. Arguments are:
A parser returned from a previous call to
xml-primitive-make-parser
or xml-make-parser
.
A piece of input text.
Boolean value indicating whether input is the last part of input.
Equivalent to:
(xml-primitive-parse parser input #f) |
unless input is an end-of-file object, in which case it is equivalent to:
(xml-primitive-parse parser "" #t) |
Reads XML input from port (or the standard input port,
if it is not given) and parses it using xml-primitive-parse
.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.