Search found 14 matches

by heavydawson
Mon Jan 28, 2008 1:49 pm
Forum: Feature Request
Topic: Ability to set manual sync points in Diff Files tool
Replies: 1
Views: 2251

Ability to set manual sync points in Diff Files tool

I use the diff tool primarily for troubleshooting ant log files. Diff seems to have a hard time aligning the beginning and end of targets. This should be a trivial task. At the moment, the diff tool runs a diff on everything from start to finish. It would be useful if the user could specify multiple...
by heavydawson
Fri Jan 18, 2008 6:05 pm
Forum: General XML Questions
Topic: Convert DTD to XML / Generate XML instances from DTD
Replies: 1
Views: 29220

Convert DTD to XML / Generate XML instances from DTD

Hey all, I'm wondering if it's possible to convert a DTD to XML as is possible with Stylus: http://www.stylusstudio.com/dtd/dtd_to_xml.html Also I'm wondering if the possibility is available to generate XML instances from DTD. I'm aware they exist for generating XML instances from XML Schema, but ge...
by heavydawson
Thu Jan 17, 2008 7:41 pm
Forum: XML Schemas
Topic: Programmatic generation of XML instances from Schema
Replies: 2
Views: 4965

Programmatic generation of XML instances from Schema

I know Oxygen allows GUI based XML instance generation from a schema file, but is there any way to do this programmatically? In other words, could I use this functionality from within a java program? Does Oxygen use a 3rd party tool to carry out the instance generation behind the scenes, or is it pr...
by heavydawson
Tue Jan 15, 2008 5:05 pm
Forum: Other Issues
Topic: Can folding be made automatic?
Replies: 2
Views: 3069

Can folding be made automatic?

I work with some large xml documents, and was wondering if it's possible to fold all nodes other than the one where the caret is automatically? When the caret moves to a folded node, it would expand, and the prior node would fold. Perhaps this functionality is available, perhaps not. If it is not, f...
by heavydawson
Wed Jan 17, 2007 10:43 am
Forum: Other Issues
Topic: Strange xsl:variable problem
Replies: 5
Views: 7051

I haven't seen the problem for a while. I'll try and reproduce it if I can. One thing I should say was that the system is a pretty low spec one. There's only 512MB of RAM, and it swaps almost 99% of the time even when switching windows. I think the problem appeared to go away when I closed a few pro...
by heavydawson
Tue Jan 16, 2007 6:58 pm
Forum: Other Issues
Topic: Strange xsl:variable problem
Replies: 5
Views: 7051

I had used an <xsl:value-of> to print the value, but it wasn't working. It seemed to be some spurious problem, as it has now resolved itself, without me changing anything. The Oxygen startup error occured seemingly when my browser (Firefox) was running a Java applet at the same time. Again, I'm not ...
by heavydawson
Tue Jan 16, 2007 4:53 pm
Forum: Other Issues
Topic: Strange xsl:variable problem
Replies: 5
Views: 7051

The problem seems to have resolved itself. Sorry if anyone spent any time looking for a solution!
by heavydawson
Tue Jan 16, 2007 4:36 pm
Forum: Other Issues
Topic: Strange xsl:variable problem
Replies: 5
Views: 7051

Strange xsl:variable problem

I have a piece of pretty standard xslt that is causing me problems. <xsl:variable name="line-rate" select="round-half-to-even(@line-rate * 100, 2)"/> <xsl:variable name="dave" select="round-half-to-even(@line-rate * 100, 2)"/> When I debug this code, I can see...
by heavydawson
Mon Jan 15, 2007 12:05 pm
Forum: Common Problems
Topic: Why doesn't Oxygen use the default JRE?
Replies: 5
Views: 5214

Hey Sorin, Thanks for the reply. I guess I was curious as to how Oxygen even FOUND Java 5 on my system when Java 6 was set up as the default JRE and my JAVA_HOME environment variable was set to to the Java 6 directory. Oxygen must obviously have another way of finding a Java 5 JRE and using it. But ...
by heavydawson
Sun Jan 14, 2007 5:01 pm
Forum: Common Problems
Topic: Why doesn't Oxygen use the default JRE?
Replies: 5
Views: 5214

I just ran the Oxygen.bat batch file included with version 8.0 and it picked up the Java 6 JRE. I had to re-enable text-anti-aliasing (Due to the new AA abilities of Java 6 I guess - there were more options on the AA menu).

Still curious as to why Oxygen.exe does not pick up the Java 6 JRE?
by heavydawson
Sun Jan 14, 2007 4:54 pm
Forum: Common Problems
Topic: Why doesn't Oxygen use the default JRE?
Replies: 5
Views: 5214

I should add I'm using Oxygen 8.0 on Windows 2000
by heavydawson
Sun Jan 14, 2007 4:52 pm
Forum: Common Problems
Topic: Why doesn't Oxygen use the default JRE?
Replies: 5
Views: 5214

Why doesn't Oxygen use the default JRE?

I have a system with multiple JREs installed. The latest version of each Java release from 2-6 are installed, but Java 6 is set as my default JRE (latest installed, along with the JAVA_HOME variable pointing to it's location). But Oxygen seems to use the Java 5 JRE (1.5.0_10) regardless. Eclipse alw...
by heavydawson
Mon Dec 11, 2006 5:35 pm
Forum: XSLT and FOP
Topic: Regex + XSLT 2.0 problem
Replies: 1
Views: 4356

Regex + XSLT 2.0 problem

I have some text I'd like to format, and need to use regex + xslt 2.0 do do it. What I have is a list of items in the following format: "xxxxxx\xxxxx\xxxxxxx\xxxx\abcd.java" I need to remove everything except "abcd". I'm a complete Regex novice, and even got my hands on a copy of...
by heavydawson
Wed Sep 20, 2006 7:13 pm
Forum: Common Problems
Topic: Oxygen not working on Vista RC1
Replies: 7
Views: 14939

Oxygen not working on Vista RC1

I've just installed Oxygen 7.2 on a Windows Vista sytem. I'm running JRE 1.5.0_08 I get the following JRE error messages: =================================================== Cannot start <oXygen/>. Due to:java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException at sun....