dita-semia / XsltGui

Provide a graphical userinterface from within your xslt script in oXygen transformation scenarios
Apache License 2.0
4 stars 0 forks source link

additional view for gui:open-file #6

Open tofi86 opened 8 years ago

tofi86 commented 8 years ago

We're using <gui:open-file url="..." view="author"> to open a HTML logfile in Author view. That works well, but Author view has some cons compared with the "message panel".

Is it possible to add another view to open files in the "message panel" view? Does oXygen provide an API for that?

Thanks, Tobias

tofi86 commented 8 years ago

cc @hschmull

PStellmann commented 8 years ago

I don't really understand what you mean. But I'm afraid it is possible since oXygen allows great customization of the GUI. But I have only very little experience in this. I'd suggest you to ask this in the oXygen forum. If the actual java code is clear it will be no problem for me to put it into a saxon extension function.

PStellmann commented 8 years ago

I don't really understand what you mean. But I'm afraid it is possible since oXygen allows great customization of the GUI. But I have only very little experience in this. I'd suggest you to ask this in the oXygen forum. If the actual java code is clear it will be no problem for me to put it into a saxon extension function.

tofi86 commented 8 years ago

I'd like to have a possibility to open a file in the "message panel" / "result view" where you would normally see the results of xsl:message instructions.

This would be nice since this panel also supports HTML view (you can configure a transformation scenario where the result can be shown in the "result view" as XML, SVG or XHTML.

PStellmann commented 8 years ago

Ok, I got it and I agree that this would be a nice feature. Will check it out...

PStellmann commented 8 years ago

According to the answer in the forum it is not easily possible to realize this. I would have to implement my own view and so I probably won't realize tthis in the near future...