Search found 501 matches

by Dan
Wed Jul 19, 2006 9:31 am
Forum: Other Issues
Topic: Memory leak when validating files
Replies: 5
Views: 8615

Hello Tony,

Thank you for reporting this issue. We will try to find what is causing it.

Cheers,
Dan
by Dan
Fri Mar 17, 2006 11:45 am
Forum: Other Issues
Topic: Support for Intel Macs
Replies: 9
Views: 23582

You can make Eclipse 3.1.2 run on an Intel Mac system by patching the installation. 1. Install Eclipse 3.1.2 on your system. 2. Download the file: http://www.weinand.org/eclipse/org.eclipse.swt.carbon.macosx.ppc_3.1.0.jar.zip 3. Extract the jar file from the zip archive. 4. Rename it from: org.eclip...
by Dan
Thu May 12, 2005 3:32 pm
Forum: Common Problems
Topic: Problem with editing more than about 16-18 documents
Replies: 2
Views: 4122

Hello Peter, We made a profiling of the editor and we found no difference in editing just one document or 60 small ones. I think in your case it might be a problem with the memory settings. If too much memory is given to the editor, this can force other applications to swap out on disk, degrading sy...
by Dan
Tue May 10, 2005 6:33 pm
Forum: Common Problems
Topic: Sun JDK 1.5 has a focus problem that cripples Oxygen-XML
Replies: 4
Views: 7639

Hello, Thank you for pointing this out. The QA team discovered the problem occuring only on the latest JRE 1.5.0_03. We will add a note on the download page showing that this version is not recommeded. In our next release we will package the JRE version 1.5.0_02 as it is more stable. Thanks again, Dan
by Dan
Mon Mar 07, 2005 12:40 pm
Forum: Common Problems
Topic: Linux Install
Replies: 1
Views: 2516

The way you installed <oXygen/> in the /usr/local/bin is correct. Installing it in the user home directory is an option when the user who makes the install has no root rights. In fact the install directory has little importance. The editor stores the preferences in the com.oxygenxml directory in the...
by Dan
Thu Feb 17, 2005 5:08 pm
Forum: General XML Questions
Topic: URI's for local files
Replies: 3
Views: 12504

Hello John, We are using the expressions of type: file://host/path in the context of a MS Windows network, by resolving it to \\host\path (Windows shared folders). In this way the editor can access network resources and use only the URL format for keeping track to any loaded file. We are commonly us...
by Dan
Wed Jan 26, 2005 11:50 am
Forum: Common Problems
Topic: multiple entries in Mac OS X contextual menu
Replies: 3
Views: 4741

You can try to unregister the applications. Finder will register them again as you browse the directory that contains the application. From a terminal give the following commands: # To re-register the extensions, use: /System/Library/Frameworks/ApplicationServices.framework/Frameworks/LaunchServices...
by Dan
Wed Dec 15, 2004 9:22 am
Forum: Common Problems
Topic: Error msg when saving files in Oxygen 5.0
Replies: 1
Views: 2168

Hello Ryan,
Yes, we are aware of this bug, it will be fixed in the new release. The workaround is to use the CTRL-S shortcut instead of the File/Save menu option.

Regards,
Dan
by Dan
Tue Dec 07, 2004 10:18 am
Forum: Common Problems
Topic: JDK 1.42 installed, where to set the path to the JRE?
Replies: 6
Views: 6396

It looks like the startup program does not find the correct JVM... We will check this.
I think the best way to fix the problem is to copy the jre directory from the JDK1.4.2 installation directory into the Oxygen installation directory.

Example: C:\j2sdk1.4.2_06\jre to C:\Program Files\Oxygen 5.0\jre
by Dan
Mon Dec 06, 2004 4:43 pm
Forum: Common Problems
Topic: JDK 1.42 installed, where to set the path to the JRE?
Replies: 6
Views: 6396

You can edit the oxygen.ini file from the installation directory and specify the exact version of the Java VM you want to use. You can obtain the version string by running into a CMD shell the command: java -version It can be: 1.5.0 or: 1.4.2_03 for instance. This value must be set in the section [J...
by Dan
Wed Nov 17, 2004 10:37 am
Forum: Common Problems
Topic: http authentication
Replies: 8
Views: 6785

If a basic auth header is not included in the http request, and the 'authenticated cookie' is also not sent, than Zope returns an HTML login form. It does not return an http un-auth error code. Yes, this is a problem, because the Zope server does not respect the http spec for authentication. We are...
by Dan
Tue Nov 16, 2004 10:29 am
Forum: Common Problems
Topic: http authentication
Replies: 8
Views: 6785

About the http authentication, this is what i tested: 1. Opened successfuly the remote file in the editor: http://test:xxx@devel.sync.ro/webdav/personal.xml If I choose File / Open URL, I cannot put in a url in like this: > http://user_name:password@server.com/some/file.xml It says "you must se...
by Dan
Mon Nov 15, 2004 7:09 pm
Forum: Common Problems
Topic: http authentication
Replies: 8
Views: 6785

Hello, I have tried applying XSLT on documents with entities and imported stylesheets using a webdav server and it worked. If the URL did not specified the user and password, the authentication window was displayed. Have you opened the documents in InternetExplorer? As a workaround you can try speci...
by Dan
Fri Nov 12, 2004 2:30 pm
Forum: Common Problems
Topic: javaApplicationStub crash
Replies: 1
Views: 2593

Hi, You can try to copy the JavaApplicationStub file from the directory: /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/MacOS to the oxygen.app/Contents/MacOS. There may be also a problem with the installation archive. Make sure the download was successful and the file is not trunc...
by Dan
Mon Oct 18, 2004 9:09 am
Forum: Common Problems
Topic: How to print a xml tree
Replies: 2
Views: 2420

Not at this time. We are planning to add this feature in the next release.

Many regards,
Dan
by Dan
Mon Oct 04, 2004 11:04 am
Forum: General XML Questions
Topic: Figure and its title on the same page
Replies: 1
Views: 11411

Here is a link to the list of docbook stylesheet parameters. http://www.sagehill.net/docbookxsl/TitleFontSizes.html#d0e11421 There are several ways to customize docbook, one is using the parameters, the other is to modify the templates that generate the content, using a customization layer. On the s...
by Dan
Fri Oct 01, 2004 10:39 am
Forum: General XML Questions
Topic: how to build list of tables and figures and an index
Replies: 5
Views: 14848

For the Oxygen User Guide we are not specifying a special parameter for generating the list of figures. It is done automatically by the Docbook. Ex: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docboo...
by Dan
Fri Aug 13, 2004 11:11 am
Forum: Common Problems
Topic: bad performance on laptop
Replies: 3
Views: 4314

In the installation folder there is an oxygen.bat file you could use to change the command line for Oxygen. Currently the arguments passed to this bat file are interpreted as file to be opened.
by Dan
Thu Aug 12, 2004 10:05 am
Forum: Common Problems
Topic: bad performance on laptop
Replies: 3
Views: 4314

Oxygen is a Java aplication. I asume that the Java Virtual Machine was not optimized for functioning in "battery mode". I know that laptops are reducing the frequency of the processor in order to save the battery energy, so this has effect on the speed of any application.

Many Regards,
Dan
by Dan
Fri Jul 23, 2004 2:44 pm
Forum: Common Problems
Topic: External Tools Working Directory
Replies: 1
Views: 2675

In the next release of the editor the ${cfd} macro will be accepted as working directory. Until then you can use the following workaround: Make a bat file that changes directory before calling your tool. Something like: @echo off echo The first argument was: %1 cd %1 rem - Instead of dir you can use...
by Dan
Fri Jul 23, 2004 12:11 pm
Forum: Common Problems
Topic: JSPs
Replies: 1
Views: 2634

At this time Oxygen does not parse the tag library descriptors, so it cannot offer content assist on the custom tags. However, you could write a stylesheet that applied over the TLD file creates an XML Schema. You can add a reference to this schema from your JSP files like this: <jsp:root xmlns:xsi=...
by Dan
Wed Jul 21, 2004 10:43 am
Forum: Common Problems
Topic: two (minor) errors on linux install
Replies: 1
Views: 2866

Hello,

We tested the kit on a Mandrake Linux and it gave no warnings. (sure it had different utilities versions than RH )
The oxygen.bin package is created using the InstallAnywhere installer. We will check to see if it is possible to change the generated installation script.

Thank you,
Dan
by Dan
Wed Jul 14, 2004 2:43 pm
Forum: Common Problems
Topic: PHP Syntax Highlighting
Replies: 1
Views: 2775

Hello,

I have posted a reply on that discussion thread.

Many regards,
Dan
by Dan
Wed Jul 14, 2004 2:42 pm
Forum: Common Problems
Topic: PHP syntax highlighting
Replies: 4
Views: 5016

The problem with the "<" symbol inside a PHP block has been fixed. (From version 4). We use for PHP the same editor mode as for XML. The PHP code is in fact a processing instruction embedded in the HTML document so it is rendered with the processing instruction color. We will try to find a...
by Dan
Thu Jul 01, 2004 4:49 pm
Forum: Common Problems
Topic: Problems with linked directories
Replies: 1
Views: 2883

Hello,

I have tested the problem but it worked for me. Do you have a large number of files in the symbolic link target directory?

Many regards,
Dan
by Dan
Fri May 14, 2004 12:38 pm
Forum: Common Problems
Topic: Oxygen quit when lauched .
Replies: 5
Views: 4358

I have searched Google and apple.com, but I could not find any reference about reinstalling the Java 1.4.1 on Jaguar. (This should be the last java update on Mac OS X 10.2). However, you can make Oxygen to use Java 1.3.1 by changing into the Info.plist file (Click on Show package contents - with oxy...
by Dan
Fri May 14, 2004 10:07 am
Forum: Common Problems
Topic: Oxygen quit when lauched .
Replies: 5
Views: 4358

This is a Java problem.
You can try to reinstall it. See:
http://www.apple.com/support/downloads/javaupdate.html
by Dan
Wed May 12, 2004 4:33 pm
Forum: Common Problems
Topic: PHP syntax highlighting
Replies: 4
Views: 5016

We are trying to fix the problem. The syntax highlight stops working when a "<" character is present in the PHP script because it is considered as being a start tag.
by Dan
Mon May 10, 2004 4:59 pm
Forum: Common Problems
Topic: Oxygen quit when lauched .
Replies: 5
Views: 4358

Hello, First you can check that you have all the software updates installed. (See System Preferences/Software Update). Next, open a Terminal (Applications/Utilities) and change directory to the Oxygen install folder. For examlple: cd /Applications/Oxygen4.0/ Check the java version, it should be abov...
by Dan
Thu May 06, 2004 10:03 am
Forum: Common Problems
Topic: Newbie tutorial anywhere?
Replies: 8
Views: 5988

1. I cannot explain the strange characters. In what context they appear? In front of some list items?

2. You can set this parameter to 1:
use.id.as.filename

For more info, see:

http://www.sagehill.net/docbookxsl/HtmlOutput.html