Plug-in Advice: Transform within Browser View
Posted: Sat Dec 04, 2010 2:45 am
I'm running Oxygen 12 and would like to build an Oxygen plug-in with the following workflow:
1. User selects an XML file from menu drop-down list.
2. The selected XML file is transformed into HTML that calls external CSS and JavaScript, and the HTML has data contained within a table.
3. Results of XSL transformation are displayed in an Oxygen View. (In other words, I need a browser to run within an Oxygen View.)
4. XML tags (e.g., <xref>) resulting from the transform can be inserted into an open *.xml document by drag-and-drop or some other means.
As I am no Java guru by any means, I am wondering if there is a plug-in in existence that approximates the one I plan to build. I'm also concerned that my requirement of needing a browser within a view is outside the current API set. What is your take? Should I be developing an Eclipse plugin that works with Oxygen or can I develop within the Oxygen standalone, which is my preference?
Thank you!
1. User selects an XML file from menu drop-down list.
2. The selected XML file is transformed into HTML that calls external CSS and JavaScript, and the HTML has data contained within a table.
3. Results of XSL transformation are displayed in an Oxygen View. (In other words, I need a browser to run within an Oxygen View.)
4. XML tags (e.g., <xref>) resulting from the transform can be inserted into an open *.xml document by drag-and-drop or some other means.
As I am no Java guru by any means, I am wondering if there is a plug-in in existence that approximates the one I plan to build. I'm also concerned that my requirement of needing a browser within a view is outside the current API set. What is your take? Should I be developing an Eclipse plugin that works with Oxygen or can I develop within the Oxygen standalone, which is my preference?
Thank you!