![]() |
Gamma |
Collection of Guile Modules |
Sergey Poznyakoff |
Gamma (split by node): | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
? |
Return the version of the expat library as a string.
For example:
(xml-expat-version-string) ⇒ "expat_2.0.1" |
Return the version of the expat library as a triplet: ‘(major minor micro)’.
For example:
(xml-expat-version) ⇒ (2 0 1) |
Pass current markup to the default handler (see section default-handler). This function may be called only from a callback handler.
Return a textual description corresponding to the code argument. See catching gamma-xml-error, for an example of using this function.
Return number of the current input line in parser. Input lines are numbered from ‘1’.
Return number of column in the current input line.
Return the number of bytes in the current event. Returns ‘0’ if the event is inside a reference to an internal entity and for the end-tag event for empty element tags (the later can be used to distinguish empty-element tags from empty elements using separate start and end tags).
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.