Hello,
Thank you for the details, we managed to reproduce this problem. We will search for a solution and we will let you know when we will have a conclusion.
Best Regards,
Mihaela
Search found 245 matches
- Mon Mar 01, 2021 7:56 pm
- Forum: Other Issues
- Topic: Javascript Custom Action using XLST
- Replies: 14
- Views: 403
- Thu Feb 25, 2021 8:57 am
- Forum: Other Issues
- Topic: Javascript Custom Action using XLST
- Replies: 14
- Views: 403
Re: Javascript Custom Action using XLST
Hi, I tried again to test on a Web Author All Platforms Distribution install, by adding both actions on the toolbar: one that uses XSLTOperation and one that uses XLTOPerationWithChangeTrackingFix (both with suspendTrackChanges true). With Change Tracking ON my results are: - when using XSLTOperatio...
- Tue Feb 23, 2021 7:00 pm
- Forum: Other Issues
- Topic: Javascript Custom Action using XLST
- Replies: 14
- Views: 403
Re: Javascript Custom Action using XLST
Hello,
Did you tested with different Web Author versions? What are the versions you used for your tests?
Best Regards,
Mihaela
Did you tested with different Web Author versions? What are the versions you used for your tests?
Best Regards,
Mihaela
- Thu Feb 18, 2021 3:52 pm
- Forum: Other Issues
- Topic: Javascript Custom Action using XLST
- Replies: 14
- Views: 403
Re: Javascript Custom Action using XLST
Hi, We finally reproduced the problem you reported. If the track changes state is on when you invoke the XSLTOperation then all the track changes from the affected nodes are accepted. We will add a fix for this in a future version. Until then, we created for you a jar containing an operation that ex...
- Fri Jan 08, 2021 3:24 pm
- Forum: Common Problems
- Topic: How to filter content for given profiling attribute
- Replies: 5
- Views: 233
Re: How to filter content for given profiling attribute
Hi, There is no URL parameter similar with ditaval for DocBook, but you can implement that functionality using the current API: you can set a pseudo pseudo-class on the root XML element describing which are the attribute values to be searched to show or hide elements using CSS. Here is a forum post ...
- Thu Jan 07, 2021 3:50 pm
- Forum: Common Problems
- Topic: How to filter content for given profiling attribute
- Replies: 5
- Views: 233
Re: How to filter content for given profiling attribute
Hello,
There is no parameter available to provide the DITAVAL content, you can only provide the URL of a DITAVAL file. The solution you suggested seems right.
Best regards,
Mihaela
There is no parameter available to provide the DITAVAL content, you can only provide the URL of a DITAVAL file. The solution you suggested seems right.
Best regards,
Mihaela
- Wed Jan 06, 2021 5:35 pm
- Forum: Common Problems
- Topic: Configuring Options not working
- Replies: 2
- Views: 117
Re: Configuring Options not working
Hi, The show.profiling.attributes option controls the display of the custom profiling attributes. For the built-in attributes (like (@product, @platform, @audience, @rev, @props, and @otherprops in DITA) the rendering is added from CSS and you will have to overwrite those rules. What type of profili...
- Tue Jan 05, 2021 10:09 am
- Forum: Common Problems
- Topic: How to customize remove comment action
- Replies: 3
- Views: 189
Re: How to customize remove comment action
Hello, Thank you for the information. There are still some details that need to be clarified in order to understand exactly what you want to achieve and how we can help you. We understand that you want to register a reason for every comment or change that is removed from the document but this can al...
- Mon Jan 04, 2021 4:06 pm
- Forum: Common Problems
- Topic: How to customize remove comment action
- Replies: 3
- Views: 189
Re: How to customize remove comment action
Hello, For the moment there is no API available to access the current comment to get its properties. Please give us more details about your use case so we can guide you to a specific implementation or to add more API, if it is necessary. Why do you want to customize the remove comment action? What o...
- Fri Dec 11, 2020 7:11 pm
- Forum: Feature Request
- Topic: How to configure Custom xml schema and xslt in oxygen web author
- Replies: 5
- Views: 444
Re: How to configure Custom xml schema and xslt in oxygen web author
Hi, The XSLT can be used in Oxygen XML Author to run some transformation, to obtain other document starting from your XML document. If you only want to see a WYSIWYG representation of your document in Author view (in both Web Author and Oxygen XML Author) you will have to use CSS to set a specific d...
- Thu Dec 10, 2020 6:22 pm
- Forum: Feature Request
- Topic: How to configure Custom xml schema and xslt in oxygen web author
- Replies: 5
- Views: 444
Re: How to configure Custom xml schema and xslt in oxygen web author
Hello, From what I understand you have XML documents with custom schema and you want to be able to edit these documents in Web Author. For this you have to create a framework that will be associated with you documents. In this framework you can specify the CSS that will be used for rendering your do...
- Thu Dec 10, 2020 4:46 pm
- Forum: Common Problems
- Topic: Rendering include content in DocBook
- Replies: 17
- Views: 826
Re: Rendering include content in DocBook
Hello, In 22.1.0.0 version the EntityManager should work. Next thing to try: please include a stacktrace in your resolveEntity implementation and send us the logs to see were it is called from. If you want you can send us the logs on our support email address (support@oxygenxml.com). Thank you. Best...
- Wed Dec 09, 2020 4:59 pm
- Forum: Feature Request
- Topic: How to configure Custom xml schema and xslt in oxygen web author
- Replies: 5
- Views: 444
Re: How to configure Custom xml schema and xslt in oxygen web author
Hi, You can find information about how you can customize Web Author with frameworks and plugins in our Oxygen Web Author Customization Guide [1]. The guide contains a topic with details about "Integrating Web Author with Your Content by Creating Custom Frameworks" [2] and also a dedicated topic for ...
- Wed Dec 09, 2020 4:34 pm
- Forum: Common Problems
- Topic: Rendering include content in DocBook
- Replies: 17
- Views: 826
Re: Rendering include content in DocBook
Hi, The EntityResolver is registered correctly in your code, on applicationStarted . We did not managed to reproduce the problem, so we need your help to debug this. The first step is to check if the reference is resolved if you keep only the EntityResolver (please comment the addition of referenceR...
- Wed Dec 09, 2020 4:17 pm
- Forum: Common Problems
- Topic: Rendering include content in DocBook
- Replies: 17
- Views: 826
Re: Rendering include content in DocBook
Hello, Any thoughts on getCurrentEditorAccess(int).getEditorLocation() exception? We haven't added support for this API in Web Author doe to some limitations that we hade in the past in our code. Now the limitation is gone so I have added an issue in our internal issue tracker to implement it. We wi...
- Tue Dec 08, 2020 7:10 pm
- Forum: Common Problems
- Topic: Rendering include content in DocBook
- Replies: 17
- Views: 826
Re: Rendering include content in DocBook
Hi,
Can you please give us some details about the place were you have added the priority EntityResolver? We are thinking that maybe you placed the code after the document content is resolved.
Best Regards,
Mihaela
Can you please give us some details about the place were you have added the priority EntityResolver? We are thinking that maybe you placed the code after the document content is resolved.
Best Regards,
Mihaela
- Wed Nov 25, 2020 5:14 pm
- Forum: Common Problems
- Topic: Extending LinkTextResolver
- Replies: 8
- Views: 365
Re: Extending LinkTextResolver
Hello, First you have to download the default framework operations source code [1]. You will see that the DitaLinkTextResolver is created in the following method from DITAExtensionsBundle : ro.sync.ecss.extensions.dita.DITAExtensionsBundle.createLinkTextResolver() So, what you can do is to create an...
- Tue Nov 24, 2020 4:43 pm
- Forum: Common Problems
- Topic: Extending LinkTextResolver
- Replies: 8
- Views: 365
Re: Extending LinkTextResolver
Hi, The fact that the cross reference to an element shows empty space is intended. We do this to be consistent with the output. If you will generate a PDF from your file that contains a cross reference to an element you will see that there is no link in the document if you do not insert some text in...
- Fri Oct 30, 2020 4:08 pm
- Forum: Common Problems
- Topic: How to load images
- Replies: 9
- Views: 643
Re: How to load images
Hello, It seems that there is no CSS file from the base DITA framework specified in the list of your framework CSS files. Did you delete the "${baseFramework}/..." entries from the CSS list when creating the extension? You should try again to create the extension framework, leave the default CSS ent...
- Wed Sep 16, 2020 10:01 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Oxygen Web Author copy issues!
- Replies: 5
- Views: 502
Re: Oxygen Web Author copy issues!
Hello, The schema aware options are also taken into account in Web Author. You can follow these steps to import the schema aware options from Oxygen XML Editor Eclipse Plugin to Web Author: Export Global Options from the Eclipse Plugin [1] From the exported xml file copy the entry containing schema ...
- Mon Sep 14, 2020 4:41 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Oxygen Web Author copy issues!
- Replies: 5
- Views: 502
Re: Oxygen Web Author copy issues!
Hi, Regarding the improvement that we plan to add to the copy behavior in a future version: we think that if the selection includes the entire content of a block element and just one of the sentinels then we will consider that the entire element is copied. But, if the selection includes just a part ...
- Wed Aug 26, 2020 1:28 pm
- Forum: Other Issues
- Topic: Link attribute in web author for PI element not working
- Replies: 14
- Views: 1220
Re: Link attribute in web author for PI element not working
Hi, Indeed we should remove the preview dialog if the opened resource type is html. I added an issue in our internal issue tracker for this. What you can do is to use a custom js action (instead of "OpenInSystemAppOperation") in the oxy_button, that directly opens the url in the new tab. Here is a t...
- Tue Aug 25, 2020 4:12 pm
- Forum: Other Issues
- Topic: Link attribute in web author for PI element not working
- Replies: 14
- Views: 1220
Re: Link attribute in web author for PI element not working
Hi, Indeed the link does not work when added on processing instructions before pseudo element. I have added an issue for this in our internal issue tracker. We will update this thread when a fix will be available. As a workaround you can add a button that uses the ro.sync.ecss.extensions.commons.ope...
- Wed Jul 08, 2020 11:45 am
- Forum: Common Problems
- Topic: Do Content Fusion Tasks Expire?
- Replies: 5
- Views: 2420
Re: Do Content Fusion Tasks Expire?
Hi, The Content Fusion Add-on for Oxygen XML Author is designed for Content Authors, to connect to the Content Fusion server to create and manage the review tasks. The reviewers will edit the documents by using the browser interface of the server so there is no need for them to install Oxygen XML Au...
- Tue Jun 16, 2020 2:19 pm
- Forum: Feature Request
- Topic: Oxygen XML Web Author
- Replies: 4
- Views: 1168
Re: Oxygen XML Web Author
Hello, Can you please provide more details regarding the strange characters: - Do the characters get shown correctly in the "Insert special characters" grid? - Did the characters change after setting the option? - Are they shown correctly after inserting in the document? It may also help if you coul...
- Wed May 27, 2020 2:27 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Custom frameworks in web author
- Replies: 3
- Views: 596
Re: Custom frameworks in web author
Hi, First you have to make sure that your framework is loaded. For this you can open the "Report Problem" dialog (by using the "Report Problem" action from the "More..." menu) and check if your framework is listed in the frameworks list (see the "Frameworks" tab). If your framework is loaded then it...
- Mon May 25, 2020 2:47 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Custom frameworks in web author
- Replies: 3
- Views: 596
Re: Custom frameworks in web author
Hello, What action do you use to create new file? Please note that if you try to create a new DITA from your templates you need to set the type property to dita, in each template property file. Otherwise, the template will not appear in the dialog box for creating new DITA topics from the DITA Maps ...
- Wed Apr 22, 2020 11:45 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: Web Author Customization and Dialogs
- Replies: 1
- Views: 503
Re: Web Author Customization and Dialogs
Hello, 1. Yes, you can customize the header, menu and views of the Web Author. Also, the default actions can be removed from the toolbar and contextual menu. You can find details and samples in the "Customizing the Web Author User Interface" topic from the Web Author customization tutorial: https://...
- Tue Feb 25, 2020 4:24 pm
- Forum: Common Problems
- Topic: Existing extensions migration to Oxygen XML Web Author
- Replies: 6
- Views: 1037
Re: Existing extensions migration to Oxygen XML Web Author
Hi,
The ro.sync.ecss.extensions.api.WebappCompatible annotation is used only for AuthorOperations, to mark them as compatible with Web Author.
So please let us knwo which AuthorOpearation implementations you are trying to use but are not marked with "@WebappCompatible".
Best Regards,
Mihaela
The ro.sync.ecss.extensions.api.WebappCompatible annotation is used only for AuthorOperations, to mark them as compatible with Web Author.
So please let us knwo which AuthorOpearation implementations you are trying to use but are not marked with "@WebappCompatible".
Best Regards,
Mihaela
- Fri Feb 14, 2020 3:38 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: oxygen web editor how to add a languae for Simplified Chinese
- Replies: 5
- Views: 1693
Re: oxygen web editor how to add a languae for Simplified Chinese
Hi,
We wanted to let you know that we just released version 22 of Web Author that contains the Chinese language support for the user interface.
Best Regards,
Mihaela
We wanted to let you know that we just released version 22 of Web Author that contains the Chinese language support for the user interface.
Best Regards,
Mihaela