Hacker News new | ask | show | jobs
by Eduard 1126 days ago
Let's say you want to develop a CLI tool in C for crawling a website's sitemap.xml as advertised by the website's robots.txt. How would you approach this development in C?

With e.g. Java, Javascript, PHP, and Python it's clear to me.

With C, I don't know.

1 comments

libcurl and expat (or one of a zillion other XML libraries)?