Search found 2095 matches

by george
Wed Jul 23, 2003 5:16 pm
Forum: Feature Request
Topic: tab width and tabs versus spaces in Eclipse plugin
Replies: 1
Views: 6232

Hi Paul,

We will provide support for this in the next release.
The next release will be called 2.0.3 beta and will be out this week so that in August we will have a full 2.0.3 release for both desktop and eclipse versions.

Best Regards,
George
by george
Wed Jul 23, 2003 5:08 pm
Forum: Common Problems
Topic: Incorrect pattern matching
Replies: 3
Views: 5579

Hi Pierre,

There is no way currently to view special characters. We will provide support for this in the next version.

Best Regards,
George
by george
Wed Jul 23, 2003 4:52 pm
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20473

Hi, We managed to get the plugin working on Linux - tested with Eclipse 2.1 on Mandrake 9. There was some AWT interference that was factored out. A new eclipse plugin release will be out at the end of this week, probably it will be called 2.0.3 beta so that the 2.0.3 that will be in August will cont...
by george
Wed Jul 23, 2003 4:42 pm
Forum: Common Problems
Topic: wrapping problem
Replies: 5
Views: 6221

Hi, Update: there is support for line wrapping in Eclipse. We added support in oxygen to use it and the next release will feature soft wrapping. There are some problems when soft wrapping is used together with line numbers as the line numbers will count a wrapped line as a new line. Best Regards, Ge...
by george
Tue Jul 22, 2003 11:16 am
Forum: Feature Request
Topic: A plugin tool to support WheelMouse in Windows?
Replies: 4
Views: 6824

Hi, One way to make it use Java 1.4 is to get the installation kit which includes a Java VM. Another way is to edit the oxygen.lax file, look for lax.nl.current.vm and edit its value to point to the 1.4 java executable. And the third possibility is to use the batch file to start oXygen (oxygen.bat) ...
by george
Mon Jul 21, 2003 10:46 pm
Forum: Common Problems
Topic: Problem with <head><title>
Replies: 1
Views: 3764

Hi Sandrine, Please note that the view you are refering to is for XHTML. When you put method="html" the XSLT processor (Xalan) will generate a meta element without a closing tag which makes the result not well formed, thus the XHTML view fails to render it. You can configure the transforma...
by george
Sun Jul 20, 2003 11:38 pm
Forum: Feature Request
Topic: A plugin tool to support WheelMouse in Windows?
Replies: 4
Views: 6824

Hi,

From what I know wheel mouse is supported by Java since Java 1.4 therefore if you use Oxygen with Java 1.4 you will have the wheel mouse working.

Best Regards,
George
by george
Sun Jul 20, 2003 8:52 am
Forum: Common Problems
Topic: oXygen has troubles with a DOCTYPE line with relative paths
Replies: 1
Views: 4150

Hi, Oxygen should work with relative DTDs. Please let me know: the Oxygen version you are running the full path to the dtd the full path to the xml file Now trying to guess... It may be that you create a file with new and do not save this file. In this case we assing as system ID for the not yet sav...
by george
Mon Jul 14, 2003 8:08 pm
Forum: Common Problems
Topic: % notation shown as unexpected text
Replies: 2
Views: 4797

Hi Thomas,

That is a bug, I will add an entry in bugzilla also for improving the DTD highlighting support.

Thank you,
George
by george
Tue Jul 08, 2003 8:29 am
Forum: Common Problems
Topic: Using a DTD as a template
Replies: 2
Views: 5371

Hi, If you have a DTD and you want to create a document based on that you can follow the steps below: Go to File and select New Select XML Document and click Ok Click on the DTD tab Enter http://www.oasis-open.org/docbook/xml/simple/1.0/sdocbook.dtd in the SystemID input field Press enter - the root...
by george
Wed Jul 02, 2003 5:25 pm
Forum: Common Problems
Topic: wrapping problem
Replies: 5
Views: 6221

Hi, It is not possible to have soft line wrapping for the Eclipse version. As far as I know there is not line wrapping support in the Eclipse TextEditor and implementing it is not a simple task. More, this is not a feature at XML support level but rather at framework level. The framework from the oX...
by george
Wed Jul 02, 2003 12:03 am
Forum: Common Problems
Topic: can not find treeview in eclipse plugin
Replies: 3
Views: 7174

Hi, The tree based editor supports XML documents. It has no special support for XML schema, XSL or RelaxNG schema. When you open a schema document and start a validation it tries to validate it as an ordinary XML document and complains about missing declaration for the root element. Currently an wor...
by george
Mon Jun 30, 2003 11:21 pm
Forum: Common Problems
Topic: can not find treeview in eclipse plugin
Replies: 3
Views: 7174

Hi, The tree based editor is not implemented in the Eclipse plugin version. The Eclipse plugin does not support currently all the functionality available in the oXygen standalone version, we are working to increase the coverage of the supported features. Anyway, the oXygen license allows you to use ...
by george
Sun Jun 29, 2003 1:49 am
Forum: Feature Request
Topic: Charachter Display Problem
Replies: 7
Views: 7942

Hi,

Please use a font that knows how to render the characters you enter.
To select the font go to Options->Preferences->Editor->Font.

Best Regards,
George
by george
Fri Jun 27, 2003 2:34 pm
Forum: Common Problems
Topic: Viewing XMl Documents with Web Brwosers
Replies: 3
Views: 5802

Hi, Have a look at the "Configure Transformation" dialog. On the "Output" tab you have an option "Open in browser" that becames enabled once you specify a file for the transformation result. If you select that option the transformation result file will be opened with yo...
by george
Thu Jun 26, 2003 11:50 pm
Forum: Common Problems
Topic: Problems with restriction
Replies: 1
Views: 6983

Dear Chris, Oxygen uses the latest Xerces J (2.4.0) for validating schemas. It is true that other validators can say that your schema is valid and Xerces reports errors on it but in the majority of the cases I saw Xerces was right. The error codes you see immediatelly after the error level are the c...
by george
Thu Jun 26, 2003 11:14 pm
Forum: Common Problems
Topic: problem installing trang plugin
Replies: 13
Views: 12798

What do you mean when you say you 'ran a conversion'? With Trang you can convert from DTD or RelaxNG schemas (compact or XML syntax) or a set ox XML files to DTD, RelaxNG schemas (compact or XML syntax) or W3C XML Schema. Running a conversion in this context means converting a DTD to W3C XML Schema...
by george
Thu Jun 26, 2003 12:09 pm
Forum: Feature Request
Topic: WSDL Support
Replies: 1
Views: 5426

Hi Simon, Oxygen supports editing of WSDL documents, only that you should specify the schema for each namespace you use. It offer validation and code insight across namespaces, for instance inside a wsdl:types element you will see also elements from xml schema namespace. You can easily create a new ...
by george
Wed Jun 18, 2003 10:10 am
Forum: Common Problems
Topic: Validating XML with associated DTD and xsd
Replies: 1
Views: 4722

Dear Dave, Thanks for pointing out this issue. Currently if you specify a DTD the validation will be tried agaist that DTD only, disregarding the schema. We will add an option in the next release that will allow you to validate against the specified schema even if a DTD is also specified. Thus you w...
by george
Tue Jun 17, 2003 4:52 pm
Forum: Common Problems
Topic: namespace compliance
Replies: 1
Views: 4470

Hi Pete, We are using the latest version of Xerces to perform validation, that is Xerces J 2.4.0. The problem with your document is that you specify both a DTD and an XML Schema and the parser choose to validate against the DTD. DTDs are not namespace aware so the xmlns, xmlns:xsi and xsi:schemaLoca...
by george
Tue Jun 17, 2003 12:20 am
Forum: Common Problems
Topic: previously posted oxygen/eclipse problem
Replies: 1
Views: 4586

Hi,

Thanks, this is indeed an important clarification, please see my reply on
http://www.oxygenxml.com/forum/viewtopic.php?t=93.

All the best,
George
by george
Tue Jun 17, 2003 12:15 am
Forum: Common Problems
Topic: eclipse oxygen plugin problem
Replies: 1
Views: 5171

The problem may have to do with a conflict between SWT and AWT. We are using a couple of AWT classes java.awt.Color is one of them and on Mac OS X this may cause a deadlock. There is a message on news://news.eclipse.org/eclipse.platform.swt with subject bug when calling java.awt.Color on MacOSX that...
by george
Tue Jun 17, 2003 12:02 am
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20473

I read recently a news thread on news://news.eclipse.org/eclipse.platform.swt (subject: bug when calling java.awt.Color on MacOSX) that shows that these situations can appear if the AWT is used together with SWT. Now there are a couple of points where we use some AWT classes as we reused most of the...
by george
Fri Jun 13, 2003 12:04 pm
Forum: Common Problems
Topic: Transformation in eclipse plugin signals xsl errors in xml
Replies: 2
Views: 5217

Thanks Olaf, We know about this and we discussed some possible solutions. The solution we will implement is to add problem markers in the file that causes the error if that resource can be found in the workspace, otherwise we will add a problem marker on the first line of the current file and put th...
by george
Fri Jun 13, 2003 10:25 am
Forum: Feature Request
Topic: Eclipse Plug-in?
Replies: 19
Views: 21088

Hi, We are using in fact these swing classes, they are not visual components. The idea was to reuse easily the same code that works in the standalone version. You can try to get the Swing 1.1.1 from http://java.sun.com/products/archive/jfc/1.1.1/index.html and put the swingall.jar in the plugin lib ...
by george
Fri Jun 13, 2003 9:57 am
Forum: Common Problems
Topic: Problem with Pretty Printing
Replies: 1
Views: 4689

Thanks Warren, We already fixed this problem in the current development. We fixed it also on the 2.0.2 branch; you can get an updated oxygen.jar that includes this fix from http://www.oxygenxml.com/update/oxygen2.0.2.fix.jar . Please rename it as oxygen.jar and replace the one from your installation...
by george
Thu Jun 12, 2003 11:07 am
Forum: Feature Request
Topic: Eclipse Plug-in?
Replies: 19
Views: 21088

Hi, The outline view is a nice feature and we will consider adding it, but first we have to integrate existing oXygen features in order to minimise the differences between the standalone version and the eclipse plugin version. Since 2.0.2 beta3 we have added new wizards (new XML from schema, new XML...
by george
Tue Jun 10, 2003 10:46 am
Forum: Common Problems
Topic: plugin bug configuring a transformation
Replies: 14
Views: 20473

Hi,

Please look in the workspace/.metadata/.log file. There should be a trace of the error there, please reply with that. Also if you make the PDE Runtime/Error Log view visible it is possible to see an entry there with more details about the problem.

Thank you,
George
by george
Tue Jun 10, 2003 10:41 am
Forum: Common Problems
Topic: Eclipse Plug-in on OSX no worky :(
Replies: 2
Views: 5727

More updates... We compiled oXygen with 1.3 and tried it with Eclipse 2.1 on Mac OS X buit got the following error: !SESSION Jun 10, 2003 09:58:46.235 --------------------------------------------- java.version=1.3.1 java.vendor=Apple Computer, Inc. BootLoader constants: OS=macosx, ARCH=ppc, WS=carbo...
by george
Tue Jun 10, 2003 12:35 am
Forum: Common Problems
Topic: Eclipse Plug-in on OSX no worky :(
Replies: 2
Views: 5727

Hi, This error appears when Eclipse is run with Java 1.3 because oXygen is compiled with Java 1.4. If you look at the http://www.oxygenxml.com/download.html#eclipseBeta you will see that there is a note there: You must run Eclipse 2.1 using with Java virtual machine 1.4 or later. You can try running...