Search found 501 matches

by Dan
Mon Sep 29, 2003 11:44 am
Forum: Common Problems
Topic: Uable to install in win2003 w/ version 2.0.3|2.0.4
Replies: 1
Views: 4146

Yes, the installer does not work correctly on Win 2003 Sever. You can try to use the zip that is available in the Download section: "All (Linux, Unix,etc.)": http://www.oxygenxml.com/InstData/All/oxygen.tar.gz Unzip it and modify the oxygen.bat file to use the Java that is installed on you...
by Dan
Tue Sep 23, 2003 4:47 pm
Forum: Common Problems
Topic: Cannot add files with same name to project
Replies: 1
Views: 4053

In fact it is not possible to add two files having the same name, even if they have different paths into the same logical project folder.
This is a bug. We will fix it in the next release.
by Dan
Tue Sep 23, 2003 4:41 pm
Forum: Common Problems
Topic: problem installing trang plugin
Replies: 13
Views: 12794

Yes, it is still needed to set this property. The fix was not integrated into 2.0.4
by Dan
Wed Sep 17, 2003 2:13 pm
Forum: Common Problems
Topic: Validation Error java.io.FileNotFoundException-
Replies: 14
Views: 15136

You can add the

ulimit -n 2047

to the /etc/rc.d/rc.local file.

Edit the file as root. On some Linuxes the name of this file is changed. This is executed each time the system is started. In this way all the users will benefit of the setting.
by Dan
Wed Sep 17, 2003 11:00 am
Forum: Feature Request
Topic: Tree
Replies: 1
Views: 3912

Hello Christian,

For the moment, the only way of editing the DTDs is by using the source editor. We are considering adding a new view for XML, similar to XML spy, but this in a long term.

Regards,
Dan
by Dan
Wed Sep 17, 2003 10:52 am
Forum: Common Problems
Topic: Validation Error java.io.FileNotFoundException-
Replies: 14
Views: 15136

Hello Sean,

Try the following command:

ulimit -n 2047

This will set the maximum number of files that can be opened at one time by a process to 2047. I had the same problem on Mac OS X and I have put this command in my .bash_profile file.
by Dan
Sat Sep 13, 2003 5:34 pm
Forum: Common Problems
Topic: A question about catalogs with oXygen --
Replies: 6
Views: 8168

Hello, Please post here the document (in fact the header of the document) that makes use of the catalog manager. What systemID do you specify? You can map a systemID pointing to a document located on the web (ex. TEI or Docbook) to a local systemID, using the catalog. In this way you wont get the fi...
by Dan
Wed Sep 10, 2003 11:22 am
Forum: Common Problems
Topic: SOAP
Replies: 1
Views: 3841

We are at discussions level about this feature. We agreed that on long term Oxygen will support SOAP.
by Dan
Wed Sep 10, 2003 11:14 am
Forum: Common Problems
Topic: Viewing XMl Documents with Web Brwosers
Replies: 3
Views: 5802

Yes, the user should be able to choose the browser. We will add this functionality in the next version.
by Dan
Wed Sep 10, 2003 11:11 am
Forum: Common Problems
Topic: Oxygen crashes on OSX
Replies: 1
Views: 3701

Hello, I noticed that Apple just released a new Java VM . Please make sure your system is up to date. If you run into constant crashes, there is a way of specifying the use of Java VM 1.3.1 in Oxygen. This will make the editor more stable. To do this, CTRL-click on the oxygen.app bundle and choose &...
by Dan
Wed Sep 10, 2003 10:53 am
Forum: Common Problems
Topic: Open file at cursor
Replies: 1
Views: 4606

Open file at cursor does not refer to entities. For example if you have a string "A.xml" in the XML document then by moving the cursor after A and choosing Open file at cursor, the file named "A.xml" will be opened. We have on our agenda an improvement to this feature, so that th...
by Dan
Wed Sep 10, 2003 10:43 am
Forum: Feature Request
Topic: Batch xsl conversion
Replies: 1
Views: 4663

We are considering adding this feature in a next release. The user will choose a set of files from the project and convert them by a single click. If you have a more specific use case of this feature, please let us know.
by Dan
Wed Sep 10, 2003 10:31 am
Forum: Feature Request
Topic: More flexible tool chain selection
Replies: 1
Views: 5131

Hello Sean, In the next release (2.0.4) we will integrate the Saxon XSL transformer. The user can choose between the Xalan and Saxon for XSLT. We are also considering adding support for choosing the XML Parser used for validation. This will go in version 2.1. About the XInclude: Xerces is adding sup...
by Dan
Thu Aug 28, 2003 12:38 pm
Forum: Common Problems
Topic: Exception in thread "main" java.lang.NoClassDefFou
Replies: 4
Views: 7368

Probably the oxygen.bin file is corrupted. The best thing is to download the kit form here: http://www.oxygenxml.com/InstData/All/oxygen.tar.gz Extract this in separate a folder. Copy the registration file "license.zip" there. If you have java in your PATH, you can start the editor directl...
by Dan
Thu Aug 28, 2003 9:05 am
Forum: Common Problems
Topic: Exception in thread "main" java.lang.NoClassDefFou
Replies: 4
Views: 7368

Usually this is due to the fact the installer uses the Java VM from /usr/bin, not the one specified in the path. You have two options: 1. Rename the file /usr/bin/java to /usr/bin/java.old 2. Download the all platforms installation kit and change the oxygen.sh to point to the correct Java VM. Cheers...
by Dan
Mon Aug 25, 2003 6:01 pm
Forum: Feature Request
Topic: Plugins
Replies: 1
Views: 4398

Yes, there is a plugin SDK for Oxygen. Contact me at dan@oxygenxml.com for further details.
by Dan
Mon Aug 25, 2003 5:58 pm
Forum: Feature Request
Topic: XSL Debug
Replies: 1
Views: 4825

We are considering adding XSL debugging support to Oxygen. Many users asked about this feature.
by Dan
Fri Aug 22, 2003 9:57 am
Forum: Common Problems
Topic: Pretty Print: custom entity definitions
Replies: 1
Views: 4718

Yes, it is a problem. We will consider fixing this in the next release.

As a workaround I think you can create a new DTD, containing:

<!ENTITY %docbook SYSTEM "http:// ... docbook.dtd">
<!ENTITY % global_entities SYSTEM "global.ent">

%docbook;
%global_entities;
by Dan
Wed Aug 13, 2003 6:48 pm
Forum: Common Problems
Topic: Problems using "open with" in Max OSX Finder
Replies: 1
Views: 4218

Hello, 1. Apple has not implemented correctly the Apple Events in the Java VM. The application is start but is not notified about the file to be loaded, that is why you get that behaviour. 2. We will try to reproduce the crash situation for the drag and drop. A workaround for many Java problems on M...
by Dan
Mon Aug 11, 2003 12:43 pm
Forum: Feature Request
Topic: webDAV
Replies: 6
Views: 9669

Yes, we are considering adding Webdav over https support in version 2.1
by Dan
Wed Jul 30, 2003 9:01 am
Forum: Common Problems
Topic: xmlns:xsl namespace - "xsl:stylesheet" must be dec
Replies: 2
Views: 5240

Hello, Oxygen transformations are using the Xerces and Xalan packages from the lib directory of the installation. The Java version 1.4 comes by default with a Xalan transformer. Oxygen disregards this transformer and uses the one from the lib, but other applications, like ant, can use it, hence the ...
by Dan
Tue Jul 29, 2003 11:57 am
Forum: Common Problems
Topic: Internationalization problem under Linux
Replies: 1
Views: 3878

Hello, I have tested the polish characters on the following systems: 1. Win2000. After setting the input on Polish programmer keyboard, all characters where generated correctly. 2. Linux Mandrake 9. I have changed the keyboard settings from Control Center/Peripherals/Keyboard to Polish, with the var...
by Dan
Wed Jul 09, 2003 9:56 am
Forum: Common Problems
Topic: finding '\n'
Replies: 4
Views: 5140

For performance reasons the find is done iterating one line at the time. The pattern is matched always against a single line. To support newlines in the pattern we would have to read the entire document into the REGEXP engine. This increase the memory consumption, and this is not an option. We will ...
by Dan
Wed Jul 09, 2003 9:46 am
Forum: Feature Request
Topic: Ctrl Tab Key combo and Keymaps anyone?
Replies: 1
Views: 5250

Thanks for pointing this.
We will try adding the CTRL-TAB shortcut for switching between windows. Java maps this by default to changing focus between components.
by Dan
Thu Jun 26, 2003 11:05 am
Forum: Common Problems
Topic: problem installing trang plugin
Replies: 13
Views: 12794

Yes, it shows under the Plugins menu and is listed in the Options/Plugins.

(I repeated the installation process: I have downloaded the plugin and the all platforms kit from the site, unpacked them and run a conversion)
by Dan
Wed Jun 25, 2003 9:44 am
Forum: Common Problems
Topic: problem installing trang plugin
Replies: 13
Views: 12794

I have checked the installation of the Trang plugin on Linux. It works properly. I think there is a problem with the permissions of the unzipped Trang directory. Please run a ls -l in the plugins directory. On my sistem it displays: [dan@devel plugins]$ ls -l total 8 drwxr-xr-x 3 dan users 4096 Jun ...
by Dan
Fri Jun 06, 2003 8:17 am
Forum: Common Problems
Topic: opening a file at the command-line
Replies: 5
Views: 6771

Yes, we will corect this. The current mechanism is to send to the running instance the arguments of the second call. The problem is also the way arguments are interpreted. We should send to the running instance the absolute paths of the arguments.

Thank you for pointing this.

Dan
by Dan
Thu Jun 05, 2003 10:51 am
Forum: Common Problems
Topic: opening a file at the command-line
Replies: 5
Views: 6771

Other workaround is to modify the oxygen.sh script like this: ------------------- #!/bin/sh ROOT=/home/dan/Oxygen2.0.1 java -Xmx256m -Dcom.oxygenxml.classpath.relativeToOxygen.jar=true -cp $ROOT:$ROOT/lib/oxygen.jar ro.sync.exml.Oxygen $1 $2 $3 ------------------- The ROOT must be set to the install...
by Dan
Thu Jun 05, 2003 10:39 am
Forum: Common Problems
Topic: opening a file at the command-line
Replies: 5
Views: 6771

Indeed, the script fails to open the file because there is a problem with the working directory. For example, if I make an alias "oxy" to the "oxygen" script, the editor starts, but searches for the file argument relative to the installation directory. The workaround is to specif...
by Dan
Wed May 28, 2003 11:54 am
Forum: Common Problems
Topic: XSLT in 2.0 v. 2.0.1
Replies: 4
Views: 6251

Indeed, there is a bug in the current version of Oxygen (2.0.1) that prevents the use of namespaces in XSL templates. We have made an update that fixes this problem. There is an "All platforms" distribution at this location: http://www.oxygenxml.com/update/oxygenAllPlatforms2.0.2b1.zip You...