Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

a database for storing html

Tags:

html

database

Which open source databases are fit for storing html? I am looking for a database that at the minimum would support XPath queries, be scalable etc.

like image 818
Radu M. Avatar asked Apr 16 '11 12:04

Radu M.


2 Answers

If you were to pre-process the HTML to normalize it into XHTML format using tools such as TagSoup, then you could use an open source XML database, such as eXist.

like image 191
Mads Hansen Avatar answered Oct 21 '22 09:10

Mads Hansen


NoSQL

like image 32
Andrew Jackman Avatar answered Oct 21 '22 09:10

Andrew Jackman