Search found 11 matches

by solomono
Mon Sep 01, 2008 2:15 am
Forum: Other Issues
Topic: Long delay opening xml/dita files in Eclipse
Replies: 1
Views: 2507

Long delay opening xml/dita files in Eclipse

Hi All I am using the oxygen 9.0 plugin in eclipse 3.4 M4 . When I attempt to open the oxygen xml editor on an xml file (mostly dita) there is a long delay with the message creating file buffer in the status bar. this delay is up to 30 seconds or more Can someone tell me the remedy. May this be rela...
by solomono
Tue Jun 07, 2005 8:02 pm
Forum: Other Issues
Topic: Error adding XML catalog using Oxygen XML 6.0 and 3.1 M7
Replies: 1
Views: 12071

Hi ,
I found a previous post and the information on the new build. I apologize for not checking for a similar problem first.

Solomon
by solomono
Tue Jun 07, 2005 7:48 pm
Forum: Other Issues
Topic: Error adding XML catalog using Oxygen XML 6.0 and 3.1 M7
Replies: 1
Views: 12071

Error adding XML catalog using Oxygen XML 6.0 and 3.1 M7

Hi When I add an XML catalog from the preferences pane and hit the apply button, I get an window displaying java.lang.ArrayStoreException. when I look in the log i see the foloowing stack trace java.lang.ClassCastException at com.oxygenxml.editor.preferences.XMLCatalogPage$3.widgetSelected(Unknown S...
by solomono
Tue May 31, 2005 8:05 pm
Forum: Common Problems
Topic: Oxygen6 Eclipse 3.1 M7 & WTP M4
Replies: 3
Views: 3466

Hi Sorin, Aparently there is an XML editor an a xsd schema editor that is contributed by WTP. If I change the preferences such that the Oxygen XSD editor is the default all is well (the proper file icon is displayed as well). However when I install oxygen first the WTP the preferences indicates that...
by solomono
Fri May 27, 2005 6:20 pm
Forum: Common Problems
Topic: Oxygen6 Eclipse 3.1 M7 & WTP M4
Replies: 3
Views: 3466

Oxygen6 Eclipse 3.1 M7 & WTP M4

Hi When I use the above combination I do not obtain the Oxygen XML contributions to the menubar and cool bar for formatting/validation etc. I notice that in preferences-general-editors-file assocations another xmleditor (presumably from WTP ) is registered to handle xml files. Changing the default t...
by solomono
Tue May 10, 2005 2:28 am
Forum: Other Issues
Topic: problem running eclipse 3.1m6 and wtp m4 with oxygen xml
Replies: 2
Views: 22081

problem running eclipse 3.1m6 and wtp m4 with oxygen xml

Hi I seem to have a problem running with 3.1 M6 with WTP M4 It seems that one of these provides xml support and it appears to collide with oxygen xml. I do not get the oxygen xml menus/buttons when I select xml files. I do get them with xsd files. Changing the file bindings for .xml to oxygen xml do...
by solomono
Mon Apr 25, 2005 9:02 pm
Forum: XML Schemas
Topic: visibility of imported schema
Replies: 3
Views: 17388

visibility of imported schema

Hi I seemed to have stumbled on to the solution to the problem. If I have a file security.xml as such <core:Layer xmlns:xpath="urn://com.eudoxus/Expressions-XPATH" xmlns:core="urn://com.eudoxus/Core" xmlns:java="urn://com.eudoxus/Java" xmlns:xsi="http://www.w3.org/...
by solomono
Thu Apr 21, 2005 7:07 pm
Forum: XML Schemas
Topic: visibility of imported schema
Replies: 3
Views: 17388

visibility of imported schema

Hi George, When I use the the external validation I get the error src-resolve: Cannot resove the name 'core:Component' to a(n) 'type definition'/@see.... I do not know what file this message is emanating from but I do not think it is the XML file I am validating because I purposely make the xml docu...
by solomono
Tue Apr 19, 2005 2:15 am
Forum: XML Schemas
Topic: visibility of imported schema
Replies: 3
Views: 17388

visibility of imported schema

hello genetlemen, I have an instance document as follow Expressions-XPATH.xml layer. file <core:Layer xmlns:xpath="urn://com.eudoxus/Expressions-XPATH" xmlns:core="urn://com.eudoxus/Core" xmlns:java="urn://com.eudoxus/Java" xmlns:xsi="http://www.w3.org/2001/XMLSche...
by solomono
Fri Apr 08, 2005 8:17 pm
Forum: XML Schemas
Topic: Validation appears to not recognize substitutionGroup in XSD
Replies: 2
Views: 16533

Hi George I changed the definition of the ComponentType element in components content model to <element ref="Type"> so that it refers to global element. That solved the problem and taught me some of the finer points of xsd. What I have seen so for in this product is terrific. OxygenXML can...
by solomono
Thu Apr 07, 2005 7:35 pm
Forum: XML Schemas
Topic: Validation appears to not recognize substitutionGroup in XSD
Replies: 2
Views: 16533

Validation appears to not recognize substitutionGroup in XSD

Hi, I am using the eclipse plugin in Eclipse 3.1 M5a I have some XML that was validated sucessfully in Stylus Studio here is the instance doc fragment <core:components> <core:ComponentType core:name="DefaultValidationPolicy" core:schemaType="core:DefaultValidationPolicy" core:ext...