Search found 2855 matches

by adrian
Thu Sep 30, 2010 3:44 pm
Forum: Other Issues
Topic: Expand all folds - not working
Replies: 2
Views: 1294

Re: Expand all folds - not working

Hello, Expand All (Ctrl+*) is contextual in v11.2 so you need to use it when the caret is on an element. If you want to expand all folds, move the caret in the root element and invoke it there. In v12.0 this has been changed and Expand All is global, it expands all the folds in the document. Regards...
by adrian
Thu Sep 30, 2010 3:34 pm
Forum: Common Problems
Topic: Connection to MarkLogic Database
Replies: 11
Views: 4430

Re: Connection to MarkLogic Database

Hello, You can find the drivers for the data source here: http://xqzone.marklogic.com/products/xcc/4.1 You need the XCC Java distribution and from that zip you need 'lib/xcc.jar'. Then configure a connection like described here: http://www.oxygenxml.com/doc/ug-oxygen/tasks/configure-marklogic-connec...
by adrian
Thu Sep 30, 2010 2:32 pm
Forum: Common Problems
Topic: Search and replace: Use XPath in replace expression
Replies: 1
Views: 2468

Re: Search and replace: Use XPath in replace expression

Hello,

Unfortunately you cannot evaluate that XPath expression in context to use its result as a replace pattern. There is a messy way to do this with regular expressions but to be safe you should use an XSLT stylesheet or XQuery.

Regards,
Adrian
by adrian
Wed Sep 29, 2010 2:51 pm
Forum: Common Problems
Topic: Version 12 not saving state?
Replies: 4
Views: 2192

Re: Version 12 not saving state?

Hello, It's not that Oxygen doesn't keep its last state, it's that it is forcefully closed before it has the chance to do that. Windows "shut down" and "log off" have a bad habit of not waiting for the applications to close normally and sometimes close them forcefully. I doesn't ...
by adrian
Fri Sep 24, 2010 3:37 pm
Forum: Common Problems
Topic: Execute XDQL with DMS_SESSION_ID param
Replies: 4
Views: 2725

Re: Execute XDQL with DMS_SESSION_ID param

Antal, A parameter like that is unlikely to be implemented but we'll see what we can do. Like I said in my previous post, the main problem is that Oxygen does not manage the DMS sessions, these are hidden by the DFS API we are using. And since this API implementation is not open source, we don't hav...
by adrian
Fri Sep 24, 2010 3:09 pm
Forum: Other Issues
Topic: View Source (project) in Japanese
Replies: 1
Views: 1094

Re: View Source (project) in Japanese

Hello, If you are running Windows XP you will first have to enable the support for East Asian languages. You can do this in Control Panel -> Regional and Language Options -> Languages, Install files for East Asian languages. Be aware that this may ask for the Windows XP installation CD so it can cop...
by adrian
Thu Sep 23, 2010 2:51 pm
Forum: Common Problems
Topic: Execute XDQL with DMS_SESSION_ID param
Replies: 4
Views: 2725

Re: Execute XDQL with DMS_SESSION_ID param

Hello, I'm afraid you cannot reuse the DMS_SESSION_ID of the data source created by Oxygen. I don't even see this DMS_SESSION_ID being accessible in our Documentum support implementation. The DFS API, that is used by Oxygen, hides the sessions under another layer and only exposes DFS services. I'm n...
by adrian
Thu Sep 23, 2010 10:19 am
Forum: Common Problems
Topic: Oxygen formats content of text elements
Replies: 4
Views: 2235

Re: Oxygen formats content of text elements

Hello, I see you have xml:space="default" set on the "trans-unit" element. If you want to preserve your indents and line breaks you should change it to xml:space="preserve". Oxygen's Format and Indent feature recognizes this attribute and preserves the whitespaces. Othe...
by adrian
Wed Sep 22, 2010 2:39 pm
Forum: Common Problems
Topic: Problems with new upgrade to v12 on Mac
Replies: 1
Views: 974

Re: Problems with new upgrade to v12 on Mac

Hello, Based on the reports you have sent to our support email address, I believe your installation was corrupted. Please re-download the latest Mac OS X Oxygen kit from our web site: http://www.oxygenxml.com/download_oxygenxml_editor.html (Mac OS X section) and make sure that the MD5 checksum match...
by adrian
Mon Sep 20, 2010 9:53 am
Forum: Common Problems
Topic: Upgrading to Version 12 in linux
Replies: 3
Views: 1996

Re: Upgrading to Version 12 in linux

Hello, Actually, you don't have to reboot. Oxygen imports the options from the previous version for the current user when started for the first time. I'm guessing you've installed Oxygen as root(with su or sudo) and let the installer run Oxygen when finished. The problem is the installer launches th...
by adrian
Wed Sep 15, 2010 5:35 pm
Forum: Other Issues
Topic: Xquery declare an external variable
Replies: 2
Views: 1868

Re: Xquery declare an external variable

Hello, Edit the transformation scenario(Document -> Transformation -> Configure Transformation Scenario, Edit), press the "Parameters" button and you will see a dialog with the detected parameters. "PolicyFile" should already be listed there, you just have to Edit it and specify ...
by adrian
Wed Sep 15, 2010 4:42 pm
Forum: Other Issues
Topic: Differences between Eclipse version and standalong version
Replies: 9
Views: 3299

Re: Differences between Eclipse version and standalong version

Hi, Some of the features of the standalone edition couldn't be exactly replicated in Eclipse. The Find/Replace is one such example. Eclipse does have its own search/replace mechanisms but they are not XML-aware. The eclipse/standalone projects are not interchangeable because they are built around di...
by adrian
Wed Sep 15, 2010 2:17 pm
Forum: Feature Request
Topic: XML Schema clean up tool
Replies: 14
Views: 13994

Re: XML Schema clean up tool

Hello,

Right now, it is scheduled for 13.x, but this might change. I've increased its priority a notch.

Regards,
Adrian
by adrian
Mon Sep 13, 2010 3:45 pm
Forum: Other Issues
Topic: Differences between Eclipse version and standalong version
Replies: 9
Views: 3299

Re: Differences between Eclipse version and standalong version

The options of the Oxygen plugin are kept in the eclipse workspace settings: [workspace_folder]\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.oxygenxml.editor.prefs The properties file contains a single property whose value is the entire content of the Oxygen options XML file. Regards, A...
by adrian
Mon Sep 13, 2010 11:10 am
Forum: Other Issues
Topic: Index configuration files
Replies: 3
Views: 1600

Re: Index configuration files

Hello, Do you mean dictionaries for the spell checker or did I misunderstand? Or localization files of the Oxygen GUI for other languages? You can find instructions on where to find and how to use additional dictionaries for the spell checkers here: http://www.oxygenxml.com/spell_checking.html Regar...
by adrian
Mon Sep 13, 2010 9:52 am
Forum: Other Issues
Topic: Differences between Eclipse version and standalong version
Replies: 9
Views: 3299

Re: Differences between Eclipse version and standalong version

This is a "forgotten feature" that was also missing in v11.2.
Thanks for letting us know. I've added it to the issue tracking tool.

As a workaround you can adjust the font manually from the Options: Window -> Preferences -> oXygen/Author -> Fonts, Change(Author)

Regards,
Adrian
by adrian
Thu Sep 09, 2010 2:51 pm
Forum: Feature Request
Topic: Commandline or library diff tool
Replies: 6
Views: 7039

Re: Commandline or library diff tool

Hello, It seems this feature request wasn't logged on our issue tracking tool. I've corrected this, your comments will be taken into consideration. However, what is more likely to be implemented is the generation of a diff file in the unified format. This diff should then be able to be applied with ...
by adrian
Wed Sep 08, 2010 5:00 pm
Forum: General XML Questions
Topic: Schema API for Java?
Replies: 7
Views: 4935

Re: Schema API for Java?

Saxon might be a bit overkill for what you need, but it also has rather good validation against XML schema. And that would be the main thing you will need to implement your feature.

I guess you could also Xerces instead: http://xerces.apache.org/xerces-j/

Regards,
Adrian
by adrian
Wed Sep 08, 2010 3:38 pm
Forum: General XML Questions
Topic: Schema API for Java?
Replies: 7
Views: 4935

Re: Schema API for Java?

Hello,

Saxon should help with most of your needs. But I'm not sure if the freely available edition, Saxon-HE(Home Edition), covers all bases. Maybe you could use the old Saxon-B(has more features).

http://saxon.sourceforge.net/

Regards,
Adrian
by adrian
Wed Sep 08, 2010 12:42 pm
Forum: Common Problems
Topic: CSS not applied and validtor issue on default docbook.css
Replies: 1
Views: 1067

Re: CSS not applied and validtor issue on default docbook.css

Hello, The CSSs you see in the CSS combo only apply to the Author view of the document, they do not affect the result of the XSLT transformation. Also, the two CSSs seen in the combo are actually docbook.css and hideColspec.css from [oxygen-installation-folder]\frameworks\docbook\css. So what you ar...
by adrian
Tue Sep 07, 2010 5:14 pm
Forum: XSLT and FOP
Topic: Automatic validation against DTD during XSLT transformation
Replies: 1
Views: 1826

Re: Automatic validation against DTD during XSLT transformation

Hello, I'm afraid this isn't possible in the XSLT debugger in v11.2. We do plan to implement validation of the output soon and I've added your vote to this feature request. The workaround right now is to configure a transformation scenario(Document -> Transformation -> Configure Transformation Scena...
by adrian
Tue Sep 07, 2010 12:07 pm
Forum: XSLT and FOP
Topic: Creating a book toc
Replies: 1
Views: 1575

Re: Creating a book toc

Hi, Since the TOC is generated automatically for a book with the current generate.toc values what exactly are you trying to accomplish? How did you create chapter TOCs? Weren't they generated automatically? Or you mean you were able to stylize them? There are some explanations on how generate.toc is...
by adrian
Tue Sep 07, 2010 10:03 am
Forum: Common Problems
Topic: Javascript file contents displayed as Chinese?!
Replies: 3
Views: 1583

Re: Javascript file contents displayed as Chinese?!

The two mentioned encodings don't have much in common:
http://www.ingrid.org/java/i18n/encoding/table.html (look at the end)

Regards,
Adrian
by adrian
Mon Sep 06, 2010 3:41 pm
Forum: Other Issues
Topic: Pushing configuration changes to writers
Replies: 4
Views: 2285

Re: Pushing configuration changes to writers

Hello, Oxygen does have 'Project options' and 'Project scenarios', maybe these could be more useful in your setup. One way to do what you require would be to have everyone use the same project and add all the options and scenarios that are necessary to everyone to that project. Then add the project ...
by adrian
Mon Sep 06, 2010 11:39 am
Forum: Common Problems
Topic: Can't install eclipse plugin
Replies: 3
Views: 3912

Re: Can't install eclipse plugin

Hello, Make sure you have downloaded the zip distribution for Eclipse 3.4 or later: http://mirror.oxygenxml.com/InstData/Editor/Eclipse3.4/com.oxygenxml.editor_11.2.0.v2010080212.zip When you unpack the archive make sure it is unpacked directly in the dropins folder without creating an additional fo...
by adrian
Fri Sep 03, 2010 5:40 pm
Forum: XSLT and FOP
Topic: Saxon-EE fails to locate schema
Replies: 10
Views: 8525

Re: Saxon-EE fails to locate schema

I'll make sure this gets documented. Also, you're right, we should first try to resolve the schema location as an URI and only if that fails use the fallback to systemID. I've logged your comments to our issue tracking tool and we will address this in a future version of Oxygen. This is not going to...
by adrian
Fri Sep 03, 2010 5:26 pm
Forum: XSLT and FOP
Topic: XSL:FO debugging methods
Replies: 1
Views: 2087

Re: XSL:FO debugging methods

Hello, This sort of error integration of the FO processor in Oxygen would first mean to locate the problem in the FO and then back-map the result from the FO to the source XML and XSLT files. Any misinterpretation would lead to a misleading result so it's a bit of a hit-or-miss. We may look into imp...
by adrian
Fri Sep 03, 2010 5:07 pm
Forum: Common Problems
Topic: Show preview
Replies: 3
Views: 2030

Re: Show preview

Hello,

You can only switch between the Text Mode and the Author mode(Document -> Edit Mode), you cannot see both side by side.

Regards,
Adrian
by adrian
Fri Sep 03, 2010 1:44 pm
Forum: Common Problems
Topic: Javascript file contents displayed as Chinese?!
Replies: 3
Views: 1583

Re: Javascript file contents displayed as Chinese?!

Hello, This looks like an encoding problem. Look in Options -> Preferences -> Encoding at the option "Encoding for non XML files". Oxygen uses the encoding specified here for all non-XML files(JavaScript included) without detecting the encoding of the file. Change this option to UTF8 and t...
by adrian
Thu Sep 02, 2010 1:53 pm
Forum: XSLT and FOP
Topic: Saxon-EE fails to locate schema
Replies: 10
Views: 8525

Re: Saxon-EE fails to locate schema

It's true that there is some confusion as to how the schema location is resolved by various implementations of XML catalog resolvers. While I do agree that it should be resolved as an URI(as the specification says), the problem is that this incorrect way of being resolved as a systemID has been prop...