Search found 2095 matches

by george
Sat Aug 16, 2003 11:59 am
Forum: Common Problems
Topic: Problem to start 2.0.3
Replies: 3
Views: 5643

Hi,

Thanks for posting the stack trace, we will look into this and let you know.
If you had a previous version of oXygen installed you may try to delete or rename the com.oxygenxml directory from your user home directory (there we store the user preferences).

Best Regards,
George
by george
Sat Aug 16, 2003 11:52 am
Forum: Common Problems
Topic: Always places C:\ before opening file ?
Replies: 2
Views: 4545

Hi Mario, We will look into this and let you know. My guess is that this is caused by the file URLs as we moved everything to URL since 2.0.3 (from 2.1 we will offer FTP/HTTP/WebDAV support). In the meantime you can workaround this problem by mapping the \\server\ resource as a network drive. Best R...
by george
Fri Aug 15, 2003 6:47 pm
Forum: Common Problems
Topic: <xsl:text> </xsl:text> gets <xsl:text/>
Replies: 3
Views: 5144

Hi, There may be cases when you want to use xsl:text and not preserve the spaces, for instance if you edit an XSLT to output HTML and you have a large text content for xsl:text. We have an entry on bugzilla to allow the user to edit a list of elements that should be treated as if they have an xml:sp...
by george
Fri Aug 15, 2003 5:41 pm
Forum: Common Problems
Topic: <xsl:text> </xsl:text> gets <xsl:text/>
Replies: 3
Views: 5144

Hi,

You can use

Code: Select all


<xsl:text xml:space="preserve"> </xsl:text>
or

Code: Select all


<xsl:text><![CDATA[ ]]></xsl:text>
Best Regards,
George
by george
Fri Aug 15, 2003 12:13 am
Forum: Feature Request
Topic: eclipse plugin
Replies: 1
Views: 5035

Hi, Please review the instructions on the download page: After downloading unzip the com.oxygenxml.editor_2.0.3.zip archive in the Eclipse plugins folder. Place your license.zip file in plugins/com.oxygenxml.editor_2.0.3/ where put-license-file-here.txt file exists. To get a license file go to the T...
by george
Tue Aug 12, 2003 9:55 am
Forum: Common Problems
Topic: attribute reordering
Replies: 2
Views: 5193

Hi, I filed your request as an enhancement for the pretty print component. There is also another indenting option "Indent selection" in the contextual menu that performs just line indenting, that is no attribute reorder, no line breaks inserted/removed. Also have you considered the XPath s...
by george
Fri Aug 08, 2003 7:27 pm
Forum: Feature Request
Topic: Show possible values of an attribute
Replies: 3
Views: 5550

Hi Apaella,

Oxygen should show attribute values in case of enumeration. Please post a sample schema is you still have problems with this.

Best Regards,
George
by george
Wed Aug 06, 2003 6:50 pm
Forum: Common Problems
Topic: xmlns needs to be defined as attribute
Replies: 2
Views: 5104

Hi,

DTDs are not namespace aware, therefore xmlns is seen as any other attribute and it has to be specified in the DTD in the attribute list of the element that contains it.

You should have in your DTD something like

Code: Select all


<!ATTLIST Attesten 
...
xmlns ...
...
>
Best Regards,
George
by george
Wed Aug 06, 2003 5:26 pm
Forum: Common Problems
Topic: eclipse stalls whan configuring xml transformation
Replies: 10
Views: 7962

Hi Oscar,

What problem do you have with the current JWS deployment ?
Please configure the JavaWebStart to show the Java Console (File/Preferences Advanced/Show Java Console) and let us know if you get some exception there.
There is no other JWS deployment on the site right now.

Best Regards,
George
by george
Wed Aug 06, 2003 4:34 pm
Forum: Common Problems
Topic: eclipse stalls whan configuring xml transformation
Replies: 10
Views: 7962

Hi Oscar, We tested it with Mandrake 9/Motif. Are you using GTK ? We got a lot of crashes of Eclipse with GTK. We had this problem with the transformation configuration dialog but that should be fixed in 2.0.3 beta. The JWS deployment is a development snapshot, starting with the 2.0.3 release we wil...
by george
Wed Aug 06, 2003 4:03 pm
Forum: Common Problems
Topic: 2.0.3 beta2 doesn't work on Eclipse
Replies: 6
Views: 8314

Dear Idris,

Please delete all the old trial license files you may have in the same directory and make sure you have your permanent license there.

Also please use the 2.0.3 beta3 (uploaded today) on Mac and let us know if you get any problem.

Best Regards,
George
by george
Wed Aug 06, 2003 10:22 am
Forum: Common Problems
Topic: eclipse stalls whan configuring xml transformation
Replies: 10
Views: 7962

Hi,

Please let us know more details. What eclipse version are you running and on what platform ? What oXygen plugin version are you running ?

Thanks,
George
by george
Wed Aug 06, 2003 10:19 am
Forum: Common Problems
Topic: xsd validation error
Replies: 1
Views: 5647

Dear Whitney, There is an attribute elementFormDefault that can be used to specify what namespace the local defined elements belong to. By default its value is unqualified meaning that local elements (like name and phone in your example) belong to no namespace. If you specify its value as qualified ...
by george
Tue Aug 05, 2003 2:15 pm
Forum: Common Problems
Topic: 2.0.3 beta2 doesn't work on Eclipse
Replies: 6
Views: 8314

Hi, We have tested it with Eclipse 2.1 and with Eclipse 3.0 M1 on Windows, Linux and Mac OS X. What configuration do you have ? Make sure you have read permissions on the plugin - it may be a case like you install the plugin as root and then run eclipse as some user and there are no read permissions...
by george
Mon Aug 04, 2003 7:37 pm
Forum: Common Problems
Topic: eclipse plugin crashes
Replies: 1
Views: 4470

Hi,

Please try the latest 2.0.3 beta2 and let us know how is going.

Best Regards,
George
by george
Mon Aug 04, 2003 7:35 pm
Forum: Feature Request
Topic: Eclipse Plug-in?
Replies: 19
Views: 21088

Hi,

Please try out the latest 2.0.3 beta2, it should work on Mac without problems.

Let us know how is going.

Thanks,
George
by george
Mon Aug 04, 2003 7:26 pm
Forum: Common Problems
Topic: DTD validation using Proxy Server with eclipse plugin
Replies: 3
Views: 6156

Please try out the latest 2.0.3 beta2.

Best Regards,
George
by george
Mon Aug 04, 2003 3:30 pm
Forum: Common Problems
Topic: DTD validation using Proxy Server with eclipse plugin
Replies: 3
Views: 6156

Hi Nigel,

Thanks for letting us know about this problem. We will make today a beta2 release of the 2.0.3 version that will contain the fix.

Best Regards,
George
by george
Mon Aug 04, 2003 10:41 am
Forum: Feature Request
Topic: Tag folding in text editor
Replies: 2
Views: 6036

Hi,

We have work in progress for adding an outline tree view. After this we will consider also tag folding support as this will reuse the outliner information.

Best Regards,
George
by george
Fri Aug 01, 2003 10:19 am
Forum: Common Problems
Topic: Setting a working directory
Replies: 4
Views: 5619

Hi Marcel, If you are using the executable then look into the oxygen.lax file for the lax.nl.current.vm entry and edit its value to point to the java executable from your 1.4.2 installation. If you are using the batch file oxygen.bat you can edit that to make sure you are using the 1.4.2 version. Be...
by george
Thu Jul 31, 2003 1:58 pm
Forum: Common Problems
Topic: Setting a working directory
Replies: 4
Views: 5619

Hi Marcel, I remember we hit into this problem too some time ago but this was only with a specific JDK beta version if I remember right. Please let me know what Java version are you using to run oXygen and try to see if you get the same behavior with the latest Java 1.4.2 release. Best Regards, George
by george
Thu Jul 31, 2003 1:42 pm
Forum: Common Problems
Topic: class java.lang.StackOverflowError null
Replies: 1
Views: 5261

Hi,

Plsease send a sample XML, XSDs that give this problem (either here or at support@oxygenxml.com).

Thank you,
George
by george
Thu Jul 31, 2003 12:39 am
Forum: Feature Request
Topic: webDAV
Replies: 6
Views: 9670

Hi David, The WebDAV support will be available from version 2.1 which will be the following release after 2.0.3 we plan to make in less than 2 weeks. The 2.1 release will be probably in October but the FTP and WebDAV/HTTP support is about 90% already done so it will be finalized early after the 2.0....
by george
Wed Jul 30, 2003 10:31 am
Forum: Feature Request
Topic: Code-Insight Assistant ignore XML catalogs
Replies: 1
Views: 5673

Hi,

Thanks for your email.
This is already solved in the current development and will go in the 2.0.3 release. The 2.0.3 release will be available around 10th of August.

Best Regards,
George
by george
Tue Jul 29, 2003 9:51 am
Forum: Common Problems
Topic: whitespace problem
Replies: 1
Views: 4153

Hi, Oxygen handles the xml:space attribute. Using xml:space="preserve" will keep the spaces. The xml:space attribute is inherited from the first parent element that defines it. If you want spaces not to be preserved use xml:space="default" to reset the preserve value. <xsl:variab...
by george
Fri Jul 25, 2003 3:58 pm
Forum: Common Problems
Topic: Format and Indent changes a " into &"
Replies: 2
Views: 4513

Hi,

This will be fixed in the next release.
In the meanwhile you can either replace oxygen.jar with http://www.oxygenxml.com/update/oxygen.jar or escape the quotes, that is instead of " use "

Best Regards,
George
by george
Thu Jul 24, 2003 1:22 am
Forum: Feature Request
Topic: Eclipse Plug-in?
Replies: 19
Views: 21088

Hi Idris,

We will try to find a solution for Mac, unfortunately we were not able to spot the problem yet - no oxygen class in the exception trace in .log file. Hope we will manage to solve this soon enough so that the 2.0.3 release planned for August will work also on Mac.

Best Regards,
George
by george
Thu Jul 24, 2003 1:12 am
Forum: Feature Request
Topic: Validating in Eclipse plugin
Replies: 3
Views: 7495

Hi, You just defined a few more elements, you cannot make a valid document unless you alter the section element declaration to allow xi:include. You may think that the xi:include should be replaced with the actual content but Oxygen does not currently support XInclude therefore it is treated as any ...
by george
Thu Jul 24, 2003 12:55 am
Forum: Feature Request
Topic: Tags to not format
Replies: 1
Views: 5167

Hi, Oxygen handles xml:space attribute but the Docbook DTD does not allow xml:space. There is a RFE here that request this addition to Docbook DTD. What you can do is to put the content in a CDATA section like below: <programlisting><![CDATA[ /** * //class javadoc * $Author$, $Revision$, $Date$ * <!...
by george
Thu Jul 24, 2003 12:05 am
Forum: Common Problems
Topic: XSD validation fails but code insight works.
Replies: 1
Views: 4046

Hi Paul, The only case I can think of is if the schema is modified after the document was opened. When you open the document the schema is detected and the code insight is initialized with that schema. If the schema content is cleared for instance and the schema is saved then the code insight will s...