Search found 8992 matches

by Radu
Tue Mar 19, 2024 8:17 am
Forum: Other Issues
Topic: Project templates
Replies: 1
Views: 10

Re: Project templates

Hi, According to our docs: https://www.oxygenxml.com/doc/versions/26.0/ug-editor/topics/create-new-project.html project templates are actually ZIP archives (with a .zxpr extension) So you simply zip an entire folder which contains the .xpr file and the other project folders and files. And then you c...
by Radu
Mon Mar 18, 2024 1:33 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Map Information with XHTML
Replies: 8
Views: 112

Re: Map Information with XHTML

In general, you can try to debug this further. If you have run the DITA OT "-install" to integrate the plugin you can use for example Oxygen's "Find/Replace in Files" to see where in the DITA OT XSLTs your "get-move-othermeta.xsl" is now referenced, it should now be ref...
by Radu
Mon Mar 18, 2024 1:29 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Map Information with XHTML
Replies: 8
Views: 112

Re: Map Information with XHTML

Linking here to your post on the DITA OT discussions list:
https://github.com/orgs/dita-ot/discussions/4438
If time allows I will try to look into this later on and reply there in order not to have two duplicate threads.
Regards,
Radu
by Radu
Mon Mar 18, 2024 1:26 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to print target attributes into the output html files
Replies: 2
Views: 37

Re: How to print target attributes into the output html files

Hi, By default profiling attributes are removed and handled in the profiling/filtering stage of the publishing process. If for publishing you use a DITAVAL filter file you can specify "passthrough" for certain profiling attributes or attribute/value combinations in order to pass them to th...
by Radu
Mon Mar 18, 2024 11:59 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Map Information with XHTML
Replies: 8
Views: 112

Re: Map Information with XHTML

Hi Gaspard,
Not sure, do your xsl:messages appear in the console log?
Regards,
Radu
by Radu
Mon Mar 18, 2024 8:42 am
Forum: General XML Questions
Topic: Oxygen XML Question For Newbie
Replies: 2
Views: 62

Re: Oxygen XML Question For Newbie

Hi, Some resources for learning DITA XML with Oxygen: https://blog.oxygenxml.com/topics/learnDita.html As Stefan said above, with XML content in general the information is separate from the publishing layout, so the publishing customizations (margins, padding, custom logos, etc) are done as a separa...
by Radu
Fri Mar 15, 2024 9:01 am
Forum: SDK-API, Frameworks - Document Types
Topic: Documentation for Extending a DITA Framework Operation?
Replies: 1
Views: 104

Re: Documentation for Extending a DITA Framework Operation?

Hi Daniel, Is this question for customizing the Oxygen desktop application or the WebAuthor. The "Insert Image" operation is quite complex, for the Oxygen desktop application it calls non-API code which shows that complex dialog where people can choose the image resource, they can also cho...
by Radu
Fri Mar 15, 2024 8:56 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Map Information with XHTML
Replies: 8
Views: 112

Re: Map Information with XHTML

Hi Gaspard, You did not give enough information about how your XSLT is called from the build files. Is your XSLT stylesheet getting called at all? If you make it not wellformed XML, maybe remove a "<" from it and publish do you get an error reported that the XSLT is invalid? If it is used,...
by Radu
Fri Mar 08, 2024 10:00 pm
Forum: XML Schemas
Topic: Schematron and Oxygen 26
Replies: 3
Views: 225

Re: Schematron and Oxygen 26

Hi Alex, Not sure what the problem is. In the Oxygen main menu Window->"Show view" you can show the "Information" view. When you validate an XML document this side view shows you what kind of validation it applies on the XML document. I'm afraid I will need a small TEI xml sample...
by Radu
Fri Mar 08, 2024 1:59 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extension debugging with Eclipse
Replies: 4
Views: 222

Re: Extension debugging with Eclipse

Hi,
However, the break point of Eclipse did not seem to work.
Not sure about this one, Oxygen loads these extensions in a separate class loader, maybe this breaks Eclipse's ability to know in which class the breakpoint is.
Regards,
Radu
by Radu
Fri Mar 08, 2024 12:36 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Button Form Control (oxy_button) Truncating Action Name
Replies: 4
Views: 214

Re: Button Form Control (oxy_button) Truncating Action Name

Hi Daniel, For now I cannot reproduce the problem on Mac or Windows but I cannot control the Windows DPI as I'm working remote from a mac. I added an internal issue to look further into this, pasting the issue ID below: EXM-54294 Button group form control does not display entire text content I see y...
by Radu
Fri Mar 08, 2024 12:04 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extension debugging with Eclipse
Replies: 4
Views: 222

Re: Extension debugging with Eclipse

Hi, So the documentation you linked says: In the Classpath tab, add a reference to your Project's classes directory and in the Extensions tab, This would mean you just need to add in the Classpath list a reference to your "bin" folder, but instead you seem to refer individual subfolders fr...
by Radu
Fri Mar 08, 2024 8:24 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA-OT projects and spaces in filenames
Replies: 3
Views: 332

Re: DITA-OT projects and spaces in filenames

Hi,
100+ PDFs compiled.
Yeah, DITA OT project files are quite useful to bring all your publishing needs together :D
Regards,
Radu
by Radu
Thu Mar 07, 2024 2:54 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Button Form Control (oxy_button) Truncating Action Name
Replies: 4
Views: 214

Re: Button Form Control (oxy_button) Truncating Action Name

Hi Daniel, You are using the Oxygen desktop application right? Or are you using the Oxygen WebAuthor in-browser distribution? Can you post maybe a small sample with how your CSS customization which adds the buttons looks like? Also what Oxygen version are you using and are you on a high dpi screen? ...
by Radu
Thu Mar 07, 2024 2:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Finding ditamap integrated in main file
Replies: 2
Views: 124

Re: Finding ditamap integrated in main file

Hi, In the DITA Maps Manager view there is a "Context" combo box which points to a root DITA Map. You can use the API "ro.sync.ecss.dita.DITAAccess.getRootMapURL()" to access the root map listed there. We also have the API: ((StandalonePluginWorkspace)PluginWorkspaceProvider.getP...
by Radu
Wed Mar 06, 2024 12:28 pm
Forum: XSLT and FOP
Topic: Limit open/find ressource scope
Replies: 3
Views: 200

Re: Limit open/find ressource scope

HI Oleksii, I would probably use something like this: *C:/* so add a wildcard also at the beginning, this seemed to work for me. Or in the Preferences->Open/Find Resource page check the "Only index files indexed in the DITA Map as resource only". Or of course avoid adding your entire drive...
by Radu
Wed Mar 06, 2024 11:14 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Is there a way to validate external file references?
Replies: 1
Views: 150

Re: Is there a way to validate external file references?

Hi, You can create a Schematron schema to validate an XML document with custom validation rules. For example if your XML document looks like this: <?xml-model href="test.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> <root> <graphic mi...
by Radu
Wed Mar 06, 2024 8:23 am
Forum: Feature Request
Topic: Complete Description not visible in Results View
Replies: 3
Views: 130

Re: Complete Description not visible in Results View

Hi Garima,
How about if you open the master DITA Map in the Oxygen DITA Maps Manager view, click the "Validate and check for completeness" toolbar button and select the checkbox "Include remote resources"? This should validate each topic and also check web links.
Regards,
Radu
by Radu
Tue Mar 05, 2024 4:24 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Disable default implementation of ClipboardFragmentInformation
Replies: 7
Views: 287

Re: Disable default implementation of ClipboardFragmentInformation

Hi Ralf, I tried to use the removeClipboardFragmentProcessor( DITAUniqueAttributesRecognizer) while including dita.jar as system dependency for testing purpose - couldn't find a maven artifact for dita.jar. Unfortunately removing didn't really work. I didn't pursue this any further because of the &q...
by Radu
Tue Mar 05, 2024 3:20 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Clarification in license server
Replies: 3
Views: 1075

Re: Clarification in license server

Hi Jen,
This forum thread is from 7 years ago, the link is to the documentation for Oxygen 18.
Our newest licensing advice and documentation can be found here:
https://www.oxygenxml.com/doc/ug-editor ... e-key.html
Regards.
Radu
by Radu
Tue Mar 05, 2024 2:52 pm
Forum: Feature Request
Topic: Complete Description not visible in Results View
Replies: 3
Views: 130

Re: Complete Description not visible in Results View

Hi Garima, The description presented in the "Find/Replace in FIles" results view is limited for performance reasons, so only a small piece of content is presented containing the found piece of text. If you want to see the entire context you will need to double click each match and see dire...
by Radu
Tue Mar 05, 2024 2:49 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Disable default implementation of ClipboardFragmentInformation
Replies: 7
Views: 287

Re: Disable default implementation of ClipboardFragmentInformation

Hi Ralf, The default implementation of the clipboard processor is in the DITA framework configuration folder (OXYGEN_INSTAL_DIR/frameworks/dita). So if for example you go to the Oxygen Preferences->"Document Type Association" page and edit the "DITA" framework extension, it has a...
by Radu
Tue Mar 05, 2024 10:17 am
Forum: SDK-API, Frameworks - Document Types
Topic: Disable default implementation of ClipboardFragmentInformation
Replies: 7
Views: 287

Re: Disable default implementation of ClipboardFragmentInformation

Hi,
I need more context, did you create an Oxygen plugin which does that or did you extend the "ro.sync.ecss.extensions.dita.DITAExtensionsBundle" in a framework extension folder?
Regards,
Radu
by Radu
Tue Mar 05, 2024 9:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Automatically generating task labels (stepxmp, stepresult)
Replies: 7
Views: 550

Re: Automatically generating task labels (stepxmp, stepresult)

Hi Konrad, Sorry I forgot to reply to your next to last post. So: Would copying the DITA dir from the Oxygen installation directory to ${pd}/custom-settings/frameworks/dita, and then updating my project settings (Options > Preferences > DITA, with Project Options enabled) to use that folder as the c...
by Radu
Tue Mar 05, 2024 8:30 am
Forum: Common Problems
Topic: Oxygen won't show my directory tree
Replies: 7
Views: 223

Re: Oxygen won't show my directory tree

Hi,
Thanks for posting the solution, I'm glad this works for you now.
This probably means that the Oxygen application did not have access rights to list the structure of that specific folder.
Regards,
Radu
by Radu
Tue Mar 05, 2024 8:24 am
Forum: XML Schemas
Topic: Schematron and Oxygen 26
Replies: 3
Views: 225

Re: Schematron and Oxygen 26

Hi Alex, Does Oxygen report any particular error when you open the XML document and use the "Validate" toolbar button? In the Oxygen main menu Help->About dialog there is a "Build ID" field. Can you tell me what value it has on your side? Our latest minor bug fix release of Oxyge...
by Radu
Tue Mar 05, 2024 8:20 am
Forum: Feature Request
Topic: Committing several files
Replies: 4
Views: 168

Re: Committing several files

Hi,
Can you elaborate?
Are you using Oxygen with a Git project? Because with Git you can edit and commit several files.
https://www.oxygenxml.com/doc/ug-editor ... addon.html
Regards,
Radu
by Radu
Mon Mar 04, 2024 12:51 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Disable default implementation of ClipboardFragmentInformation
Replies: 7
Views: 287

Re: Disable default implementation of ClipboardFragmentInformation

Hi,
What kind of XML documents are you editing?
Are you adding your fragment processor from an Oxygen plugin or from a DITA framework customization?

Regards,
Radu
by Radu
Mon Mar 04, 2024 12:41 pm
Forum: Other Issues
Topic: Add items to outputclass list
Replies: 14
Views: 5313

Re: Add items to outputclass list

Hi, Oxygen uses the specified controlled values specified in the Subject Scheme map to also validate the attribute values in the XML document. I tested working with a subject scheme map which looks like this: <!DOCTYPE subjectScheme PUBLIC "-//OASIS//DTD DITA Subject Scheme Map//EN" "...