Search found 9049 matches

by Radu
Wed Jan 03, 2024 10:14 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA Project Validation Error in DITA Framework
Replies: 3
Views: 513

Re: DITA Project Validation Error in DITA Framework

Hi Jason, I cannot reproduce this problem using Oxygen without any customizations made to its DITA Open Toolkit publishing engine folder. I added an internal issue to look into this problem and attempt to reproduce it on our side, pasting the issue ID below for future reference: EXM-54059 DITA OT Pr...
by Radu
Wed Jan 03, 2024 10:06 am
Forum: Feature Request
Topic: Copy Selection of Documents in Results Window to Project View
Replies: 1
Views: 253

Re: Copy Selection of Documents in Results Window to Project View

Hi Scott, Thanks for the feature request, I added your remarks on an existing issue we already have opened for this. Oxygen has this concept of working sets but right now they work only when performing XPath in files and in a DITA specific side view. We could extend this concept to work also with ba...
by Radu
Tue Jan 02, 2024 5:30 pm
Forum: Feature Request
Topic: Running a refactoring operation only on the root map of a map hierarchy
Replies: 1
Views: 240

Re: Running a refactoring operation only on the root map of a map hierarchy

Hi Chris, We have this static Java method in the Oxygen code "ro.sync.ecss.dita.DITAAccess.getRootMapURL()" which returns the root map in URL form. We consider the root map to be the DITA Map referenced in the "Context" combo box from the DITA Maps Manager view. So maybe you coul...
by Radu
Tue Dec 26, 2023 9:19 am
Forum: XSLT and FOP
Topic: XML (DocBook 5) -> HTML (w/ CSS) -> PDF
Replies: 1
Views: 1331

Re: XML (DocBook 5) -> HTML (w/ CSS) -> PDF

Hi, I'm sorry we missed this initial post you made. We'll look into this to see if the problem stems from some setting we make in the XML parser. In the meantime maybe in the XSLT stylesheet you can switch the XSLT output method to xhtml to avoid serializing also the DOCTYPE declaration: <xsl:output...
by Radu
Tue Dec 26, 2023 9:04 am
Forum: Common Problems
Topic: How to fast change upper cases of letters - to lower cases and vice versa?
Replies: 1
Views: 306

Re: How to fast change upper cases of letters - to lower cases and vice versa?

Hi,
If you are using the visual editing mode for editing, just select the content, right click and choose an action from the "Text" submenu. The actions there can also be assigned shortcuts in the main menu "Options->Menu shortcut keys" table.
Regards,
Radu
by Radu
Tue Dec 26, 2023 9:03 am
Forum: General XML Questions
Topic: Replace databases by xml
Replies: 0
Views: 376

Re: Replace databases by xml

Hi, I would use XML to encode mostly the structure of documents, I would not use the XML format to store large lists of records and then query them using XSLT or XQuery. Or I may se XML as an export format from a database table or SQL query if I want to apply a stylesheet over it and obtain the cont...
by Radu
Wed Dec 20, 2023 7:03 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extension class not detected
Replies: 3
Views: 616

Re: Extension class not detected

Hi, Yes, please extend the DocBook5ExtensionsBundle and override its createAuthorReferenceResolver, delegate to the super implementation and then wrap it in your own implementation. This would help you avoid losing the large amounts of functionality we have in the base DocBook5ExtensionsBundle. Rega...
by Radu
Wed Dec 20, 2023 4:36 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extension class not detected
Replies: 3
Views: 616

Re: Extension class not detected

Hi, So you extended the "ro.sync.ecss.extensions.api.ExtensionsBundle" base class and in it you overwrote the method "ro.sync.ecss.extensions.api.ExtensionsBundle.createAuthorReferenceResolver()" correct? This should be enough, once you choose to use your extensions bundle implem...
by Radu
Wed Dec 20, 2023 10:14 am
Forum: SDK-API, Frameworks - Document Types
Topic: Insert xml element with text value
Replies: 1
Views: 364

Re: Insert xml element with text value

Hi Isabelle, We have an issue registered for imposing text element values using cc_config, I added your details to it and if it will get resolved in the future we will notify you on this thread. Pasting the issue ID for future reference: EXM-47033 Impose default text value via the cc_config.xml For ...
by Radu
Wed Dec 20, 2023 9:15 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: can't get index configuration to work
Replies: 6
Views: 610

Re: can't get index configuration to work

Hi, I am just trying to decide on the best way ahead, taking into account that I have quite some investment over the years in the various customisations on PDF2. I understand, ideally all customizations would also have some kind of manual attached or comments in the XSLT code discussing what the cus...
by Radu
Tue Dec 19, 2023 6:50 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: can't get index configuration to work
Replies: 6
Views: 610

Re: can't get index configuration to work

Hi, The decision to deprecate the PDF Customization folder was not ours, the DITA OT project is open source and it evolves in its own ways. Other than that maybe you could have a DITA OT folder for each specific client, each DITA OT with its own PDF customization plugin installed in it. A DITA OT fo...
by Radu
Tue Dec 19, 2023 3:53 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: can't get index configuration to work
Replies: 6
Views: 610

Re: can't get index configuration to work

Hi, In general we (the Oxygen team) have shifted towards supporting the CSS-based PDF publishing which is easier to customize and we are no longer up to date what happens to the default XSL-FO based publishing between DITA OT releases. I assume you are using a PDF customization folder, right? As wri...
by Radu
Tue Dec 19, 2023 9:21 am
Forum: General XML Questions
Topic: programmatically add wrapping tags
Replies: 1
Views: 263

Re: programmatically add wrapping tags

Hi, Are you working with DocBook? Is it DocBook 4 or 5? In the Oxygen main menu "Tools->XML Refactoring" dialog there is a "Wrap element content" action. You could probably use "*:entry[@namest='col1' and @nameend="col2"]/*:para" as the target element and wrap...
by Radu
Tue Dec 19, 2023 9:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Reuse within codeblocks
Replies: 3
Views: 406

Re: Reuse within codeblocks

Hi,
I'm not sure if I understand how things are structured on your side. Maybe you can create a small sample project with a map and 1-2 topics, zip it and send it over (support@oxygenxml.com), then I could try to find some time to look at the samples.
Regards,
Radu
by Radu
Mon Dec 18, 2023 8:29 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Reuse within codeblocks
Replies: 3
Views: 406

Re: Reuse within codeblocks

Hi, Codeblocks are space preserve so probably what happens is that any content pulled in the codeblock by using conref will contain in the published output exactly the line breaks and formatting they had in the XML content. This use case of using a codeblock to conref to a list seems kind of strange...
by Radu
Mon Dec 18, 2023 8:20 am
Forum: XSLT and FOP
Topic: Problem with abbreviated-form in PDF output for OT 374
Replies: 3
Views: 346

Re: Problem with abbreviated-form in PDF output for OT 374

Hello Erik, Now the next step would be to copy and simplify your DITA project until you have only a map and 1-2 topics with which you can reproduce the problem. If you do that and the problem persists, maybe you can email me the small sample DITA project (support@oxygenxml.com) and I can try to find...
by Radu
Fri Dec 15, 2023 5:49 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Newly created profile condition set won't 'stick' when applied
Replies: 2
Views: 343

Re: Newly created profile condition set won't 'stick' when applied

Hi, Some DITA editing profiling videos (basic and advanced) can be found here: https://blog.oxygenxml.com/topics/learnDita.html What I think the main problem in your case is: The DITA standard only has 4-5 profiling attributes like product/platform/audience: https://www.oxygenxml.com/dita/1.3/specs/...
by Radu
Fri Dec 15, 2023 10:36 am
Forum: XSLT and FOP
Topic: Problem with abbreviated-form in PDF output for OT 374
Replies: 3
Views: 346

Re: Problem with abbreviated-form in PDF output for OT 374

Hi Erik, You are using a DITA OT version which is no longer supported either by us or by the DITA OT project. My advice for you would be to try and upgrade to using directly the DITA OT bundled with Oxygen 25 or 26. It's hard to say what the problem is, in my opinion adding print="yes" to ...
by Radu
Fri Dec 08, 2023 9:16 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrating REST API Reference (OpenAPI) with DITA
Replies: 17
Views: 5497

Re: Integrating REST API Reference (OpenAPI) with DITA

Hi Marcus,
Right, we have an internal issue for this and we'll update this forum thread if we manage to add this improvement in a future Oxygen version.
Pasting the internal issue ID below for future reference:

EXM-50193 Generate codeblock samples in Open API conversion result

Regards,
Radu
by Radu
Fri Dec 08, 2023 8:05 am
Forum: Feature Request
Topic: Consider branch filtering in "Validate and Check for Completeness"
Replies: 8
Views: 1631

Re: Consider branch filtering in "Validate and Check for Completeness"

Hi,
I remember I fixed some similar problem in Oxygen 26. What version of Oxygen are you using?
Regards,
Radu
by Radu
Thu Dec 07, 2023 2:25 pm
Forum: Common Problems
Topic: SchemaFactory features not recognized
Replies: 3
Views: 434

Re: SchemaFactory features not recognized

Hi Johann, I see that indeed the Javadoc for "javax.xml.validation.SchemaFactory.setProperty(String, Object)" says: * <p> * All implementations that implement JAXP 1.5 or newer are required to * support the {@link javax.xml.XMLConstants#ACCESS_EXTERNAL_DTD} and * {@link javax.xml.XMLConsta...
by Radu
Thu Dec 07, 2023 10:18 am
Forum: SDK-API, Frameworks - Document Types
Topic: Class extending from DITASchemaManagerFilter does not work properly
Replies: 2
Views: 541

Re: Class extending from DITASchemaManagerFilter does not work properly

Hi, That <note> entry in the content completion window is "special", it does not come from the schema content completion, it is an Author action which is inserted in the content completion window and replaces the regular "note" entry. If in the Oxygen Preferences->"Document ...
by Radu
Thu Dec 07, 2023 10:12 am
Forum: Common Problems
Topic: Whether there is a some way to record a macros - to eliminate repetitive actions?
Replies: 3
Views: 439

Re: Whether there is a some way to record a macros - to eliminate repetitive actions?

Hi, We do not have a macro recording facility in Oxygen. If you could give us some examples of what flows you would want to automate, this would maybe help us. We do have a Tools->"XML Refactoring" dialog containing various builtin actions to restructure XML content and the support to crea...
by Radu
Thu Dec 07, 2023 10:07 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamically change a chunk of content within a conref?
Replies: 6
Views: 575

Re: Dynamically change a chunk of content within a conref?

Hi,
I'm glad this works for you!
Regards,
Radu
by Radu
Thu Dec 07, 2023 10:06 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Integrating REST API Reference (OpenAPI) with DITA
Replies: 17
Views: 5497

Re: Integrating REST API Reference (OpenAPI) with DITA

Hi Marcus, In general as an enterprise tool and for security reasons we do not disclose publicly web sites using our WebHelp Responsive output. About the Rest API to DITA conversion, we have not received that much feedback after it was created so it's possible it's not used that much. From what I re...
by Radu
Wed Dec 06, 2023 2:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Content completion issue
Replies: 10
Views: 1605

Re: Content completion issue

Great, thanks for confirming this Isabelle!

Regards,
Radu
by Radu
Wed Dec 06, 2023 1:29 pm
Forum: Common Problems
Topic: Poor Image Rendering Quality in Author Mode
Replies: 6
Views: 582

Re: Poor Image Rendering Quality in Author Mode

Thanks Daniel,
We now have the sample image and your extra details, if we manage to improve on the downscaling behavior in a future version we will let you know.
Regards,
Radu
by Radu
Tue Dec 05, 2023 10:20 am
Forum: Common Problems
Topic: Oxygen equivalent of Resolved Document View in Arbortext?
Replies: 5
Views: 1720

Re: Oxygen equivalent of Resolved Document View in Arbortext?

Hi Jen,
From what I just tested it should work!
Regards,
Radu
by Radu
Tue Dec 05, 2023 10:10 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Dynamically change a chunk of content within a conref?
Replies: 6
Views: 575

Re: Dynamically change a chunk of content within a conref?

Hi, I used the same @keyscope value in all three <topicref> elements. You should try to use a different key scope value for each of these topicrefs, something like ks1, ks2, ks3. Otherwise the behavior will be as if all three are from the same key scope "ks" and the conkeyref will resolve ...
by Radu
Mon Dec 04, 2023 10:43 am
Forum: Other Issues
Topic: My deepest appreciation for Syncro Soft and Oxygen XML
Replies: 1
Views: 326

Re: My deepest appreciation for Syncro Soft and Oxygen XML

Hi,
Thanks for the kind words! :D
Best regards from the Oxygen team!
Regards,
Radu