julie fix
One of the biggest complaints about using julie, or at least, one of my biggest complaints, is that it requires namespaces to be used explicitly in some cases. Or should I say, that *was* was one of my biggest complaints: I just fixed it.
From now on, julie will automatically add namespaces to a query. It checks if there already are any (by looking for " using <"), then adds the rest of the predefined namespaces, trying to match syntax. There may be some commands which break because of multiple spaces between "using" and "<". If there are any, feel free to fix them by simply pulling the namespaces out of the command: they will be added automatically.
This allows for more complex queries with less work, which is always a good thing. Any bugs can be reported to me.