Name: Anonymous 2008-09-06 14:08
What if, instead of just plain XML, or any other markup language for that matter, we build an executable file that upon execution prints whatever is stored in the file? That way we can run like:
And then see the output of the file on
What do you guys think, /prog/rammers?
$ ./index.xmlAnd then see the output of the file on
stdout. Since the file is binary, we can't just edit it with emacs, so we have to make the file edit itself! For example:$ ./index.xml --edit-node 3 --set-attribute name=haskellWhat do you guys think, /prog/rammers?