Search found 100 matches

by tmakita
Fri Mar 08, 2024 2:26 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extension debugging with Eclipse
Replies: 4
Views: 343

Re: Extension debugging with Eclipse

> Oxygen loads these extensions in a separate class loader, maybe this breaks Eclipse's ability to know in which class the breakpoint is.
Thank you, I got it!
by tmakita
Fri Mar 08, 2024 1:56 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Extension debugging with Eclipse
Replies: 4
Views: 343

Re: Extension debugging with Eclipse

> This would mean you just need to add in the Classpath list a reference to your "bin" folder After changing the classpath to bin folder, I could get the "Hello World!" dialog. > Add a breakpoint in one of the source Java classes. However, the break point of Eclipse did not seem ...
by tmakita
Fri Mar 08, 2024 11:52 am
Forum: SDK-API, Frameworks - Document Types
Topic: Extension debugging with Eclipse
Replies: 4
Views: 343

Extension debugging with Eclipse

I'm developing custom element insertion framework extension via Java & Eclipse. By following the below URL I tried to debug my extension in Eclipse from Oxygen. Debugging an Oxygen SDK Extension Using the Eclipse Workbench https://www.oxygenxml.com/doc/versions/25.1/ug-editor/topics/debug-sdk.ht...
by tmakita
Thu Mar 07, 2024 2:48 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Finding ditamap integrated in main file
Replies: 2
Views: 238

Re: Finding ditamap integrated in main file

Thank you for your quick reply!
> You can use the API "ro.sync.ecss.dita.DITAAccess.getRootMapURL()" to access the root map listed there.
I got it.
I also found the source code written by my colleague that use this API.
Much appreciated.
by tmakita
Thu Mar 07, 2024 2:18 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Finding ditamap integrated in main file
Replies: 2
Views: 238

Finding ditamap integrated in main file

I'm developing custom element insertion extension Java program via Oxygen frame work. The extension works only for topics that have customized public identifiers. In this extension, I want to access ditamap file integrated in project's main file. Is it possible in the AuthorAccess interface describe...
by tmakita
Fri Mar 01, 2024 5:36 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: othermeta/@content input area
Replies: 2
Views: 423

Re: othermeta/@content input area

Hi Radu,
Thank you for your reply.
I have modified my framework CSS file and the result is OK.
I appreciated your help.
by tmakita
Mon Feb 05, 2024 12:07 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: othermeta/@content input area
Replies: 2
Views: 423

othermeta/@content input area

One of my user frequently uses bookmeta/othermeta/@name and @content. They want to extend the input area of @content. Is there any solution?
othermeta_New.png
othermeta_New.png (107.39 KiB) Viewed 423 times
by tmakita
Mon Oct 16, 2023 7:23 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: topic/@id uniqueness
Replies: 2
Views: 348

Re: topic/@id uniqueness

Thank you for your detailed reply.
Much appreciated!
by tmakita
Sat Oct 14, 2023 3:24 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: topic/@id uniqueness
Replies: 2
Views: 348

topic/@id uniqueness

[Question] How does each Oxygen XML author program generate topic/@id in the local file system-based environment? To what extent does Oxygen XML Author guarantee the uniqueness of topic/@id? [Background: DITA-OT] As you know, DITA-OT preprocessing & topic merge for PDF output handles the followi...
by tmakita
Wed Jun 28, 2023 8:32 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Author mode customization
Replies: 3
Views: 429

Re: Author mode customization

Thank you for your usual quick reply! I will examine your suggestion and get back.
by tmakita
Wed Jun 28, 2023 8:32 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Author mode customization
Replies: 3
Views: 429

Re: Author mode customization

Thank you for your usual quick reply! I will examine your suggestion and get back.
by tmakita
Tue Jun 27, 2023 2:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Author mode customization
Replies: 3
Views: 429

Author mode customization

I'm not sure whether this topic is appropriate in this forum. I've the request from user to enable external references from DITA topic authoring. They do not need hard PDF to PDF links. But they need other publication's title of a topic using specialized DITA elements "extref". The story i...
by tmakita
Tue May 03, 2022 2:48 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Author mode customization
Replies: 5
Views: 835

Re: Author mode customization

Hi Chris and Radu, Thank you for valuable reply. My original intention is to specialize DITA for user information type without basing any OASIS CALS table elements. Currently the user is authoring their specific information type by conrefing tgroup . This results following unusual PDF output require...
by tmakita
Sat Apr 30, 2022 5:43 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Author mode customization
Replies: 5
Views: 835

Author mode customization

New to Oxygen customization. The background: One of my user is using conref to tgroup element to generate table that is composed of lot of reusable row information. They explicitly describe that they want to reuse "sequences of row elements". But OASIS CALS table model does not offer the c...
by tmakita
Sat May 01, 2021 7:15 pm
Forum: XSLT and FOP
Topic: How to use newest Saxon from ant transformation scenario?
Replies: 3
Views: 1742

How to use newest Saxon from ant transformation scenario?

Hi, This subject is already asked many times before, however I cannot use the newest Saxon 10.3 from my ant transformation scenario with Oxygen 23.1. Here is the build file. I downloaded external Saxon add-on and it was successfully downloaded. <?xml version="1.0" encoding="UTF-8"...
by tmakita
Tue Apr 13, 2021 5:37 pm
Forum: Other Issues
Topic: XML Author doesn't respond
Replies: 15
Views: 3849

Re: XML Author doesn't respond

The first build ended successfully. There are no problems in editing global transformation scenario.
Thank you for your update!
by tmakita
Tue Apr 13, 2021 9:18 am
Forum: Other Issues
Topic: XML Author doesn't respond
Replies: 15
Views: 3849

Re: XML Author doesn't respond

Thank you Radu.
I will wait the formal bug-fix release announcement.
by tmakita
Mon Apr 12, 2021 11:48 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How I use the existing .js modules in customization temlate?
Replies: 2
Views: 911

Re: How I use the existing .js modules in customization temlate?

Solved!
  • Add extension plug-in that implements "ant.import" and changing "com.oxygenxml.responsive.internal.target.dependencies.topics.html"
  • Implement custom .js file "copy" in the added build process.
by tmakita
Fri Apr 09, 2021 4:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How I use the existing .js modules in customization temlate?
Replies: 2
Views: 911

How I use the existing .js modules in customization temlate?

Hi, I'm developing Oxygen WebHelp custom template that uses external search engine (AWS Elasticsearch). Currently basic connection test has done successfully and I could get the search query results from external search engine by JSON format. Then now is the time to develop search result pages. I st...
by tmakita
Fri Apr 09, 2021 4:30 pm
Forum: Other Issues
Topic: XML Author doesn't respond
Replies: 15
Views: 3849

Re: XML Author doesn't respond

Hi Radu,

I'm using Oxygen XML Editor 23.1 on Windows 10.

Giving me the installation kit is greatly appreciated :D

Regards,
by tmakita
Fri Apr 09, 2021 10:02 am
Forum: Other Issues
Topic: XML Author doesn't respond
Replies: 15
Views: 3849

Re: XML Author doesn't respond

Waiting for the new maintenance build. I couldn't use Oxygen for less than a month in my main handheld PC and obliged to use very old powerless PC. Today I found that Oxygen installed in my desktop also freezes when I modify global transformation scenario. Without working Oxygen, I could not success...
by tmakita
Wed Mar 17, 2021 1:13 am
Forum: Other Issues
Topic: XML Author doesn't respond
Replies: 15
Views: 3849

Re: XML Author doesn't respond

Applying Options - Reset Global Option and launch XML Author again. Then open bookmap and select Document - Configure Transformation Scenario. Select "Web Help Responsive" and push "Duplicate" The "Configure Transformation Scenario(s)" dialog become frozen. I can drag ...
by tmakita
Tue Mar 16, 2021 4:24 pm
Forum: Other Issues
Topic: XML Author doesn't respond
Replies: 15
Views: 3849

Re: XML Author doesn't respond

Hi Radu, > Do you get this problem when you edit any global transformation scenario or only certain transformation scenarios? Yes, only when edit "global transformation scenario". > Does the blockage appear to be permanent or does Oxygen freeze only for a couple of seconds? Clicking the sc...
by tmakita
Tue Mar 16, 2021 3:07 pm
Forum: Other Issues
Topic: XML Author doesn't respond
Replies: 15
Views: 3849

Re: XML Author doesn't respond

Uninstall - re-installing Oxygen XML Editor 23.1 does not solve this problem. The global transformation scenarios may be saved in the another location that XML Editor installed. Are there any workaround to solve this problem? For instance initialize global transformation scenario. For your reference...
by tmakita
Tue Mar 16, 2021 2:55 pm
Forum: Other Issues
Topic: XML Author doesn't respond
Replies: 15
Views: 3849

Re: XML Author doesn't respond

This phenomenon occurs in Oxygen XML Author 23.1. But as with 23.0, editing global transformation (clicking the transformation) does not returns any respond. The "Configure Transformation Scenario" is frozen and close button does not work.
by tmakita
Tue Mar 16, 2021 2:43 pm
Forum: Other Issues
Topic: XML Author doesn't respond
Replies: 15
Views: 3849

XML Author doesn't respond

Somehow when I edit global transformation scenarios, Oxygen XML Author does not respond any more!

Here is the screenshot:

https://1drv.ms/u/s!AkbL99fLhxKUh6wp5v7 ... A?e=iJ9kfA

How do I solve this problem? Are there any ways to initialize XML Author settings?

Regards,
by tmakita
Tue Mar 16, 2021 11:25 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp customization error
Replies: 2
Views: 1051

Re: WebHelp customization error

Hi Radu,

Thank you for your quick reply.

Your advice worked like a charm!!

Regards,
by tmakita
Tue Mar 16, 2021 10:08 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: WebHelp customization error
Replies: 2
Views: 1051

WebHelp customization error

Hi, I'm developing WebHelp Responsive custom ant processing. But I encountered when DITA-OT process comes into my target. [Error message] whr-copy-resources: html5.css: html5.copy-css-user: ah-whr-index: ah-whr-index-topic: [mkdir] Created dir: D:\My_Documents\XML2021\XXXXXX\WebHelpSample\temp\webhe...
by tmakita
Wed Nov 06, 2019 5:54 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Avoid recording author & cridates
Replies: 2
Views: 1040

Re: Avoid recording author & cridates

Hi Radu,

Thank you for your reply.
The problem has been solved!

Regards,