Search found 9081 matches

by Radu
Fri May 17, 2024 4:33 pm
Forum: Other Issues
Topic: Is there a way to automate multiple transformations?
Replies: 7
Views: 69

Re: Is there a way to automate multiple transformations?

Hi, Right, here are some example DITA OT project files from our projects: https://github.com/oxygenxml/userguide/blob/master/DITA/Sample%20DITA-OT%20Project/ditaProject.xml https://github.com/oxygenxml/blog/blob/master/blog-project.xml So when you define on a deliverable a transformation type you ca...
by Radu
Fri May 17, 2024 4:08 pm
Forum: Other Issues
Topic: Is there a way to automate multiple transformations?
Replies: 7
Views: 69

Re: Is there a way to automate multiple transformations?

Hi, I'm not publishing just 2 maps. I have 2 completely separate projects. Oxygen WebHelp output can be obtained by opening a DITA Map and publishing it to WebHelp output. So you are probably publishing multiple DITA Maps to WebHelp output. It does not matter in what folder or project they are place...
by Radu
Fri May 17, 2024 3:45 pm
Forum: Other Issues
Topic: Is there a way to automate multiple transformations?
Replies: 7
Views: 69

Re: Is there a way to automate multiple transformations?

Hi, So you are publishing DITA XML content, correct? And you want to automate the sequential publishing of two or more DITA Maps, correct? Maybe you could define a DITA OT project which defines contexts and deliverables for each DITA Map and the publish the entire DITA OT project file with its assoc...
by Radu
Thu May 16, 2024 9:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to generate different headers in same transformation DITA to HTML5 output
Replies: 3
Views: 65

Re: How to generate different headers in same transformation DITA to HTML5 output

Hi, Some remarks below: Yes, we publish DITA to plain HTML5 because we have our own help viewer. I should mention that the software I'm documenting is used in a medical setting and Javascript is not enabled on the computers where our software is used. Ok, this question does not seem related to the O...
by Radu
Thu May 16, 2024 8:34 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to output a clickable check box?
Replies: 1
Views: 31

Re: How to output a clickable check box?

Hi, The DITA XML standard itself does not have support to define checkboxes, forms. I think you could either use the DITA XML <boolean> element to represent a state (but you would need to create a publishing specialization to convert it to a specific HTML element): https://www.oxygenxml.com/dita/1.3...
by Radu
Wed May 15, 2024 7:33 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to generate different headers in same transformation DITA to HTML5 output
Replies: 3
Views: 65

Re: How to generate different headers in same transformation DITA to HTML5 output

Hi, Just to make this clear, you are publishing DITA to plain HTML5 output. So you are not publishing DITA to WebHelp Responsive output using our special Oxygen publishing plugins. Please see some answers below: can add an anchor to the OM and SM to pull the RM into the HTML5 output, but each manual...
by Radu
Wed May 15, 2024 7:09 am
Forum: SDK-API, Frameworks - Document Types
Topic: Turn Off Tracked Changes for All Topics Via XSLT Custom Refactoring
Replies: 1
Views: 64

Re: Turn Off Tracked Changes for All Topics Via XSLT Custom Refactoring

Hi Daniel, The XML refactoring XSLT can use some special functions to manipulate the content before and after the root element as this content is not sent directly to the XSLT processor: https://www.oxygenxml.com/doc/versions/26.1/ug-editor/topics/custom_operation_sample.html#custom_operation_sample...
by Radu
Mon May 13, 2024 8:07 am
Forum: Other Issues
Topic: multi-repo project/framework configuration
Replies: 1
Views: 67

Re: multi-repo project/framework configuration

Hi, The Oxygen desktop application is Java Swing based so a plugin for Oxygen which shows the end user an user's interface would need to be implemented in Swing. Also a web server would not help much as the settings would need to be applied by running maybe Apache ANT locally. How about if you creat...
by Radu
Mon May 13, 2024 7:56 am
Forum: Feature Request
Topic: Minifying XML documents (not HTML)
Replies: 3
Views: 840

Re: Minifying XML documents (not HTML)

Hello Jean, We do not have the functionality to run our "Join and Normalize Lines" in batch mode. So indeed the workaround would be to maybe use our "Find/Replace in Files" dialog, regexp enabled search for something like "(\s+)" and replace it with a single space. Idea...
by Radu
Mon May 13, 2024 7:38 am
Forum: Other Issues
Topic: Serious UI gotcha in Oxygen XML Editor 24.0
Replies: 3
Views: 120

Re: Serious UI gotcha in Oxygen XML Editor 24.0

Hi,
Thanks for the report!
I can no longer reproduce this problem with Oxygen 26.0.
Looking at our past issues list, this particular issue seems to have been fixed in Oxygen 25.0. So maybe if your license allows you can consider upgrading to a newer Oxygen version.
Regards,
Radu
by Radu
Fri May 10, 2024 9:01 am
Forum: Feature Request
Topic: XML authoring improvements
Replies: 6
Views: 469

Re: XML authoring improvements

Hi,
As a side note, Ixiasoft also has the possibility to integrate in Eclipse and the Oxygen XML Editor Eclipse plugin already has the advanced XML text based editing functionality.
Regards,
Radu
by Radu
Fri May 10, 2024 7:56 am
Forum: XML Schemas
Topic: DOCTYPE not allowed in content,
Replies: 5
Views: 170

Re: DOCTYPE not allowed in content,

Hello Dan, So: Attribute "xml:base" is not allowed to appear in element "ctrlindwp". According to the specification for XInclude, processors must add an xml:base attribute to elements included from locations with a different base URI. If I understand that FAQ entry, I could fix t...
by Radu
Thu May 09, 2024 2:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Change entity xref.attributes in mod file
Replies: 2
Views: 166

Re: Change entity xref.attributes in mod file

Hello Ann, So going to the DTD specification for ATTLIST: https://www.w3.org/TR/xml/#NT-AttlistDecl The attribute definition has a name and a type: https://www.w3.org/TR/xml/#NT-AttDef And the attribute type can be a plain string or an enumerated type: https://www.w3.org/TR/xml/#NT-AttType With the ...
by Radu
Thu May 09, 2024 2:10 pm
Forum: Other Issues
Topic: Is Smart Autocomplete add-on discontinued?
Replies: 2
Views: 87

Re: Is Smart Autocomplete add-on discontinued?

Hi,
The smart auto complete add-on was discontinued in Oxygen 26.0, so it is no longer available.
Our focus is now on the AI Positron Assistant add-on: https://www.oxygenxml.com/doc/versions/ ... itron.html
Regards,
Radu
by Radu
Thu May 09, 2024 7:56 am
Forum: XML Schemas
Topic: DOCTYPE not allowed in content,
Replies: 5
Views: 170

Re: DOCTYPE not allowed in content,

Hi Dan,
Right, in this case at least with how the XML parser bundled with Oxygen works, xi:includes would be better.
Regards,
Radu
by Radu
Wed May 08, 2024 8:05 am
Forum: SDK-API, Frameworks - Document Types
Topic: DITAMAPS Manager custom insert action showing prompt to discard or load changes
Replies: 8
Views: 408

Re: DITAMAPS Manager custom insert action showing prompt to discard or load changes

Hi, So: and do we really required the invoke action what we are doing as below after we did the page.refreshReferences() and saved main editor and saved dita maps manager area? I don't know, I do not understand your entire flow here. Why did you add that piece of code? Is it because in the main edit...
by Radu
Wed May 08, 2024 7:16 am
Forum: XML Schemas
Topic: DOCTYPE not allowed in content,
Replies: 5
Views: 170

Re: DOCTYPE not allowed in content,

Hello Dan, DOCTYPE not allowed in content Arbortext does not report any of this as an error and will happily generate a PDF from the "wrapper" document using the xsl style sheets provided with the DTD. I've been working with AT since version 5. I keep trying to cut over to oxygen, but the ...
by Radu
Mon May 06, 2024 3:46 pm
Forum: SDK-API, Frameworks - Document Types
Topic: DITAMAPS Manager custom insert action showing prompt to discard or load changes
Replies: 8
Views: 408

Re: DITAMAPS Manager custom insert action showing prompt to discard or load changes

Hi, As your code looks like this: ditMapsEditor.save(); page.refreshReferencesrefreshReferences(); The "refreshReferences()" changes again the modified flag of the editor. So maybe you can reverse the lines: page.refreshReferencesrefreshReferences(); ditMapsEditor.save(); Regards, Radu
by Radu
Fri May 03, 2024 4:09 pm
Forum: Other Issues
Topic: PDF generation
Replies: 1
Views: 116

Re: PDF generation

Hi Ram, Usually a DITA DTD specialization is bundled as a DITA OT plugin and can be installed in the DITA OT bundled with Oxygen or in an external DITA OT used by Oxygen: https://www.oxygenxml.com/doc/versions/24.1/ug-editor/topics/dita-integrate-specialization.html Once the DITA OT used by Oxygen h...
by Radu
Thu May 02, 2024 4:13 pm
Forum: SDK-API, Frameworks - Document Types
Topic: DITAMAPS Manager custom insert action showing prompt to discard or load changes
Replies: 8
Views: 408

Re: DITAMAPS Manager custom insert action showing prompt to discard or load changes

Hi, I think that particular checkbox which auto saves a DITA Map (of course if the file on disk is not read-only) was added around Oxygen 25. About Oxygen 24 officially we no longer maintain it in any way and we'll drop support for it at the end of this year: https://www.oxygenxml.com/eol.html About...
by Radu
Thu May 02, 2024 2:54 pm
Forum: SDK-API, Frameworks - Document Types
Topic: DITAMAPS Manager custom insert action showing prompt to discard or load changes
Replies: 8
Views: 408

Re: DITAMAPS Manager custom insert action showing prompt to discard or load changes

Hi, I looked a number of times over the code, I do not quite understand your purpose here. 1) DITA Maps opened from the local disk in the DITA Maps Manager view auto-save by default. In the Oxygen Preferences->"DITA / Maps" page there is an "Automatically save local DITA Maps after ea...
by Radu
Wed May 01, 2024 9:48 am
Forum: Other Issues
Topic: Can I use Find/Replace in Files to find files that do NOT contain a string?
Replies: 1
Views: 107

Re: Can I use Find/Replace in Files to find files that do NOT contain a string?

Hi, I would probably attempt to use XPath for this. The Oxygen XPath toolbar has a drop down in which you can decide to run the XPath over multiple files or over the entire project. For example I might try an XPath like this: //*:aggregation[not(contains(text(), 'UFIR'))] https://www.oxygenxml.com/d...
by Radu
Fri Apr 26, 2024 11:37 am
Forum: Other Issues
Topic: Format of framework name (fr_name) in editor variable?
Replies: 3
Views: 115

Re: Format of framework name (fr_name) in editor variable?

Hi Frank,
No quotes, exactly the name of the framework as it appears in the preferences page, something like "${frameworkDir(DITA Map)}".
Regards,
Radu
by Radu
Fri Apr 26, 2024 7:55 am
Forum: General XML Questions
Topic: How to remove <p> tag
Replies: 1
Views: 253

Re: How to remove <p> tag

Hi Charles, By default with a stock installation of Oxygen, Oxygen does not automatically add <p> elements inside list items. So this is something specific to your installation, maybe you are using a company specific DITA framework customization or maybe you are using a DITA specialization DTD which...
by Radu
Thu Apr 25, 2024 3:42 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Ditamaps Manager Context Menu Customisation
Replies: 16
Views: 1068

Re: Ditamaps Manager Context Menu Customisation

Hi Koushik, Maybe you can have some common code to insert the XML fragment with parameters to decide how to insert it, something like: public static final int BEFORE = 0; public static final int AFTER = 1; public static final int APPEND = 2; public static void insertXMLContent(ro.sync.ecss.extension...
by Radu
Thu Apr 25, 2024 2:42 pm
Forum: Common Problems
Topic: No Connection to existdb (2024)
Replies: 3
Views: 213

Re: No Connection to existdb (2024)

Hi,
Great, thanks for the confirmation!
Regards,
Radu
by Radu
Wed Apr 24, 2024 4:36 pm
Forum: Common Problems
Topic: Custom plugin using URLStreamHandlerWithContext blocking connection as untrusted
Replies: 3
Views: 153

Re: Custom plugin using URLStreamHandlerWithContext blocking connection as untrusted

Hi Trent,
A good more targeted where to post webauthor related questions is here:
common-problems-f34/
Indeed looking at our code the TrustedHostsProviderExtension plugin extension point should work as well for WebAuthor.
Regards,
Radu
by Radu
Wed Apr 24, 2024 1:50 pm
Forum: Common Problems
Topic: Issue with custom ElementLocator
Replies: 1
Views: 92

Re: Issue with custom ElementLocator

Hi, So you have a custom XML document, with your own CSS used for visual editing. I assume you have set the oxy-link property in your CSS: https://www.oxygenxml.com/doc/ug-editor/topics/dg-link-elements.html something like: sourceElementName:before{ content: "CLICK ME"; -oxy-link: "#&...
by Radu
Wed Apr 24, 2024 7:19 am
Forum: Common Problems
Topic: Custom plugin using URLStreamHandlerWithContext blocking connection as untrusted
Replies: 3
Views: 153

Re: Custom plugin using URLStreamHandlerWithContext blocking connection as untrusted

Hi Trent, Is this question about the Oxygen standalone/desktop product or the Oxygen in-browser WebAuthor product? Based on the forum category in which you posted I assume you are using the Oxygen standalone/desktop product. I think we've had this check for remote connections made by Oxygen for a nu...
by Radu
Wed Apr 24, 2024 7:08 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Is there a way to replace all IDs in a file at once?
Replies: 1
Views: 151

Re: Is there a way to replace all IDs in a file at once?

Hi, With the DITA XML standard the IDs of elements need to be unique in the context of the current topic. If you have two topics, each can have inside it elements with the same ID without any problems. So I do not quite understand your use case. In the Oxygen main menu "Tools->XML Refactoring&q...