Subject: | documentation too sketchy |
I cannot get the most simple XUL::Node program to run due to the sketchy
documentation.
The synopsis contains a syntax error and does not compile under strictures.
The developer guide does not mention where I put my Hello World file. I
guessed it belongs into the xul-node root directory, but calling it
there from the browser after starting the server gives me the message
ERROR. Cannot handle request:
{
*no parameters in request*
}
... which I cannot make sense of, followed by a huge useless stacktrace.
The section Widgets refers to undefined variables $tag, $parent and $box.