Search found 9074 matches

by Radu
Mon May 13, 2024 8:07 am
Forum: Other Issues
Topic: multi-repo project/framework configuration
Replies: 1
Views: 57

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: 778

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: 57

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: 406

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: 156

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: 150

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: 76

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: 156

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: 371

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: 156

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: 371

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: 108

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: 371

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: 371

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: 105

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: 100

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: 210

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: 1027

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: 197

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: 140

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: 85

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: 140

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: 140

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...
by Radu
Tue Apr 23, 2024 6:28 am
Forum: Common Problems
Topic: No Connection to existdb (2024)
Replies: 3
Views: 197

Re: No Connection to existdb (2024)

Hi, This looks similar to the problem reported here: https://github.com/eXist-db/exist/issues/4785 I remember in Oxygen 25.1 we made some fixes to bypass it, the same discussion thread also contains a possible workaround. So if you are using Oxygen 25.0, maybe you could try to upgrade to 25.1. Regar...
by Radu
Mon Apr 22, 2024 3:42 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Linebreaks in HTML export
Replies: 3
Views: 510

Re: Linebreaks in HTML export

Hi, To add in the Author mode a processing instruction named <?linebreak?> you need to press ENTER, then choose "processing-instruction" and then inside the newly added processing instruction type "linebreak". Otherwise if you just type "<?linebreak?>" in the Author vis...
by Radu
Fri Apr 19, 2024 2:21 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CSS
Replies: 1
Views: 231

Re: CSS

Hi,
Maybe this will help:
https://www.oxygenxml.com/doc/ug-editor ... -view.html
Regards,
Radu
by Radu
Fri Apr 19, 2024 6:33 am
Forum: Other Issues
Topic: Can I export HTML5 into one page?
Replies: 3
Views: 256

Re: Can I export HTML5 into one page?

Hi, Not sure, maybe you can use our Find/Replace in Files dialog to search through the entire HTML output folder with a regular expression which matches all <img...> tags and replace them with the empty string. Otherwise you would probably need to create a DITA OT plugin which somehow extends the XH...
by Radu
Fri Apr 19, 2024 6:26 am
Forum: Common Problems
Topic: Non-persistent data storage
Replies: 4
Views: 228

Re: Non-persistent data storage

Hi Vitor,
Our Java OptionsStorage API also persists the data when Oxygen is closed. Maybe you can create your own HashMap-like structure if you want to cache anything in a non persistent way.
Regards,
Radu
by Radu
Thu Apr 18, 2024 4:37 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA specialization framework
Replies: 9
Views: 480

Re: DITA specialization framework

Hi Birgit,
I do not remember having changed anything in this regard in Oxygen 26 and newer.
Maybe you can zip your entire add-on and attach it to out tech support:
https://www.oxygenxml.com/techSupport.html
Ideally the zip should contain also one of your sample specialized DITA topics.
Regards,
Radu
by Radu
Thu Apr 18, 2024 8:15 am
Forum: Other Issues
Topic: Can I export HTML5 into one page?
Replies: 3
Views: 256

Re: Can I export HTML5 into one page?

Hi Stacey, If you open the main DITA Map in the Oxygen DITA Maps Manager view, then use the "Configure Transformation Scenarios" toolbar button there, in the "Configure Transformation Scenarios" dialog you should be able to duplicate and edit the "DITA Map XHTML" transf...