6 ms·
Wow, did not know about XQuery. Can you point to some resources explaning how one would use it as a SSG?
by messo 5y ago
Wow, did not know about XQuery. Can you point to some resources explaning how one would use it as a SSG?
- benibela 5y agoI only read the specification. It covers every there is in XQuery I searched around and found this article: https://www.gnu.org/software/qexo/XQ-Gen-XML.html https://www.gnu.org/software/qexo/XQ-Gen-XML.html And here is the source of my website using it: https://github.com/benibela/site https://github.com/benibela/site
- messo 5y agoThanks, this is fascinating!