Search found 9058 matches

by Radu
Mon Oct 29, 2012 1:12 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Ambiguous content model: element particle <topic> appears in more than one place in the content model
Replies: 3
Views: 3534

Re: Ambiguous content model: element particle <topic> appears in more than one place in the content model

Hi Emma, The publishing is done using the DITA Open Toolkit as an external process. In the DITA Open Toolkit installation folder, which probably in your case is: C:\Program Files\Oxygen XML Editor 13\frameworks\dita\DITA-OT\ there is a file called catalog-dita.xml . This XML Catalog contains mapping...
by Radu
Thu Oct 25, 2012 11:22 am
Forum: XSLT and FOP
Topic: Hyperlink disappers in pdf output
Replies: 4
Views: 2171

Re: Hyperlink disappers in pdf output

Hi, I think that in this case the XHTML-type outputs are incorrect. The link should be made using <xref keyref="kbia_report"/> . This works both in HTML and PDF. This link explains things more clearly: http://dita.xml.org/resource/dita-tc-faq-about-keys#Q2 Basically there are two types of ...
by Radu
Thu Oct 25, 2012 9:19 am
Forum: XSLT and FOP
Topic: Hyperlink disappers in pdf output
Replies: 4
Views: 2171

Re: Hyperlink disappers in pdf output

Hi,

There is no <keyref> tag in DITA.
What DITA element are you using to reference the keys defined in the DITA Map? <xref>?
What version of Oxygen do you have? Are you using the DITA OT which comes bundled with it or a custom DITA OT?

Regards,
Radu
by Radu
Thu Oct 25, 2012 8:40 am
Forum: TEI
Topic: Auto generated IDs
Replies: 1
Views: 7177

Re: Auto generated IDs

Hi, Here's one way: If you open the TEI document in the Author page, in the TEI P5 main menu there is an entry called ID Options... . You can check the auto-generate IDs checkbox and add <p> to the list (maybe removing <div>). Then select the entire content in the Author page, right click and choose...
by Radu
Tue Oct 23, 2012 10:23 am
Forum: Other Issues
Topic: Insert Link action
Replies: 7
Views: 3872

Re: Insert Link action

Hi Mike,

Oxygen 14.1 was just released and it should allow insertion of internal and external links more easily using the improved actions.

Regards,
Radu
by Radu
Mon Oct 22, 2012 5:27 pm
Forum: Other Issues
Topic: List of functionality covered for the implementation of Oxygen author.
Replies: 11
Views: 3884

Re: List of functionality covered for the implementation of Oxygen author.

Hi,

Oxygen 14.1 was just released and the newest Author Component Project contains in the AuthorComponentSample class an example of how a validation list can be implemented.

Regards,
Radu
by Radu
Mon Oct 22, 2012 4:06 pm
Forum: Other Issues
Topic: xml author view css customisation issue
Replies: 2
Views: 941

Re: xml author view css customisation issue

Hi,

The text-indent property is not yet supported. We'll try to implement it in a future version.
Right now as a workaround you could fake it by adding an additional :before selector like:

Code: Select all

p[rend="first"]:before {
content:" ";
}
Regards,
Radu
by Radu
Mon Oct 22, 2012 11:18 am
Forum: XSLT and FOP
Topic: Change footnote of RenderX on Oxygen
Replies: 1
Views: 1400

Re: Change footnote of RenderX on Oxygen

Hi,

You are probably using a trial license of RenderX, if you buy a permanent license there should be no watermark in the PDF.
Maybe you could ask more details about this from the RenderX developers.

Regards,
Radu
by Radu
Fri Oct 19, 2012 2:47 pm
Forum: Other Issues
Topic: Displaying processing instructions inline
Replies: 11
Views: 5212

Re: Displaying processing instructions inline

Hi David, Oxygen 14.1 was just released and it added the ability to match from the CSS processing instructions either by target or by certain pseudo attributes which are set. For example you can match this PI: <?t1 data="b"?> with CSS selectors like: oxy|processing-instruction[t1] or oxy|p...
by Radu
Fri Oct 19, 2012 2:42 pm
Forum: Feature Request
Topic: XML Structure Outline Title display
Replies: 11
Views: 8348

Re: XML Structure Outline Title display

Hi,

Oxygen 14.1 was just released and it should contain a fix for problem (2).

Regards,
Radu
by Radu
Fri Oct 19, 2012 2:40 pm
Forum: Other Issues
Topic: "Dynamic" toolbar
Replies: 7
Views: 3402

Re: "Dynamic" toolbar

Hi,

Oxygen 14.1 was released and it contains this Eclipse extension API:
com.oxygenxml.editor.editors.ActionBarContributorCustomizer

Regards,
Radu
by Radu
Fri Oct 19, 2012 2:37 pm
Forum: Feature Request
Topic: editor variable "ask": list of values instead of default value
Replies: 2
Views: 2205

Re: editor variable "ask": list of values instead of default value

Hi,

Oxygen 14.1 was released and the $ask editor variable should now allow editing values using a combo box:

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

Regards,
Radu
by Radu
Fri Oct 19, 2012 2:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Document Types in XML Developer
Replies: 2
Views: 2764

Re: Document Types in XML Developer

Hi,

Oxygen XML Developer 14.1 was just released and should contain the Extensions tab in the dialog used to edit a document type.

Regards,
Radu
by Radu
Fri Oct 19, 2012 2:31 pm
Forum: Other Issues
Topic: Invalid xref format
Replies: 9
Views: 3574

Re: Invalid xref format

Hi,

Oxygen 14.1 was just released and should contain the fix for this.

Regards,
Radu
by Radu
Fri Oct 19, 2012 2:28 pm
Forum: Common Problems
Topic: WSDL 2.0 Namespace -why is the standard namespace invalid?
Replies: 2
Views: 1763

Re: WSDL 2.0 Namespace -why is the standard namespace invalid?

Hi,

Oxygen 14.1 was just released and should have this issue fixed.

Regards,
Radu
by Radu
Fri Oct 19, 2012 2:27 pm
Forum: Other Issues
Topic: how can I get the position (line, column) from an XPath?
Replies: 14
Views: 7479

Re: how can I get the position (line, column) from an XPath?

Hi Sebastien,

We just released Oxygen 14.1 which contains a new API class ro.sync.ecss.component.validation.AuthorDocumentPositionedInfo which would help you add custom errors to Author Nodes.

Regards,
Radu
by Radu
Fri Oct 19, 2012 2:25 pm
Forum: Feature Request
Topic: CSS: "link" open in browser
Replies: 9
Views: 6470

Re: CSS: "link" open in browser

Hi,

Oxygen 14.1 was just released and this use case should work properly (open the HTML in the Web browser).

Regards,
Radu
by Radu
Fri Oct 19, 2012 2:21 pm
Forum: Common Problems
Topic: Customizing tags in the Author?
Replies: 12
Views: 6401

Re: Customizing tags in the Author?

Hi,

Oxygen 14.1 which was just released added this new feature of customizing the colors of the full tags:

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

Regards,
Radu
by Radu
Thu Oct 18, 2012 4:11 pm
Forum: Other Issues
Topic: Java heap space OutOfMemory error in 12.1
Replies: 8
Views: 6107

Re: Java heap space OutOfMemory error in 12.1

Hi John, Could you try to add an <echo> in the target like: <echo>===============${JVM_ARGS}</echo> in order to see in the console output the JVM arguments which are sent to the process? The [b]Xmx[/b] settings are JVM arguments and not command line arguments. That's because they are special argumen...
by Radu
Thu Oct 18, 2012 10:21 am
Forum: Other Issues
Topic: Java heap space OutOfMemory error in 12.1
Replies: 8
Views: 6107

Re: Java heap space OutOfMemory error in 12.1

Hi John, It seems that you have your own customized build file for obtaining XSL-FO output, different from the one which comes with the bundled DITA OT. The out of memory seems to occur not while the DITA OT is building the XSL-FO output but when the XSL-FO is processed using Apache FOP to generate ...
by Radu
Wed Oct 17, 2012 3:13 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Documentum CMS specific attributes causing DITA validation error
Replies: 4
Views: 3835

Re: Documentum CMS specific attributes causing DITA validation error

Hi, Sorry for the delay. From what I see you have three options: 1) Contact Documentum and see if there is a way to avoid automatically generating these extra attributes in the XML content on the server side. 2) Create a DITA DTD specialization which accepts the extra attribute and then integrate th...
by Radu
Wed Oct 17, 2012 11:14 am
Forum: SDK-API, Frameworks - Document Types
Topic: Custom actions i18n in Component
Replies: 5
Views: 3573

Re: Custom actions i18n in Component

Hi Benoit,

Sorry for the delay, we are getting close to releasing Oxygen 14.1 so it's a very busy time for us.
I will try to prepare an email for you in an hour. When we find a solution we'll also update the forum thread with it.

Regards,
Radu
by Radu
Tue Oct 16, 2012 12:01 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom actions i18n in Component
Replies: 5
Views: 3573

Re: Custom actions i18n in Component

Hi Benoit, It seems that the translation.xml file is not used. I suspect the same thing, when the component fails to translate the key it falls back to the actual key value. The Author Component Sample Project has a "resources" folder in which there is a frameworks.zip.jar . Are you sure t...
by Radu
Tue Oct 16, 2012 11:54 am
Forum: SDK-API, Frameworks - Document Types
Topic: Styles.KEY_MIXED_CONTENT does not work with Oxygen Component
Replies: 3
Views: 2862

Re: Styles.KEY_MIXED_CONTENT does not work with Oxygen Component

One more idea: Your posted code is just an example, right? How exactly do you construct the absolute URL to the image? Do you use constructs like new File("relative/path/some.file") ? Because such constructs depend on the folder in which the Java VM starts. So maybe the base folder for the...
by Radu
Tue Oct 16, 2012 11:51 am
Forum: SDK-API, Frameworks - Document Types
Topic: Styles.KEY_MIXED_CONTENT does not work with Oxygen Component
Replies: 3
Views: 2862

Re: Styles.KEY_MIXED_CONTENT does not work with Oxygen Component

Hi Benoit, Well, if you add a System.err in custom the styles filter implementation, does it get called when running the Author Component? Are you running the Author Component as an applet or embedded in another Java application? Could you try to remove its local cache and try again? It is step (4) ...
by Radu
Mon Oct 15, 2012 4:53 pm
Forum: Other Issues
Topic: com.oxygenxml.editor.contextMenuAdditions
Replies: 7
Views: 3136

Re: com.oxygenxml.editor.contextMenuAdditions

Hi Simon,

Actually, this is useful.
We are working at an API FAQ list which will be included in our user manual and I'll include your example as well, if you don't mind.

Regards,
Radu
by Radu
Mon Oct 15, 2012 12:22 pm
Forum: Other Issues
Topic: Define which attributes may be edited
Replies: 7
Views: 3108

Re: Define which attributes may be edited

Hi Simon, We have some existing API which would allow you to avoid setting the attribute to a different value. The code is something like: WSAuthorEditorPage authorEditorPage = ...; authorEditorPage.getDocumentController().setDocumentFilter(new AuthorDocumentFilter() { /** * @see ro.sync.ecss.extens...
by Radu
Fri Oct 12, 2012 12:01 pm
Forum: Feature Request
Topic: How to see the "invisible" characters in the author view ?
Replies: 4
Views: 4175

Re: How to see the "invisible" characters in the author view ?

Hi Vincent,

Oxygen 14.1 will have this feature included. We are busy going through the release procedures, we should be able to release it in a week or two.

Regards,
Radu
by Radu
Fri Oct 12, 2012 9:21 am
Forum: Common Problems
Topic: Profiling attributes for table rows
Replies: 1
Views: 1535

Re: Profiling attributes for table rows

Hi Belinda, is there a way to use the Edit Profiling Attributes feature for an entire table row instead of using the Attributes panel? You can select the entire row in the Outline view (or in the breadcrumb located in the top part of the Author page), then right click inside the selected content in ...
by Radu
Thu Oct 11, 2012 5:23 pm
Forum: Other Issues
Topic: com.oxygenxml.editor.contextMenuAdditions
Replies: 7
Views: 3136

Re: com.oxygenxml.editor.contextMenuAdditions

Hi Simon, Are those .exsd schemas for your Extension Points are available somewhere? No, sorry, but we'll look into this and try to build some. Is there a declarative way to add items to the popup menu of the Author Page or do I have to implement the ro.sync.ecss.extensions.api.structure.AuthorPopup...