silc_xml_current_location

SYNOPSIS

    void silc_xml_current_location(SilcXMLParser parser,
                                   SilcUInt32 *current_line,
                                   SilcUInt32 *current_column);

DESCRIPTION

Return the current location of the parsed XML data. The current line number and columns can be returned. This may be used also when an error occurs but it is preferred to use silc_errno_location in case of error.