Provided by: wget2-dev_1.99.1-2.1_amd64 

NAME
libwget-parse_sitemap - Routines for URL extraction from Sitemap XML data.
SYNOPSIS
Functions
void wget_sitemap_get_urls_inline (const char *sitemap, wget_vector_t **urls, wget_vector_t
**sitemap_urls)
Detailed Description
Routines for URL extraction from Sitemap XML data.
Function Documentation
void wget_sitemap_get_urls_inline (const char * sitemap, wget_vector_t ** urls, wget_vector_t **
sitemap_urls)
Parameters
sitemap Sitemap XML data
urls Pointer to return vector of URLs
sitemap_urls Pointer to return vector of sitemap URLs
Finds all URLs and sitemap URLs within the Sitemap XML data sitemap and returns them as vector in urls
and/or sitemap_urls.
Author
Generated automatically by Doxygen for wget2 from the source code.
Version 1.99.1 Tue Jan 28 2020 libwget-parse_sitemap(3)