Search found 9059 matches

by Radu
Wed Sep 23, 2015 4:38 pm
Forum: Common Problems
Topic: Selected text from Author to xmlfragment
Replies: 3
Views: 1143

Re: Selected text from Author to xmlfragment

Dear Calin, So the original XML content looks like this, right? <container> <format>text</format> </container> That line break that you have before the <format> element is still considered to be a whitespace and when the XML is loaded in the Author editing mode it gets converted to a single space. D...
by Radu
Wed Sep 23, 2015 4:22 pm
Forum: Common Problems
Topic: Dynamic import Excel table into DITA
Replies: 29
Views: 10556

Re: Dynamic import Excel table into DITA

Hi Ann,

Right. Instead of manually coding the conref value you could have used the standard "Insert Content Reference" toolbar action, paste the convert URL in the URL field and choose the table as a target.

Regards,
Radu
by Radu
Wed Sep 23, 2015 4:18 pm
Forum: Common Problems
Topic: ArborText Editor customization in Oxygen?
Replies: 4
Views: 3242

Re: ArborText Editor customization in Oxygen?

Hi, Please see some possible answers below: A couple of things that I like about AE is the capability to run macros from the embedded command line (located at the bottom of the editor.) I'm not familiar with Arbortext. Macros which would do what for example? Oxygen has lots of API so you could alway...
by Radu
Tue Sep 22, 2015 2:30 pm
Forum: Common Problems
Topic: Automatic population of xs:id attributes
Replies: 1
Views: 828

Re: Automatic population of xs:id attributes

Hi, Are you editing the custom XML document in the Text or in the Author editing mode? Indeed right now we have automatic ID generation only for some vocabularies which are bundled with Oxygen like DITA or Docbook. And this only works in the Author editing mode. Maybe the easiest way for you to do t...
by Radu
Tue Sep 22, 2015 2:23 pm
Forum: Common Problems
Topic: Help forcing images on newline
Replies: 1
Views: 702

Re: Help forcing images on newline

Hi, Sorry about your laptop getting stolen. Could you also post in a codeblock the content of the DITA task step which generates that HTML content? Also you mention you are using the standard DITA OT. Are you using the DITA OT which comes bundled with Oxygen or an external DITA OT? Did you have an o...
by Radu
Tue Sep 22, 2015 11:41 am
Forum: Common Problems
Topic: Document Type Association rule on namespace for tag URN
Replies: 4
Views: 2198

Re: Document Type Association rule on namespace for tag URN

Hi, Your workaround is quite good so for now you should keep that. I will add this problem to our issues list. What happens is that the matching between the document namespace and the namespace pattern specified in the document type association is done in a wild card pattern comparator (this is the ...
by Radu
Mon Sep 21, 2015 3:53 pm
Forum: Common Problems
Topic: How to modify autocomplete code templates?
Replies: 14
Views: 6273

Re: How to modify autocomplete code templates?

Hi Frank, About this remark: How does oXygen know whether an Author Action is valid at a given position? Usually, this is done evaluating an XPath expression. If this is also true for Content Completion, I could create my own modified version of the "section" action. Right, Oxygen checks i...
by Radu
Mon Sep 21, 2015 3:41 pm
Forum: Common Problems
Topic: How to modify autocomplete code templates?
Replies: 14
Views: 6273

Re: How to modify autocomplete code templates?

Or of course, using our AuthorDocumentController.setDocumentFilter(AuthorDocumentFilter) Java API to detect when an empy section is inserted and insert it with a title instead.

Regards,
Radu
by Radu
Mon Sep 21, 2015 3:23 pm
Forum: Common Problems
Topic: How to modify autocomplete code templates?
Replies: 14
Views: 6273

Re: How to modify autocomplete code templates?

Hi Frank,

I'm afraid I don't have a solution for this. Other than using a particular DITA specialization which makes the title required :)

Regards,
Radu
by Radu
Mon Sep 21, 2015 10:49 am
Forum: Common Problems
Topic: Document Type Association rule on namespace for tag URN
Replies: 4
Views: 2198

Re: Document Type Association rule on namespace for tag URN

Hi, Could you give me a small example (a small snippet of XML code containing the root element and its namespace definitions) just to see that I correctly understand the problem? As a workaround (of course we would be interested in also fixing this if it turns out to be a bug) the document type asso...
by Radu
Mon Sep 21, 2015 9:30 am
Forum: Other Issues
Topic: Open file to specific line number from command-line
Replies: 1
Views: 1649

Re: Open file to specific line number from command-line

Hi,

Sure, if you are using Oxygen 17.0.
You have an example here:

http://www.oxygenxml.com/doc/versions/1 ... m-cli.html

Regards,
Radu
by Radu
Fri Sep 18, 2015 10:10 am
Forum: Common Problems
Topic: Extensions Bundle
Replies: 2
Views: 1243

Re: Extensions Bundle

Hi, I am not sure what the problem is. So the JAR library contains the compiled versions of your classes with the proper package hierarchies inside it, right? And your custom ExtensionsBundle implementation has a default (without parameters) constructor, right? We would need more details in order to...
by Radu
Fri Sep 18, 2015 10:02 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: 2nd Section Title not being output
Replies: 1
Views: 1050

Re: 2nd Section Title not being output

Dear Bryan, Although the DTD used to validate the topic content does not complain when you use two titles in a section, what you are doing is not quite right according to the specification: http://docs.oasis-open.org/dita/v1.2/os/spec/langref/section.html#section A section may have an optional title...
by Radu
Thu Sep 17, 2015 12:11 pm
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3734

Re: Manage central outoutclass

Hi, I looked more into this problem: I tried extending my implementation but now I can no longer add my class to the content completion handler. When the schema manager filter is set as an individual custom extension, it needs to have a default constructor in order to be instantiated. So the code sh...
by Radu
Wed Sep 16, 2015 2:25 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Change Editor tab foregroung/background color
Replies: 1
Views: 2034

Re: Change Editor tab foregroung/background color

Hi Sébastien, Right now we only have this API: ro.sync.exml.workspace.api.editor.WSEditorBase.setEditorTabText(String) All editors are placed in a JTabbedPane. Maybe starting from the API ro.sync.exml.workspace.api.editor.page.author.WSAuthorEditorPage.getAuthorComponent() you could navigate up on t...
by Radu
Tue Sep 15, 2015 4:49 pm
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3734

Re: Manage central outoutclass

Hi Aaron, I will look into the problem with the detection when the class does not directly extend the interface. Could you try this workaround? Have the class directly extend the interface. The class would have the "DITASchemaManagerFilter" defined as a field inside it like: public class S...
by Radu
Mon Sep 14, 2015 11:01 am
Forum: SDK-API, Frameworks - Document Types
Topic: WebdavHttpURLConnection vs HttpURLConnection
Replies: 1
Views: 1832

Re: WebdavHttpURLConnection vs HttpURLConnection

Hi Sébastien, Indeed when the Oxygen standalone is started, it registers its own HTTP(S) handlers based on the Apache Components HTTP Client . And our implementation may not be 100% similar to the Oracle HTTP url connection implementation. To workaround that you can create directly a sun.net.www.pro...
by Radu
Mon Sep 14, 2015 10:52 am
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3734

Re: Manage central outoutclass

Hi, That's the main problem with setting the Java extension, it overrides the default DITA ro.sync.ecss.extensions.dita.DITASchemaManagerFilter which provides values for profiling attribute values, for key references. You could try to extend the ro.sync.ecss.extensions.dita.DITASchemaManagerFilter (...
by Radu
Mon Sep 14, 2015 10:17 am
Forum: Common Problems
Topic: glossary keyrefs not appearing in ToC
Replies: 5
Views: 2190

Re: glossary keyrefs not appearing in ToC

Hi Nick, The <abbreviated-form> element also does not render in the DITA Maps Manager in Oxygen 17 Editor (even through they publish fine in PDF). Will this be fixed as well? I can confirm we fixed this problem of rendering in the DITA Maps Manager about a couple of weeks ago. Oxygen 17.1 will proba...
by Radu
Fri Sep 11, 2015 4:45 pm
Forum: Common Problems
Topic: Creating a glossary and referencing a term
Replies: 18
Views: 11810

Re: Creating a glossary and referencing a term

Hi Bogdan, Yes, sure. References to DITA maps do not become separate categories in the TOC. So for what you want you can do something like: <chapter href="glossaryOverview.dita"> <topicref format="ditamap" href="glossary.ditamap"/> </chapter> and the glossaryOverview.di...
by Radu
Fri Sep 11, 2015 4:06 pm
Forum: Common Problems
Topic: Creating a glossary and referencing a term
Replies: 18
Views: 11810

Re: Creating a glossary and referencing a term

Hi Bogdan, You should also add the print="yes" attribute on the glossref, by default its content is not printed to PDF. You also seem to have on all glossrefs both the keys and the keyref attributes set to the same value keys="Gext-viz" keyref="Gext-viz" . So you should...
by Radu
Fri Sep 11, 2015 11:14 am
Forum: SDK-API, Frameworks - Document Types
Topic: Proper use of TransformationFeedback
Replies: 2
Views: 2149

Re: Proper use of TransformationFeedback

Hi, Doing that while (!transformationFinished) continue; blocks the entire thread which has called the doOperation method. And that thread is the AWT thread which is very important to the GUI interraction. Indeed the runTransformationScenarios runs on a separate thread but it also sometimes calls ev...
by Radu
Fri Sep 11, 2015 9:31 am
Forum: Common Problems
Topic: Creating a glossary and referencing a term
Replies: 18
Views: 11810

Re: Creating a glossary and referencing a term

Hi Bogdan, Your entire setup is not very clear to me. But if you use the DITA glossref element to refer to glossentry topics, the contents of the topics will appear in the PDF content but they will not appear in the TOC. This happens because the glossref element has the attribute toc set to "no...
by Radu
Fri Sep 11, 2015 8:21 am
Forum: Other Issues
Topic: Automate Creation of Nav Tiltles in Bookmaps
Replies: 3
Views: 2062

Re: Automate Creation of Nav Tiltles in Bookmaps

Hi, Right now we do not have a way to automatically set the navtitle when creating a topicref. We are skeptical to add redundant information, for example if you later on change the title in the topic you need to remember to also change it in the DITA Map. One workaround for you when opening the DITA...
by Radu
Thu Sep 10, 2015 2:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Using conref in a submap
Replies: 4
Views: 1744

Re: Using conref in a submap

Hi Ann,

Thanks for the samples.
I can confirm we had a bug in Oxygen 17.0 and that Oxygen 17.1 which will be released in about a month will no longer have this issue.

Regards,
Radu
by Radu
Thu Sep 10, 2015 8:49 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Using conref in a submap
Replies: 4
Views: 1744

Re: Using conref in a submap

Dear Ann, We fixed a similar issue a couple of weeks ago related to the fact that when you used Refresh in the DITA Maps Manager and a topic was opened in the main editor, the title of the topic was getting doubled each time the refresh was invoked in the DITA Maps Manager. But I'm not 100% sure if ...
by Radu
Thu Sep 10, 2015 8:33 am
Forum: Other Issues
Topic: Dita Ot1.8.5 java.io.FileNotFoundException temp\stage1.xml
Replies: 3
Views: 1868

Re: Dita Ot1.8.5 java.io.FileNotFoundException temp\stage1.xml

Hi, The point where it breaks seems to be here: OUT Extra warnings counted OUT [index-preprocess] java.io.FileNotFoundException: temp\temp20150909120202394\stage1.xml (The system cannot find the path specified) You seem to specify the temporary files folder parameter as a relative path like temp\tem...
by Radu
Wed Sep 09, 2015 5:38 pm
Forum: DocBook
Topic: DocBook framework menu ID Options
Replies: 3
Views: 4902

Re: DocBook framework menu ID Options

Hi Steve, So in your extension framework folder indeed you would need to create a resources folder and inside it copy the modified idGenerationDefaultOptionsDB5.xml . Besides this, in the Oxygen Preferences Document Type Association you should edit the extension and in the Classpath tab add a new re...
by Radu
Wed Sep 09, 2015 8:33 am
Forum: Other Issues
Topic: Dita Ot1.8.5 java.io.FileNotFoundException temp\stage1.xml
Replies: 3
Views: 1868

Re: Dita Ot1.8.5 java.io.FileNotFoundException temp\stage1.xml

Hi Nikhil,

I'm not sure what the problem is. Please try to post in a code block all the command line messages received from the ANT process.

Regards,
Radu
by Radu
Fri Sep 04, 2015 11:57 am
Forum: Common Problems
Topic: Manage central outoutclass
Replies: 13
Views: 3734

Re: Manage central outoutclass

Hi Aaron, Coming back to your original intention of providing a default list of possible values for a certain @outputclass attribute on a certain element, that could have been done like this: public List<CIValue> filterAttributeValues(java.util.List<CIValue> attributeValues, WhatPossibleValuesHasAtt...