This does not load in the application window. I debugged using firebug
and I get an error. But it seems like the QUIX syntax to load the
stylesheet and module is failing.
<a:stylesheet xmlns:a="http://www.innoscript.org/quix" name="ruler"
src="queryperformer/ruler.css" />
<a:module xmlns:a="http://www.innoscript.org/quix" name="Ruler"
src="queryperformer/ruler.js" />
Any hints or something that I am doing wrong?
tkouts
unread,
Jan 12, 2011, 5:41:44 PM1/12/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to porcupine-users
Hi,
It seems that this is not a valid XML markup since there is not a root
document element and the namespaces are incorrect.
Apart from this the documentation page is quite old. The newer QuiX
versions do not require the name space declaration for every XML node.
Just declare the name space on the root document element (<window
xmlns="http://www.innoscript.org/quix"...).
The newquery.quix should be: