Search found 37 matches

by rrliu
Fri Sep 08, 2006 10:47 pm
Forum: Common Problems
Topic: Oxygen 7.2 on MacOSX crashing on save
Replies: 9
Views: 7795

What is the status of this bug?

I have the same problem of Oxygen crashing -- sometimes -- when I save. I see that this thread is pretty dead. Has there been a fix?

Thanks,
Richard
by rrliu
Fri Sep 01, 2006 9:12 pm
Forum: Feature Request
Topic: XSLT unit test
Replies: 1
Views: 5757

XSLT unit test

I would like to see Oxygen support XSLT unit testing. In the simplest case I imagine something like this: I embed, say, in an annotation in a template, several testing scenarios. Each scenario consists of a context, any parameters I might wish to supply to the template, and the expected outcome of t...
by rrliu
Fri Sep 01, 2006 8:27 pm
Forum: Common Problems
Topic: Printing highlighted element of schema diagram
Replies: 4
Views: 4640

Printing highlighted element of schema diagram

Running Oxygen 7.2 on a Mac PowerBook G4, OS X 10.4.7. When I can't print just an excerpt of a schema diagram. I understand that I can right-click an element and have just that printed, but Oxygen seems to print just what's visible in the viewing window, and then not all of that either. I want to pr...
by rrliu
Thu Jul 13, 2006 10:13 pm
Forum: Feature Request
Topic: Printing Logical Model View of schema diagram compactly
Replies: 1
Views: 6023

Printing Logical Model View of schema diagram compactly

Just pasted together the Logical Model View of a schema diagram. I had to print the whole diagram, even though I was only interested in three global elements. It would be nice to be able to print just the selected element, and to specify a scaling factor for the diagram.
by rrliu
Thu Jul 13, 2006 10:04 pm
Forum: XSLT and FOP
Topic: <xsl:sort select="..." xmlns:xs=http://www.w3.o
Replies: 5
Views: 7545

Hello Sorin, I actually don't have the option to put the namespace binding in the parent element of the xsl:sort, because the xsl:sort and another sibling element are actually in an entity, and their parent is in an XSLT stylesheet where the xsl: namespace prefix is already defined. The reason for p...
by rrliu
Wed Jul 05, 2006 4:20 pm
Forum: XSLT and FOP
Topic: <xsl:sort select="..." xmlns:xs=http://www.w3.o
Replies: 5
Views: 7545

Sorin, Thanks for the confirmation that this is a Xalan bug. I believe I originally added the namespace bindings to the unparsed entities when I was developing with xmlspy and MSXML. Since the environment for which I'm now modifying those templates in Xalan, I use Saxon for day-to-day development an...
by rrliu
Wed Jul 05, 2006 2:23 pm
Forum: XSLT and FOP
Topic: <xsl:sort select="..." xmlns:xs=http://www.w3.o
Replies: 5
Views: 7545

Sorry for the unindented code snippet. I'll have to get used to using the Code tags.
by rrliu
Wed Jul 05, 2006 2:21 pm
Forum: XSLT and FOP
Topic: <xsl:sort select="..." xmlns:xs=http://www.w3.o
Replies: 5
Views: 7545

<xsl:sort select="..." xmlns:xs=http://www.w3.o

In Xalan <xsl:sort select="..." xmlns:xs=http://www.w3.org/1999/XSL/> seems to cause a NullPointerException. In a template being called by name I have this: <xsl:template name="makeSortedChoices"> ... <xsl:variable name="choices"> <choices xmlns=""> <xsl:for-e...
by rrliu
Wed Jul 05, 2006 9:57 am
Forum: Other Issues
Topic: Print Debugger Information?
Replies: 1
Views: 5773

Print Debugger Information?

Is it possible to print -- or save as a file -- the information that the debugger displays, e.g., the list of templates invoked. I'm trying to debug some intricate XSLT templates that are causing Xalan to throw a NullPointerException. I suspect the problem might be in a template that is being import...
by rrliu
Mon Jul 03, 2006 6:35 pm
Forum: General XML Questions
Topic: Xinclude fragments
Replies: 7
Views: 11722

In effect you're saying that the only way to include multiple nodes -- what I've called a fragment, because I want the children of the single root element -- is to use the element() scheme of XInclude to include each element specifically. I'm afraid that's too primitive to consider, as every change ...
by rrliu
Sat Jul 01, 2006 3:46 pm
Forum: General XML Questions
Topic: Xinclude fragments
Replies: 7
Views: 11722

Xinclude fragments

I'm encountering problems "including" fragments of XSLT into XSLT using general entities of DTD with Xalan. Depending on the XSLT that a general entity resolves to, I get a NullPointerException, even though the same thing works when I use another XSLT engine. I hear -- but can find no conf...
by rrliu
Tue Jun 27, 2006 12:27 pm
Forum: Common Problems
Topic: Oxygen 7.2 on OS X: Reset cache and validate
Replies: 19
Views: 13086

Immediately after posting the above reply I saw that you had prepared an installation for me to test. My previous posting refers to my installation of yesterday, not the one you just made available. I'll download it now an keep it, just in case the problem returns.
by rrliu
Tue Jun 27, 2006 12:25 pm
Forum: Common Problems
Topic: Oxygen 7.2 on OS X: Reset cache and validate
Replies: 19
Views: 13086

Hi Sorin, The plot thickens!!! On a hunch, I booted the PowerBook in Safe Mode, and the patched Eclipse installation works properly, i.e., the schema diagram now displays the correct tooltips and the +/- control operates on the expected diagram component. After rebooting normally Eclipse is still wo...
by rrliu
Mon Jun 26, 2006 5:09 pm
Forum: Common Problems
Topic: Oxygen 7.2 on OS X: Reset cache and validate
Replies: 19
Views: 13086

Sorin,

That would be great. It's a PowerBook G4 17" (PowerPC).

Thanks,
Richard
by rrliu
Mon Jun 26, 2006 4:54 pm
Forum: Common Problems
Topic: Oxygen 7.2 on OS X: Reset cache and validate
Replies: 19
Views: 13086

OK, Sorin. Sorry about -clear. Tried it with -clean, then the new stuff worked, but the diagram still didn't work properly. I see it, but I have the problem of the controls controlling the wrong nodes. Then did what you suggested, trashing Eclipse and reinstalling a totally new folder, installing pl...
by rrliu
Mon Jun 26, 2006 3:49 pm
Forum: Common Problems
Topic: Oxygen 7.2 on OS X: Reset cache and validate
Replies: 19
Views: 13086

Hi Sorin, No, it still doesn't work, but things have become weirder. Here's what I did: I uninstalled Eclipse by throwing it into the Trash. Then I downloaded Eclipse 3.1.2, the Oxygen plugin, oxygenEclipse.jar and plugin.xml again. I got the plugin from the Oxygen Download page, and the .jar and .x...
by rrliu
Mon Jun 26, 2006 10:43 am
Forum: Common Problems
Topic: Oxygen 7.2 on OS X: Reset cache and validate
Replies: 19
Views: 13086

Do you think it could be a problem with the way I installed the original plugin? I remember trying both ways, but I can't recall which was the last way I tried. I think I used the .zip method.
by rrliu
Fri Jun 23, 2006 8:47 pm
Forum: Common Problems
Topic: Oxygen 7.2 on OS X: Reset cache and validate
Replies: 19
Views: 13086

Just checked again here at home. Even tried starting Eclipse with -clear. Still the same problem. I'm sending you some screen shots in a separate mail.
by rrliu
Fri Jun 23, 2006 4:59 pm
Forum: Common Problems
Topic: Oxygen 7.2 on OS X: Reset cache and validate
Replies: 19
Views: 13086

Still experiencing problems with the refreshing of XML Schema schema diagrams. If one schema includes another, both open in Oxygen, and I edit the included schema, the modifications do not appear in the including schema, even if I save the included schema and click the refresh button in the diagram ...
by rrliu
Thu Jun 22, 2006 6:09 pm
Forum: Common Problems
Topic: Eclipse 3.1.2, Oxygen 7.2 plugin on OS X
Replies: 15
Views: 13647

Hi Sorin,

With -clean it finally worked!!! Thanks.

Regards,
Richard

P.S.: Now I have to get the registration information from normal Oxygen back into the plugin.
by rrliu
Thu Jun 22, 2006 5:54 pm
Forum: Common Problems
Topic: Eclipse 3.1.2, Oxygen 7.2 plugin on OS X
Replies: 15
Views: 13647

Hi Sorin, Do you suppose it's a problem using normal Oxygen and Eclipse plugin on the same Mac, or the same account? I wouldn't think so. I have OS X 10.4.6 installed on the PowerBook. I already tried running Eclipse with JavaVM 1.4.2 with the new plugin.xml and oxygenEclipse.jar, but the results ar...
by rrliu
Thu Jun 22, 2006 5:39 pm
Forum: Common Problems
Topic: Eclipse 3.1.2, Oxygen 7.2 plugin on OS X
Replies: 15
Views: 13647

Hi Sorin, I'm sorry, it still doesn't work. I downloaded the .xml file and replaced plugin.xml, then ran Eclipse 3.1.2 with that and the new oxygenEclipse.jar. Same errors as without the plugin.xml. I also tried with the original .jar and the new plugin.xml: same error as with the original plugin.xm...
by rrliu
Thu Jun 22, 2006 1:27 pm
Forum: Common Problems
Topic: Eclipse 3.1.2, Oxygen 7.2 plugin on OS X
Replies: 15
Views: 13647

Hi Sorin, I'm using Eclipse 3.1.2, not 3.1.1. Could you please try the .jar in 3.1.2? I cannot find the build of the Oxygen plugin, because, as I explained above, when I try to view the Oxygen preferences I receive an error message: Unable to create the selected preference page. Reason: Plug-in com....
by rrliu
Thu Jun 22, 2006 12:24 pm
Forum: Common Problems
Topic: Eclipse 3.1.2, Oxygen 7.2 plugin on OS X
Replies: 15
Views: 13647

Just tried running Eclipse with the JavaVM 1.4.2. The results are the same as above: with the original Oxygen plugin I get the original error, and with the downloaded .jar I get the "class not found" error.
by rrliu
Wed Jun 21, 2006 11:03 pm
Forum: Common Problems
Topic: Eclipse 3.1.2, Oxygen 7.2 plugin on OS X
Replies: 15
Views: 13647

Just tried uninstalling plugin the way Eclipse recommends, then uninstalling and reinstalling Eclipse itself, then installing the Oxygen plugin by the updating method, then installing the oxygenEclipse.jar the way you say. Still I get the java.lang.ClassNotFoundException. Did you test the .jar on Ec...
by rrliu
Wed Jun 21, 2006 9:54 pm
Forum: Common Problems
Topic: Eclipse 3.1.2, Oxygen 7.2 plugin on OS X
Replies: 15
Views: 13647

Uninstalled Oxygen 7.2 plugin, then reinstalled using Eclipse's feature update, then downloade oxygenEclipse.jar again and moved it to the folder that you indicated. Still the same result as above. I'm really at a loss to explain this. You surmise in the other thread ("Reset cache and validate ...
by rrliu
Wed Jun 21, 2006 4:49 pm
Forum: Common Problems
Topic: Oxygen 7.2 on OS X: Reset cache and validate
Replies: 19
Views: 13086

OK, thanks, the oxygen.jar file fixes this problem. The oxygenEclipse.jar does not fix the other problem, however.
by rrliu
Wed Jun 21, 2006 4:47 pm
Forum: Common Problems
Topic: Eclipse 3.1.2, Oxygen 7.2 plugin on OS X
Replies: 15
Views: 13647

The oxygen.jar file fixes the diagram problem that I reported in another thread. However, the oxygenEclipse.jar does not fix this problem. Here's the Eclipse error report: ava.lang.ClassNotFoundException: com.oxygenxml.editor.editors.xsd.XSDEditor at org.eclipse.osgi.framework.internal.core.BundleLo...
by rrliu
Wed Jun 21, 2006 3:58 pm
Forum: Common Problems
Topic: Oxygen 7.2 on OS X: Reset cache and validate
Replies: 19
Views: 13086

You are right, I am validating a schema. The trouble is, the schema imports and includes various other schemas, and when I change some of the component schemas and save them, I don't see the changes in the logical view of the diagram of the importing/including schema, no matter what I do: switch bet...
by rrliu
Wed Jun 21, 2006 2:05 pm
Forum: Common Problems
Topic: Oxygen 7.2 on OS X: Reset cache and validate
Replies: 19
Views: 13086

Oxygen 7.2 on OS X: Reset cache and validate

In Oxygen 7.2 on OS X the "reset cache and validate" icon is greyed out. I don't find this function in Document | XML Document either, just validate. It is extremely annoying to have to start Oxygen to accomplish this. It used to work in Oxygen 7.1. When can I expect a fix?