Search found 501 matches

by Dan
Wed May 05, 2004 5:36 pm
Forum: Common Problems
Topic: Upgrading To 4.0 - Questions
Replies: 1
Views: 2378

You can use: 1. JDK 1.4.2_03 2. Eclipse 3 M8 3. I checked the database, and your product is a Professional one without maintenence pack. This means you had the possibility to upgrade to only minor versions, like 2.0.x. In order to use the version 4.0 you will have to upgrade. Check the special promo...
by Dan
Wed May 05, 2004 5:21 pm
Forum: Common Problems
Topic: Newbie tutorial anywhere?
Replies: 8
Views: 5984

In the Articles section you may find a short tutorial about using Oxygen for generating PDF from Docbook documents:

http://www.oxygenxml.com/doc/HowToCreat ... Oxygen.pdf

A general docbook tutorial is:

http://opensource.bureau-cornavin.com/crash-course/
by Dan
Mon May 03, 2004 12:09 pm
Forum: Common Problems
Topic: XConnection and database drivers
Replies: 2
Views: 3112

Oxygen loads all the jars that are in the same directory as the file oxygen.jar. So you have to copy the driver into the directory:

oxygen.app/Contents/Resources/Java

Use "Show Package Contents" menu option from the finder in order to open the "Contents" directory.
by Dan
Mon May 03, 2004 12:05 pm
Forum: Common Problems
Topic: Download dictionaries
Replies: 1
Views: 2588

We are using a component compatible with the dictionaries supplied here: http://www.xmlmind.com/spellchecker/dictionaries.shtml. On this page you may learn how to create new dictionaries by importing word lists from the ASPELL or ISPELL applications. The new dictionary must be placed in the same dir...
by Dan
Wed Apr 14, 2004 7:47 pm
Forum: Common Problems
Topic: XPath evaluation on xsl stylesheets
Replies: 2
Views: 2916

The Xpath expressions are executed against the XML document associated to the stylesheet in order to make easy the design of the xsl:template "match" expressions. In this way you can evaluate the result of a match without the need of switching to the XML document.
by Dan
Fri Apr 09, 2004 11:00 am
Forum: Common Problems
Topic: Odd Behaviour with Samba Shares
Replies: 1
Views: 2936

I have tried to share a directory having a long name with spaces on my windows box and then to connect to it from my Mac (Mac OS X 10.3.3 Panther) but Finder failed to mount the share. After this I have modified the name of the share to be shorter, containing only one space, and both mounting in Fin...
by Dan
Thu Apr 01, 2004 4:06 pm
Forum: Common Problems
Topic: location of folders in Mac OS X (and probably on others?)
Replies: 2
Views: 5168

Hello, The users are expected to be able to install extra-plugins and dictionaries as easy as possible. For this we have choosed to place the plugins and dicts directories at the same level as the application bundle, and not to place them in the application bundle itself. The solution to avoid the m...
by Dan
Thu Apr 01, 2004 4:00 pm
Forum: Common Problems
Topic: oxygen gives a null pointer exception and arrayoutofbounds
Replies: 2
Views: 3598

Hello,

I have downloaded the Eclipse M8 and I have installed the Oxygen plugin. It works fine, except some minor layout problems. Can you tell me what Mac OS X version do you use? What is the Java VM version? I use OS X 10.3.3 Panther and the Java build 1.4.2_03-117.1

Regards,
Dan
by Dan
Thu Feb 05, 2004 7:38 pm
Forum: Common Problems
Topic: xml catalog
Replies: 6
Views: 5112

I am not sure about solving relative paths with a catalog. The primary purpose of the catalog is to solve remote files to local ones. Of course, the immediate workaround is to have the XSD file locally, in a directory structure that matchs the relative paths, and avoid using the catalog. Ex: In dire...
by Dan
Thu Feb 05, 2004 6:46 pm
Forum: Common Problems
Topic: crash with osx panther 10,3 and oxygen3
Replies: 1
Views: 2802

Hello,

Our editor is Java based.

Apple released these days the Java version 1.4.2. Please update your system and try to run the editor. Let me know if you still have problems.

Best regards,
Dan
by Dan
Thu Feb 05, 2004 6:38 pm
Forum: Common Problems
Topic: xml catalog
Replies: 6
Views: 5112

I would not use the rewrite URI, and also not use relative paths for the shema location. Instead you can try to define some locations using absolute URIs like this: xsi:schemaLocation=" http://a/1.1/ http://myserver/X/a.xsd http://b/0.95/ http://myserver/Y/M.xsd http://b/0.95/ http://myserver/Y...
by Dan
Mon Feb 02, 2004 6:37 pm
Forum: Common Problems
Topic: Incalid license format ...
Replies: 8
Views: 10540

We are using the same VM. How do you start the editor? You are using "oxygen.sh" or the launcher created by the installer? If you are using the launcher, please send to me dan at ( oxygenxml dot com) the oxygen.lax file and also try the "oxygen.sh": sh oxygen.sh from the installa...
by Dan
Mon Feb 02, 2004 4:14 pm
Forum: Common Problems
Topic: Incalid license format ...
Replies: 8
Views: 10540

Hello,

Please let me know what Java VM do you use. To find out, paste this line into a Terminal:

java -version

We recommend the latest Java VM 1.4.2 from Sun:
http://java.sun.com/j2se/1.4.2/download.html

Regards,
Dan
by Dan
Fri Jan 30, 2004 11:29 am
Forum: Common Problems
Topic: finding '\n'
Replies: 4
Views: 5129

The replacement is done within one line at a time. If the line is empty, the result of the replacement is also empty, but the line will not be erased.

I recommend to use the "Format and Indent" action from the toolbar. It removes the empty lines.
by Dan
Thu Jan 29, 2004 3:24 pm
Forum: Common Problems
Topic: Difficulty browsing over WebDAV
Replies: 2
Views: 4112

Yes, this was a problem in our browsing component. We have fixed it and the fix will be available in version 3.1.

Thank you for reporting it!

Best regards,
Dan
by Dan
Thu Jan 29, 2004 10:49 am
Forum: Common Problems
Topic: Cannot write a file over WebDAV with 3.0
Replies: 6
Views: 6322

Hello Jonathan,

I am glad it works. If you encounter other problems, please let me know.

Many regards,
Dan
by Dan
Tue Jan 27, 2004 11:52 am
Forum: Common Problems
Topic: Cannot write a file over WebDAV with 3.0
Replies: 6
Views: 6322

Hello Jonathan, Thank you for the logs! I noticed that you are using a proxy server. Please note that the proxies usually do not know how to handle WebDAV requests, and this is what happens in your case. The workaround for this is to unselect the "Use proxy" checkbox from the Options/Prefe...
by Dan
Mon Jan 26, 2004 5:42 pm
Forum: Common Problems
Topic: Cannot write a file over WebDAV with 3.0
Replies: 6
Views: 6322

Hello, I have compiled a new version with the http part modified, so it tries to recover from http errors. http://www.oxygenxml.com/update/oxygen3.1a.jar Please rename this file to oxygen.jar and copy it into the lib directory of the installation folder, then try again to connect to the server. Do n...
by Dan
Mon Jan 26, 2004 11:15 am
Forum: Common Problems
Topic: Cannot write a file over WebDAV with 3.0
Replies: 6
Views: 6322

Thank you for letting us know.
We will include code for handling recoverable exceptions in Oxygen version 3.1.
Best regards,
Dan
by Dan
Thu Jan 08, 2004 5:02 pm
Forum: Common Problems
Topic: XInclude not applying schema to included file
Replies: 2
Views: 4279

Hello,

We reproduced the bug. The problem is that we cannot offer you a solution for this, but we will continue searching. As you probably know, we are using Xerces for validation and the xinclude is still experimental in the latest version of the parser.


Best regards,

Dan Caprioara
by Dan
Mon Dec 15, 2003 1:46 pm
Forum: Common Problems
Topic: Bus-error
Replies: 3
Views: 4064

You can send to Apple the text you were trying to paste in the document along with the crash log. The submission URL is: http://developer.apple.com/bugreporter/ I will try to reproduce the problem on our systems, to check the exact conditions. If there is a fix, I will make it available to you. Best...
by Dan
Fri Nov 28, 2003 2:51 pm
Forum: Common Problems
Topic: javahelp transformation
Replies: 1
Views: 3474

Hello, By default, the javahelp stylesheet uses for the output the application working directory. You can modify the directory by setting the base.dir parameter to the transformation. For this, use the parameters button in the configure transformation dialog. Make sure you specify the full path ende...
by Dan
Wed Nov 26, 2003 4:41 pm
Forum: Common Problems
Topic: Preferences
Replies: 8
Views: 6295

About pasting Japanese text into the XML editor:

We tested this (Mozilla and Safari) and works ok once you have set a font that knows to render Japanese glyphs. For example you can use the fonts Osaka or Monaco.

Regards,
Dan
by Dan
Thu Nov 13, 2003 6:19 pm
Forum: Common Problems
Topic: schema reference
Replies: 3
Views: 4545

The XML catalog feature is available into the Oxygen current version (2.0.4)
The bug fix regarding the HTTP access will be included into the next version.
by Dan
Thu Nov 13, 2003 10:51 am
Forum: Common Problems
Topic: FOP 2.0.4 does not render embedded SVG
Replies: 2
Views: 5564

Hello,

We tested FOP 0.20.5 but it failed to make a simple transformation. The input was a FO file generated using Docbook stylesheets. We will repeat the tests before the next release.

Cheers,
Dan
by Dan
Thu Nov 13, 2003 10:37 am
Forum: Common Problems
Topic: schema reference
Replies: 3
Views: 4545

Hello, We fixed this in the current version that is under development. It was a problem in accessing the HTTP resources. I recommend to setup an XML catalog in which you map the url http://schemas.xmlsoap.org/soap/envelope/ to file:///d:/xmlpilot/soaplocal.xsd Sample catalog: -----------------------...
by Dan
Wed Nov 05, 2003 9:39 am
Forum: Common Problems
Topic: Oxygen fails to start on Mac OS X Panther
Replies: 1
Views: 3597

Apple sugests the following solution:

http://developer.apple.com/technotes/tn2002/tn2099.html
by Dan
Mon Nov 03, 2003 10:18 am
Forum: Common Problems
Topic: Oxygen fails to start on Mac OS X Panther
Replies: 1
Views: 3597

Oxygen fails to start on Mac OS X Panther

There are users that have run the Oxygen XML Editor on the Mac OS X Panther. However there are reports that the Panther install breaks the Apple Java VM on some systems. (A conflict between the Quick time libraries and Java) This means that no Java applications will run. An easy way to see if you ha...
by Dan
Thu Oct 16, 2003 9:30 am
Forum: Common Problems
Topic: component versions
Replies: 1
Views: 4253

Hello Marius, Please check the about dialog. The versions for Xerces and Xalan are printed there. For the Oxygen version 2.0.4, the following components are used: 1. Xerces 2.5.0 2. Xalan 2.5.1 3. Saxon 6.5.3 4. FOP 0.20.4 5. Jing from 19 Jun 2003 Frameworks: Docbook DTD 4.2 Docbook XSL 1.60.1 Tei P...
by Dan
Mon Sep 29, 2003 12:02 pm
Forum: Common Problems
Topic: TEI P4 and Tree View Problems
Replies: 1
Views: 3840

Thank you for reporting this problem. When creating a document using the TEI P4 DTDs, there are added more parameter entities after the DOCTYPE. Without these parameter entities, the document is not valid. Unfortunately, the Tree View uses a model that looses this entities at parse time, while the s...