Search found 9063 matches

by Radu
Mon Jul 30, 2012 12:56 pm
Forum: Common Problems
Topic: Could not open/create prefs root node
Replies: 11
Views: 10015

Re: Could not open/create prefs root node

Hi, I understand. Apache FOP is run as an external process (as a different Java VM) in order to have better control over the memory it consumes. The started Java VM gives this warning when it tries to instantiate the java.util.prefs.WindowsPreferences class. When a fatal error occurs all the console...
by Radu
Mon Jul 30, 2012 12:34 pm
Forum: Common Problems
Topic: How to debug using the dita-ot
Replies: 3
Views: 2756

Re: How to debug using the dita-ot

Hi, You should make sure you are using Saxon EE 9.4.0.3 as an XSLT engine. You can either modify the transformation scenario and choose it as an XSLT engine then "Debug" the transformation scenario or if you are in the debugger perspective there is a combo box on the toolbar allowing you t...
by Radu
Mon Jul 30, 2012 8:54 am
Forum: Common Problems
Topic: eclipse-plugin: weird cursor-placement in XML editor within element named "style"
Replies: 5
Views: 2978

Re: eclipse-plugin: weird cursor-placement in XML editor within element named "style"

Hi Christian,

A fix for this will probably be available in the next Oxygen 14.0 minor bug fix release available on site (probably in a couple of weeks).
This RSS feed announces such minor bug fix releases:

http://www.oxygenxml.com/rssBuildID.xml

Regards,
Radu
by Radu
Fri Jul 27, 2012 11:37 am
Forum: Common Problems
Topic: How to enable logging for plugins
Replies: 4
Views: 3991

Re: How to enable logging for plugins

Hi Mandar, Oxygen also uses Apache Log4j internally for debug purposes. What we do when we want to show more logging (or logging for a certain package) is to configure a log4j.properties file in the OXYGEN_INSTALL_DIR . Our default log4j.properties (which is not present in an installation kit) has t...
by Radu
Thu Jul 26, 2012 12:57 pm
Forum: Other Issues
Topic: Element suggestions list
Replies: 3
Views: 1552

Re: Element suggestions list

Hi Neil, If you edit the document type, in the Author tab there is a Content Completion tab. In that tab you have a list of Remove content completion items to which you can add the various items you do not want to see in the content completion window (with exactly the same name as presented there). ...
by Radu
Wed Jul 25, 2012 4:17 pm
Forum: Common Problems
Topic: Classpath ${framework} variable
Replies: 1
Views: 1316

Re: Classpath ${framework} variable

Hi Patrick, I think the problem was already fixed in the latest 14.0 build available on site: http://www.oxygenxml.com/build_history.html#2012070512 Options GUI: When editing/duplicating a document type, the ${framework} editor variable from URLs in the Classpath was not expanded when choosing an op...
by Radu
Wed Jul 25, 2012 4:11 pm
Forum: Other Issues
Topic: Use translation in own framework
Replies: 1
Views: 1267

Re: Use translation in own framework

Hi Patrick, This topic should be a starting point: http://www.oxygenxml.com/doc/ug-oxygen/topics/localizing_frameworks.html Basically your translation.xml should look like this one: OXYGEN_INSTALL_DIR/frameworks/docbook/i18n/translation.xml then if you edit the Docbook 4 document type, in the Classp...
by Radu
Wed Jul 25, 2012 3:51 pm
Forum: Other Issues
Topic: Use "Specific Element Icons" in own framework
Replies: 11
Views: 4025

Re: Use "Specific Element Icons" in own framework

Hi Patrick, You are talking about the possibility to customize icons in the Outline view using our Java API, right? We have a new API interface called: ro.sync.exml.workspace.api.node.customizer.XMLNodeRendererCustomizer If you edit a document type, in the Extensions tab you can now set your own imp...
by Radu
Wed Jul 25, 2012 3:16 pm
Forum: XML Schemas
Topic: How can I use a customized java service for xml validation ?
Replies: 8
Views: 5371

Re: How can I use a customized java service for xml validation ?

Hi Sebastien, This is for the standalone version of Oxygen, right? Have you implemented a Workspace Access plugin until now using our Plugins SDK? One possibility would be to use for validation a very simple XML Schema in order for Oxygen to automatically validate the file each time the user modifie...
by Radu
Wed Jul 25, 2012 8:18 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Don't display shortdesc for PDF links
Replies: 6
Views: 4895

Re: Don't display shortdesc for PDF links

Hi Janette, Yes, the sequence "--" is not allowed in XML comments. But if you select the entire content, right click and choose Toggle Comment the trick that Oxygen does is to also escape the "--" sequence to something like "-\-". Afterwards you can use the same action ...
by Radu
Tue Jul 24, 2012 11:15 am
Forum: Other Issues
Topic: How can I do a header or a footer with some xml element ?
Replies: 2
Views: 1327

Re: How can I do a header or a footer with some xml element ?

Hi Sebastien,

Sorry but currently we have no support either for floating boxes or for "flex" display.
I added your request to our issues list but it is hard to implement using our current architecture.
I'll update this thread if this ever happens.

Regards,
Radu
by Radu
Tue Jul 24, 2012 8:38 am
Forum: Common Problems
Topic: Line wrap for comments and processing instructions
Replies: 6
Views: 3377

Re: Line wrap for comments and processing instructions

Hi Belinda, Yes, we've had this limitation from the very beginning, but you are the first user to report it. On Eclipse the content is printed without wrapping the text according to the page width settings. I added an improvement request to try to remove this limitation on Eclipse and I'll update th...
by Radu
Mon Jul 23, 2012 12:25 pm
Forum: Other Issues
Topic: How to style StringContent with the ro.sync.ecss.css.Styles class
Replies: 16
Views: 6856

Re: How to style StringContent with the ro.sync.ecss.css.Styles class

Hi Simon, The method: ro.sync.ecss.extensions.api.highlights.PersistentHighlightRenderer.getHighlightPainter(AuthorPersistentHighlight) is called for every highlight, and a highlight has access to the attributes set to it in the XML: ro.sync.ecss.extensions.api.highlights.AuthorPersistentHighlight.g...
by Radu
Mon Jul 23, 2012 10:19 am
Forum: Common Problems
Topic: Line wrap for comments and processing instructions
Replies: 6
Views: 3377

Re: Line wrap for comments and processing instructions

Hi Belinda, Just open the CSS: OXYGEN_INSTALL_DIR/frameworks/dita/css_classed/dita.css and after the last import: @import "conrefs.css"; add the lines: @namespace oxy url('http://www.oxygenxml.com/extensions/author'); oxy|processing-instruction, oxy|comment, oxy|cdata{ white-space:pre-wrap...
by Radu
Fri Jul 20, 2012 4:56 pm
Forum: Common Problems
Topic: Line wrap for comments and processing instructions
Replies: 6
Views: 3377

Re: Line wrap for comments and processing instructions

Hi Belinda, Well, actually Oxygen 14.0 which was release a month or so ago changed displayed comments and processing instructions to be line-wrapped by default. But this can be done via the CSS, what type of XML documents are you editing? Maybe I can propose you some modifications if you cannot upda...
by Radu
Thu Jul 19, 2012 12:00 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: apiref specialization
Replies: 8
Views: 5190

Re: apiref specialization

Hi Pablo, It's very hard for me to follow all your modifications. For example you are the DITA OT bundled with Oxygen 14 but the reported DITA version in the console is 1.3. This means that you have replace the bundled DITA OT with an older one, right? You also have problems in the libraries which a...
by Radu
Thu Jul 19, 2012 11:25 am
Forum: Other Issues
Topic: Getting AuthorComponentProvider from AuthorOperations in Applet
Replies: 4
Views: 1736

Re: Getting AuthorComponentProvider from AuthorOperations in Applet

Hi, I also want the PrintOperation in the right click popup menu. Besides adding an author operation to the pop-up menu by editing the associated document type you can also use this API to customize the JPopupMenu before showing (API available also from the Author Component Provider side): ro.sync.e...
by Radu
Thu Jul 19, 2012 11:15 am
Forum: Common Problems
Topic: Customizing Toolbars
Replies: 8
Views: 3846

Re: Customizing Toolbars

Hi, One might be a bug. I am getting a random "MY ACTION" button on my custom toolbars, that isn't listed anywhere in the toolbar. If I delete the toolbar where it appears, it jumps to my next custom toolbar instead. It's very odd. That's strange. So you are referring to the custom toolbar...
by Radu
Thu Jul 19, 2012 11:00 am
Forum: Other Issues
Topic: Getting AuthorComponentProvider from AuthorOperations in Applet
Replies: 4
Views: 1736

Re: Getting AuthorComponentProvider from AuthorOperations in Applet

Hi Neil, The AuthorOperations only work with AuthorAccess. And AuthorAccess does not (yet) have API to call print. Maybe a workaround would be to avoid creating the "Print" action as an "AuthorOperation" (in the associated framework). In the applet you could add a custom toolbar ...
by Radu
Wed Jul 18, 2012 5:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: apiref specialization
Replies: 8
Views: 5190

Re: apiref specialization

Hi Pablo, Are you using the DITA OT bundled with 14.0 or have you installed DITA OT 1.6 in a separate location? This probably is related to the libraries Oxygen uses to start the DITA OT ANT process. If you edit the transformation scenario, in the Advanced tab there is a Libraries button. By default...
by Radu
Wed Jul 18, 2012 10:22 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: old newly - dita specializations
Replies: 9
Views: 5438

Re: old newly - dita specializations

Hi Pablo,

My knowledge of DITA specializations is not good enough to answer this question.
Maybe you should write about this on the DITA Users List with some small examples. Eliot Kimber, the master of DITA specializations replies to threads quite regularly there.

Regards,
Radu
by Radu
Wed Jul 18, 2012 9:23 am
Forum: General XML Questions
Topic: Revision Bars
Replies: 2
Views: 2249

Re: Revision Bars

Hi Victor, There was an older DITA Open Toolkit version in which flagging indeed was not rendered in the PDF, but recent versions of the DITA OT overcame this limitation. Flagging in PDF seemed to work for me using Oxygen 13.2 and the bundled DITA Open Toolkit. So there are several stages: 1) In you...
by Radu
Wed Jul 18, 2012 9:07 am
Forum: Common Problems
Topic: How in element get inner XML
Replies: 2
Views: 1201

Re: How in element get inner XML

Hi Ivan, Please give us more details about what you want, do you want to obtain the content using the Author API or by applying an XSLT stylesheet over the original content? From your previous posts I will assume you want to do this using Oxygen's API. Here is a small code sample of copying the cont...
by Radu
Wed Jul 18, 2012 8:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: apiref specialization
Replies: 8
Views: 5190

Re: apiref specialization

Hi Pablo, First the plugin needs to be created using the available extension points: http://dita-ot.sourceforge.net/1.6.1/dev_ref/plugins-overview.html Then it needs to be installed: http://dita-ot.sourceforge.net/1.6.1/dev_ref/plugins-installing.html Basically after you copy a plugin to the "p...
by Radu
Wed Jul 18, 2012 8:38 am
Forum: SDK-API, Frameworks - Document Types
Topic: table row and column operations
Replies: 2
Views: 2903

Re: table row and column operations

Hi,

Yes, this is a new feature in Oxygen 14.1.
For anybody else reading the post, this section of the user manual gives more details:

http://www.oxygenxml.com/doc/ug-oxygen/ ... ables.html

Regards,
Radu
by Radu
Tue Jul 17, 2012 9:13 am
Forum: Common Problems
Topic: Custom spell checker
Replies: 2
Views: 1856

Re: Custom spell checker

Hi Mike, The spell checker used in Oxygen is the Hunspell Spell Checker: http://www.oxygenxml.com/doc/ug-oxygen/index.html?q=/doc/ug-oxygen/topics/spell-checking-dictionaries.html We also support an older spell checker for backward compatibility reasons. Hunspell is an open source engine used in man...
by Radu
Mon Jul 16, 2012 11:42 am
Forum: Common Problems
Topic: AuthorDocumentController findNodesByXpath not returning expected values
Replies: 3
Views: 1680

Re: AuthorDocumentController findNodesByXpath not returning expected values

Hi Neil, The Javadoc says something like: contextNode The node in the context of which the relative XPath Expressions will computed. but XPath expressions starting with "//" are not relative. The XPath specification: http://www.w3.org/TR/xpath/ gives some examples like: //para selects all ...
by Radu
Mon Jul 16, 2012 11:26 am
Forum: Common Problems
Topic: AuthorDocumentController findNodesByXpath not returning expected values
Replies: 3
Views: 1680

Re: AuthorDocumentController findNodesByXpath not returning expected values

Hi Neil, This is how XPath expressions work, even when you interpret it relative to a node, if you use a // construct then the expression is interpreted as absolute. For your case you should have simply used the expression para which would have returned all para's from that element. You can test XPa...
by Radu
Fri Jul 13, 2012 4:05 pm
Forum: Feature Request
Topic: WebDAV option for lock/read-only access on open
Replies: 7
Views: 4950

Re: WebDAV option for lock/read-only access on open

Hi Stefan, I think we can trick Oxygen into not locking certain files. Do you have experience implementing Oxygen plugins? http://www.oxygenxml.com/oxygen_sdk.html#Developer_Plugins I think this can be done by implementing an Open Redirect plugin and a Custom Protocol plugin. The Open Redirect plugi...
by Radu
Fri Jul 13, 2012 2:22 pm
Forum: Feature Request
Topic: WebDAV option for lock/read-only access on open
Replies: 7
Views: 4950

Re: WebDAV option for lock/read-only access on open

Hi Stefan,

We do not have the API for this.
Could you elaborate a bit on your usecase? Where are you opening that remote file, in the DITA Maps Manager?

Regards,
Radu