Hi<br><br>I believe the urweb compiler may be parsing my .urp file improperly. Here is my .urp file:<br><br>#library common<br>database dbname=umdtalks<br>sql umdtalks.sql<br>allow url <a href="http://en.wikipedia.org/wiki/*">http://en.wikipedia.org/wiki/*</a><br>

allow url /css/index.css<br>rewrite style Umdtalks/*<br><br>umdtalks<br><br>When compiling, I get the following error:<br><br>Filename contains a character that isn't alphanumeric or underscore: databasedbname=umdtalks<br>

unhandled exception: Io: openIn "/home/james/Projects/UMDTalks/databasedbname=umdtalks.ur" failed with SysErr: No such file or directory [noent]<br><br>If I delete the first line, the project compiles fine. I could be mistaken, but I don't think this is expected behavior.<br>

<br clear="all">James Parker<br><br>