Search found 16 matches

by nmshah
Tue Mar 07, 2006 8:59 pm
Forum: Common Problems
Topic: Shortcut keys don't work in 7.1
Replies: 4
Views: 3722

Thanks Sorin.

In the meantime I learned how to add the Ctrl+F11 key to invoke the same operation for an XSL file by adding the same shortcut in the XSL Editor Scope in Eclipse. So I'm good here
by nmshah
Mon Mar 06, 2006 8:59 pm
Forum: Common Problems
Topic: Oxygen Javascript Editor in Eclipse
Replies: 1
Views: 4727

Oxygen Javascript Editor in Eclipse

Oxygen 7.1 plugin installed on Eclipse 3.1.2 changes the file association for .js extension and associates it with "Oxygen Javascript editor". When I open a .js file, I'm thinking it is using this Oxygen Javascript editor like the Oxygen CSS editor and so I'm expecting it to validate my .j...
by nmshah
Mon Mar 06, 2006 8:46 pm
Forum: Common Problems
Topic: Shortcut keys don't work in 7.1
Replies: 4
Views: 3722

Hi Sorin, The problem is that the shortcut keys don't work when I have the XSL file open. They only seem to be working from the open XML file. I have the XSL file open in the Oxygen XML editor perspective and none of the oxygen shortcuts seem to be working on the XSL file If this is by design, can t...
by nmshah
Mon Mar 06, 2006 8:07 pm
Forum: Feature Request
Topic: "Remove All" for Scenarios Configuration
Replies: 3
Views: 5624

Hi Geroge, Excellent!! Can't wait to get it. I had another time saving idea. I noticed that oxygen keeps track of the last run scenario for an XSL so that when I open an XSL, I can run the default scenario for that XSL quickly. If you have an internal property file and you are using that to keep tra...
by nmshah
Sat Mar 04, 2006 5:03 am
Forum: XSLT and FOP
Topic: Relative URL for images
Replies: 7
Views: 7150

I noticed a problem. The relative URL that is specified in the scenario is used while the transformation is applied but is not used in the debugger perspective. So the HTML output in the debugger doesn't resolve any images or CSS
by nmshah
Sat Mar 04, 2006 4:50 am
Forum: Common Problems
Topic: Shortcut keys don't work in 7.1
Replies: 4
Views: 3722

Shortcut keys don't work in 7.1

I am using oxygen 7.1 plugin with eclipse 3.1.2 and I see in the preferences that Ctrl+F11 should run the last launch configuration and Ctrl+Shift+C should open the launch config dialog. But nothing happens for me when I press those keys. I'm in the Oxygen XML editor perspective. Is this a bug in 7....
by nmshah
Fri Mar 03, 2006 9:54 am
Forum: Feature Request
Topic: "Remove All" for Scenarios Configuration
Replies: 3
Views: 5624

"Remove All" for Scenarios Configuration

I just thought of a work-around to not having project specific scenario management in Oxygen. I can create exported .properties files for the group of scenarios by project. I can then use "remove all" to clear all the current scenarios and import exported scenarios for the project I'm curr...
by nmshah
Fri Mar 03, 2006 9:04 am
Forum: XSLT and FOP
Topic: Relative URL for images
Replies: 7
Views: 7150

Hello Oxygen Team, Just wanted to say thanks for the 7.1 release. I installed it on Eclipse 3.1.2 and it is working fantastic. 2 out of my 3 wishes have been met in this release. I got support for Oracle XSLT processor and relative URL is fixed as requested in this thread. I hope we will have better...
by nmshah
Tue Jan 31, 2006 9:54 pm
Forum: XSLT and FOP
Topic: Relative URL for images
Replies: 7
Views: 7150

Thanks Sorin. Do you have a timeframe for this?
Just so I know when to check for the update.

- Nilesh
by nmshah
Sun Jan 22, 2006 2:40 am
Forum: XSLT and FOP
Topic: Relative URL for images
Replies: 7
Views: 7150

Relative URL for images

In the oxygen 7.0 Eclipse plugin now there is a place to specify the relative URL for images and it works good for images. I noticed that you are changing the src attributes of all the img tags in the generated HTML to include this relative URL path - which makes the images show up when the result l...
by nmshah
Tue Nov 29, 2005 6:51 am
Forum: Common Problems
Topic: image and CSS location for internal browser
Replies: 6
Views: 3864

Hi Sorin, I would like our XSL output to be XHTML and be able to cascade through this XSL to use the baseURI parameter, but for now our XSL generate Transitional HTML and this approach doesn't work in that case as the output won't be well-formed XML Is there no way for oxygen to generate the output ...
by nmshah
Thu Nov 24, 2005 10:50 pm
Forum: Feature Request
Topic: Localized Scenario Management
Replies: 1
Views: 3248

Localized Scenario Management

Hello, I work with a good number of XSLs and XSLs represent screens of applications. So I expect number of scenarios to grow quite a bit. The current product I use, Stylus Studio, has a very good feature where scenarios are not at project level but at XSL level so that when I open my XSL I only see ...
by nmshah
Thu Nov 24, 2005 10:43 pm
Forum: Common Problems
Topic: image and CSS location for internal browser
Replies: 6
Views: 3864

Thanks. I tried looking for help in the eclipse area also - but so far no luck. Their internal view must be opening file w.r.t some directory. I tried %TMP%, eclispse install dir and the workspace directory but it doesn't seem to be using any of those. I know that stylus studio product that I use al...
by nmshah
Thu Nov 24, 2005 7:48 am
Forum: Common Problems
Topic: image and CSS location for internal browser
Replies: 6
Views: 3864

image and CSS location for internal browser

After transformation when my result opens in the internal browser, it doesn't load any images and CSS. I saw in the documentation on the website that there is supposed to be a text box to specify location of images if you select XHTML checkbox in the output box - but I don't have that textbox in the...
by nmshah
Tue Nov 15, 2005 7:33 pm
Forum: XSLT and FOP
Topic: Using Oracle XDK for transformation
Replies: 3
Views: 5356

Hello Sorin, Thanks for the follow up and explanation. I really appreciate it. I like oxygen and look forward to be able to work with Oracle XDK in future One way this can be managed is through the use of "command" scripts that XDK comes with for both windows and *nix. I have sen other com...
by nmshah
Sun Nov 13, 2005 6:53 am
Forum: XSLT and FOP
Topic: Using Oracle XDK for transformation
Replies: 3
Views: 5356

Using Oracle XDK for transformation

I'm trying to use Oracle XDK for JAXP transformation. 1) I copied xmlparserv2.jar into the lib directory of the plugin 2) I set the propery javax.xml.transform.TransformerFactory to oracle.xml.jaxp.JXSAXTransformerFactory 3 I added <library name="lib/xmlparserv2.jar"/> into plugin.xml runt...