I am new to programming and very new to xml / xquery
I have a .xq file (with html and xquery code) and .xml (for storing data).
During testing, I can see how the .xq page will be displayed using the studio, but I can not get the page to work using the web server or web hosting. I know this is not unusual, but I could not decide how to fix it (or even if it is possible).
In the meantime, I am using Saxon, which works well, but it is not necessary to use command line code that is completely separate for the application.
I also read that Jedit is an option, but I could not get xquery / saxon plugins to work with xquery. I also wondered if a stylesheet could be used, but couldn't find anything on this.
So, the first question: is it possible for the browser (i.e. using the web host) to display the .xq file? As well as any recommendations for other software?
source share