Search found 2855 matches

by adrian
Wed Apr 21, 2010 2:25 pm
Forum: Other Issues
Topic: Xquery w/BDB Could not initialize class com.sleepycat.db.int
Replies: 1
Views: 2653

Re: Xquery w/BDB Could not initialize class com.sleepycat.db.int

Hello, Did you download dbxml-2.5.16.tar.gz, unpack it and successfully built it with 'sh buildall.sh' in the terminal? The next step is to add the path where the BDB XML native libraries(libdb*.dylib) are located to the environment variable DYLD_LIBRARY_PATH. e.g.: DYLD_LIBRARY_PATH=/path/to/dbxml-...
by adrian
Tue Apr 20, 2010 3:07 pm
Forum: Common Problems
Topic: Startup exceptions block whole IDE
Replies: 4
Views: 2420

Re: Startup exceptions block whole IDE

Hello,

This has been fixed but the fix is only available starting with v10.0.

Regards,
Adrian
by adrian
Tue Apr 20, 2010 10:19 am
Forum: Common Problems
Topic: Oxygen returning errors on Validation with no DTD or Schema
Replies: 1
Views: 974

Re: Oxygen returning errors on Validation with no DTD or Schema

Hello, By default if there is no schema declaration and no schema association Oxygen should only check for XML well-formed. However, Oxygen has a large number of Document Type Associations which replace and expand the Schema Associations from older versions of Oxygen. These associations can sometime...
by adrian
Tue Apr 20, 2010 9:55 am
Forum: Common Problems
Topic: Inserting whitespace special characters
Replies: 4
Views: 2720

Re: Inserting whitespace special characters

Hi, The patterns in the replace field are a limitation of the Java regular expression engine. By default it only supports groups in the replace string. But now that you mention it '\t' in the replace field should have worked. \t, \n, \r, \uXXXX, \xXX, \0->\9 have all been specifically implemented si...
by adrian
Mon Apr 19, 2010 5:17 pm
Forum: Common Problems
Topic: Inserting whitespace special characters
Replies: 4
Views: 2720

Re: Inserting whitespace special characters

Hello, If you right click in either the find or the replace text areas from the Find/Replace dialog you will get a contextual menu which has as its last two actions: 'Insert newline' and 'Insert tab' 'Insert newline' also has a shortcut: Ctrl+Enter Let me know if I misunderstood and that's not what ...
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: 1878

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: 1780

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: 1622

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: 2907

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: 2505

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: 1319

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: 2680

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: 2680

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: 1400

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: 8346

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: 3791

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: 2959

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: 3791

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: 1622

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: 2429

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: 2429

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: 3636

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: 1531

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: 1319

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: 2959

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: 1353

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: 4607

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: 2959

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: 4173

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: 11284

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...