How to generate random html document
Posted
by karramba
on Stack Overflow
See other posts from Stack Overflow
or by karramba
Published on 2010-05-08T18:15:44Z
Indexed on
2010/05/08
18:18 UTC
Read the original article
Hit count: 162
I'd like to generate completely random piece of html source, possibly from a grammar. I want to do this in python but I'm not sure how to proceed -- is there a library that takes a grammar and just randomly follows its rules, printing the path?
Ideas?
© Stack Overflow or respective owner