Search found 2850 matches

by adrian
Mon Apr 19, 2010 5:05 pm
Forum: Other Issues
Topic: Problem with Eclipse RCP application using oxygen as plugin
Replies: 2
Views: 1870

Re: Problem with Eclipse RCP application using oxygen as plugin

Hello,

Can you please look in Eclipse's Error Log(Window -> Show View -> Error Log) and see if there are additional errors there?

Regards,
Adrian
by adrian
Fri Apr 16, 2010 4:33 pm
Forum: XSLT and FOP
Topic: headless HTML and PDF conversion
Replies: 2
Views: 1778

Re: headless HTML and PDF conversion

Hello, If you are asking if Oxygen provides means of running headless conversions from ant scripts then the answer is no. But of course you can manually recreate in an ant script the XSLT transformations that Oxygen performs for these conversions. What type of document(DocBook, DITA, etc) do you wan...
by adrian
Fri Apr 16, 2010 4:11 pm
Forum: Common Problems
Topic: Greyed-out menus OS X 10.6.3 Snow Leopard
Replies: 2
Views: 1621

Re: Greyed-out menus OS X 10.6.3 Snow Leopard

Hi,

A new build of Oxygen(2010041213) was released which fixes this problem:
You can download it from our site:
Oxygen XML Editor - http://www.oxygenxml.com/download_oxygenxml_editor.html
Oxygen XML Author - http://www.oxygenxml.com/download_oxygenxml_author.html

Regards,
Adrian
by adrian
Thu Apr 15, 2010 4:31 pm
Forum: Other Issues
Topic: CMS advice?
Replies: 3
Views: 2896

Re: CMS advice?

Hello,

Alfresco Community Edition is an open source Enterprise Content Management system:
http://www.alfresco.com/products/networks/community/
http://wiki.alfresco.com/wiki/Main_Page

Regards,
Adrian
by adrian
Wed Apr 14, 2010 7:37 pm
Forum: XML Schemas
Topic: Removing files from drop-down list for External Validation
Replies: 1
Views: 2497

Re: Removing files from drop-down list for External Validation

Hi Mike, Please note that at the top of the URL drop-down list are shown the files currently open in the editor(only the files of the appropriate type, e.g: .xsd) followed by the actual history. I believe the URL history is limited to 10, so an older URL will eventually fall from the list. But unfor...
by adrian
Mon Apr 12, 2010 10:44 am
Forum: Feature Request
Topic: Prevent comments from wrapping
Replies: 1
Views: 1318

Re: Prevent comments from wrapping

Hello, Thank you for reporting this. I'm adding this problem to our issue tracking tool. Unfortunately I cannot find a decent workaround for this. Comments are treated the same as elements so they are only left unindented when they are placed inside an element with mixed content. We'll let you know ...
by adrian
Mon Apr 12, 2010 9:05 am
Forum: General XML Questions
Topic: Adding image to excisiting code
Replies: 3
Views: 2673

Re: Adding image to excisiting code

Hi, This all depends on your document type and I can't recognize anything from your snippet so I'm guessing it's a custom document type. That means I can't possibly know what the image element looks like. This should be in the document's DTD/schema. Do you have a DTD(<!DOCTYPE ...) associated with t...
by adrian
Thu Apr 08, 2010 10:56 am
Forum: General XML Questions
Topic: Adding image to excisiting code
Replies: 3
Views: 2673

Re: Adding image to excisiting code

Hi, What type of document are you using? XHTML, DocBook, something else? For an image with the name "image.jpg" the code for (X)HTML looks like this: <img src="image.jpg"/> For DocBook it looks like this: <mediaobject> <imageobject> <imagedata fileref="image.jpg"/> </im...
by adrian
Thu Apr 08, 2010 10:44 am
Forum: Common Problems
Topic: Oxy 11.0 pop-up box when cursor is inside tag brackets
Replies: 2
Views: 1398

Re: Oxy 11.0 pop-up box when cursor is inside tag brackets

Hello,

The annotations tooltip can be disabled from Options -> Preferences -> Editor -> Content Completion -> Annotations, Show annotations as tooltip.

Let me know if you need further assistance.

Regards,
Adrian
by adrian
Thu Apr 08, 2010 9:34 am
Forum: Feature Request
Topic: XML Structure Outline Title display
Replies: 11
Views: 8341

Re: XML Structure Outline Title display

Hello, Thank you for the feedback. Right now, if the option Show text is selected the Outliner looks like this: - section - info Section Title - title Section Title If an element is empty then its presenter will show its enclosing text or if it has no text it will inherit it from its first child(onl...
by adrian
Wed Apr 07, 2010 4:16 pm
Forum: XSLT and FOP
Topic: Passing XSLT stylesheet parameter to transform scenario?
Replies: 4
Views: 3783

Re: Passing XSLT stylesheet parameter to transform scenario?

Hi,

Ok, I've added this as a feature request.
We'll let you know when this gets implemented.

Thank you for the feedback.

Regards,
Adrian
by adrian
Wed Apr 07, 2010 3:13 pm
Forum: Common Problems
Topic: Connecting with webdav to some Database Sources fails
Replies: 8
Views: 2957

Re: Connecting with webdav to some Database Sources fails

Hi, In case other people stumble upon the same problem... It turned out to be a username problem. If the username contains a white space(or other special chars that get escaped) it is mistakenly escaped twice in the URL, so instead of user%20name it ends up as user%2520name and as a result the authe...
by adrian
Tue Apr 06, 2010 12:45 pm
Forum: XSLT and FOP
Topic: Passing XSLT stylesheet parameter to transform scenario?
Replies: 4
Views: 3783

Re: Passing XSLT stylesheet parameter to transform scenario?

Hello, Unfortunately right now there is no editor variable that can be used to obtain what you want. An arguable workaround would be to use an environment variable - ${env(VAR_NAME)} - or a java system variable - ${system(var.name)} - in both the stylesheet parameter value and in the "Save As&q...
by adrian
Mon Apr 05, 2010 10:55 am
Forum: Common Problems
Topic: Greyed-out menus OS X 10.6.3 Snow Leopard
Replies: 2
Views: 1621

Re: Greyed-out menus OS X 10.6.3 Snow Leopard

Hello, We are aware of this problem but we are still investigating what's causing it. A new build of Oxygen will be released as soon as we find a way to fix this. A quick workaround for when this happens is to invoke an action that opens a dialog from the Oxygen toolbars(e.g. http://www.oxygenxml.co...
by adrian
Fri Apr 02, 2010 11:49 am
Forum: Common Problems
Topic: Docbook 4 validation + Xinclude + Duplicate ID problem
Replies: 5
Views: 2426

Re: Docbook 4 validation + Xinclude + Duplicate ID problem

Hello, It should have worked out-of-the-box as Oxygen comes with preconfigured catalogs for DocBook(including 4.2 and 4.4), unless you somehow deactivated them. The catalogs you need are provided by the DocBook 4 document type( Options -> Preferences -> Document type Association ). So first make sur...
by adrian
Wed Mar 31, 2010 5:07 pm
Forum: Common Problems
Topic: Docbook 4 validation + Xinclude + Duplicate ID problem
Replies: 5
Views: 2426

Re: Docbook 4 validation + Xinclude + Duplicate ID problem

Hello, You can validate the XIncluded modules in the context of the main document if you create a custom validation scenario (Document Validate -> Configure Validation Scenario) in which you specify the main document(New -> Add -> Browse for the main document) and select the LIBXML processor. Afterw...
by adrian
Wed Mar 31, 2010 11:53 am
Forum: Common Problems
Topic: Switch Layout
Replies: 7
Views: 3633

Re: Switch Layout

Hi,

I'm increasing the priority for this feature request.

Regards,
Adrian
by adrian
Tue Mar 30, 2010 12:06 pm
Forum: XSLT and FOP
Topic: debugging multiple stylesheets
Replies: 2
Views: 1530

Re: debugging multiple stylesheets

Hello, If I understood correctly you meant you are using multiple stylesheets applied in cascade on the same XML document. Did I get that right? Unfortunately you cannot debug in Oxygen a transformation with cascading XSLT stylesheets( Additional XSLT stylesheets in the transformation scenario confi...
by adrian
Mon Mar 29, 2010 5:29 pm
Forum: XSLT and FOP
Topic: XSLT Custom filter function
Replies: 1
Views: 1316

Re: XSLT Custom filter function

Hello, You could use a template instead of a function so you would also have the context: <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:my="http://www.mysite.com/my"> ...
by adrian
Mon Mar 29, 2010 12:12 pm
Forum: Common Problems
Topic: Connecting with webdav to some Database Sources fails
Replies: 8
Views: 2957

Re: Connecting with webdav to some Database Sources fails

Hello, The only known problem for WebDAV/FTP browsing is that it always starts browsing from the root of the webdav or ftp site. So for: http://my.http/webdav/path/to/my/directory it will try to access http://my.http/webdav/ or for: ftp://my.ftp/path/to/my/directory it will try to access ftp://my.ft...
by adrian
Fri Mar 26, 2010 12:00 pm
Forum: Feature Request
Topic: Diff Tools features request
Replies: 1
Views: 1352

Re: Diff Tools features request

Hello,

Thank you for the feedback.

I have added both feature requests to our issue tracking tool. They will be implemented in a future version of Oxygen.

Feedback is always welcome so please feel free to report any problems or features that you think are lacking or missing.

Regards,
Adrian
by adrian
Fri Mar 26, 2010 11:30 am
Forum: General XML Questions
Topic: how to read text file as xml?
Replies: 3
Views: 4595

Re: how to read text file as xml?

Hello,

You want to import a text file in XML?
To be able to import a text file it must have a separator between fields: comma, semicolon, tab or space.

You can do this in Oxygen from File -> Import -> Text file...

Let me know if I misunderstood.

Regards,
Adrian
by adrian
Thu Mar 25, 2010 6:09 pm
Forum: Common Problems
Topic: Connecting with webdav to some Database Sources fails
Replies: 8
Views: 2957

Re: Connecting with webdav to some Database Sources fails

Hello,

Did you import them in 11.2 or you had them from 11.1?

Regards,
Adrian
by adrian
Wed Mar 24, 2010 5:38 pm
Forum: Common Problems
Topic: Unable to start plugin using MyEclipse 8.0
Replies: 7
Views: 4167

Re: Unable to start plugin using MyEclipse 8.0

We have made yet another build of Oxygen(2010032411) that fixes a deadlock at plugin initialization time and a crash caused by the new spell checker(Hunspell) in Linux OSs: Download from: http://www.oxygenxml.com/download_oxygenxml_editor.html Install in Eclipse from: http://www.oxygenxml.com/InstDa...
by adrian
Wed Mar 24, 2010 5:21 pm
Forum: Common Problems
Topic: ZendStudio crashes after upgrading to 11.2
Replies: 20
Views: 11272

Re: ZendStudio crashes after upgrading to 11.2

The build that fixes these problems is now available( 2010032411 ): Download from: http://www.oxygenxml.com/download_oxygenxml_editor.html Install in Eclipse from: http://www.oxygenxml.com/InstData/Editor/Eclipse/site.xml Or simply Check for Updates from Eclipse/Zend Studio if you have installed Oxy...
by adrian
Wed Mar 24, 2010 5:19 pm
Forum: Common Problems
Topic: "File Icons Based on Content Analysis" hangs Eclipse/oXygen
Replies: 2
Views: 4048

Re: "File Icons Based on Content Analysis" hangs Eclipse/oXygen

The build that fixes these problems is now available( 2010032411 ): Download from: http://www.oxygenxml.com/download_oxygenxml_editor.html Install in Eclipse from: http://www.oxygenxml.com/InstData/Editor/Eclipse/site.xml Or simply Check for Updates from Eclipse/Zend Studio if you have installed Oxy...
by adrian
Wed Mar 24, 2010 4:16 pm
Forum: Common Problems
Topic: "File Icons Based on Content Analysis" hangs Eclipse/oXygen
Replies: 2
Views: 4048

Re: "File Icons Based on Content Analysis" hangs Eclipse/oXygen

Hello, Like I mentioned on the other topic( ZendStudio crashes after upgrading to 11.2 ) this was the behaviour we were encountering when testing with ZendStudio. When the plugin was initialized it would freeze ZendStudio rather than crashing it. A new Oxygen build will be available by the end of th...
by adrian
Tue Mar 23, 2010 5:15 pm
Forum: Common Problems
Topic: ZendStudio crashes after upgrading to 11.2
Replies: 20
Views: 11272

Re: ZendStudio crashes after upgrading to 11.2

Right now the best workaround is the one you have found. Copy /usr/lib64/libhunspell-1.2.so.0 to the plugins/com.oxygenxml.editor_11.2.0.v2010032314/lib/hunspell directory from the ZendStudio installation directory and rename it to libhunspell-linux-x86-64.so. We are working on building a statically...
by adrian
Tue Mar 23, 2010 4:41 pm
Forum: Common Problems
Topic: ZendStudio crashes after upgrading to 11.2
Replies: 20
Views: 11272

Re: ZendStudio crashes after upgrading to 11.2

We managed to reproduce the hunspell crash in both Ubuntu 9.10 and openSUSE 11.2 64bit.

Regards,
Adrian
by adrian
Tue Mar 23, 2010 4:24 pm
Forum: Feature Request
Topic: Eclipse update site should include "older" versions
Replies: 3
Views: 2339

Re: Eclipse update site should include "older" versions

Hello,

That's what we've actually been considering, to simply have a separate update site which provides all the versions we have available.

Regards,
Adrian