Search found 17 matches

by mwiechec
Sat Feb 27, 2021 3:05 am
Forum: Other Issues
Topic: Javascript Custom Action using XLST
Replies: 16
Views: 3940

Re: Javascript Custom Action using XLST

I finally found the problem. I installed a fresh all platforms distribution and noticed that it worked. I determined the problem was our options.xml file. Specifically the entry <entry> <String>track.changes.initial.state</String> <Integer>1</Integer> </entry> After removing this entry your fix now ...
by mwiechec
Tue Feb 23, 2021 8:25 pm
Forum: Other Issues
Topic: Javascript Custom Action using XLST
Replies: 16
Views: 3940

Re: Javascript Custom Action using XLST

The latest version 23.0.0.1 - Running oXygen XML Web Author 23.0, build 2020122201/2020122201. My last test where all on the latest version.
by mwiechec
Tue Feb 23, 2021 8:54 am
Forum: Other Issues
Topic: Javascript Custom Action using XLST
Replies: 16
Views: 3940

Re: Javascript Custom Action using XLST

I implemented the fix xsltOperationWithTrackCganesFix.zip and it did not solve the problem. So I did some more testing to try and understand why we are seeing different results. I tried a fresh install of WebAuthor for Window 64 and it worked. I then tried a fresh install of WebAuthor for Linux on a...
by mwiechec
Tue Feb 16, 2021 11:00 pm
Forum: Other Issues
Topic: Javascript Custom Action using XLST
Replies: 16
Views: 3940

Re: Javascript Custom Action using XLST

Cristian, 1. I will try the code you suggested, thanks. 2. I removed all plugins except for WebDAV Connector v23.0 and WebDAV Server v23.0 and restarted the server. I still get the issue. Is there something else you want me to try or send you? I did try inserting just some generic processing instruc...
by mwiechec
Fri Feb 12, 2021 1:36 am
Forum: Other Issues
Topic: Javascript Custom Action using XLST
Replies: 16
Views: 3940

Re: Javascript Custom Action using XLST

Thanks for your quick response. 1. I will implement your recommendations for the activation path issue. I do have more one more question. For this particular action the activation path is "//*[@id]". I want the action to be active if the document contains any elements that have an "id...
by mwiechec
Wed Feb 10, 2021 10:14 pm
Forum: Other Issues
Topic: Javascript Custom Action using XLST
Replies: 16
Views: 3940

Re: Javascript Custom Action using XLST

I should have mentioned the versions XML Editor 23.0, build 2020111805, oxygen Web Author Test Server, 23.0.0, oXygen XML Web Author 23.0, build 2020122201/2020122201.
by mwiechec
Wed Feb 10, 2021 8:19 pm
Forum: Other Issues
Topic: Javascript Custom Action using XLST
Replies: 16
Views: 3940

Re: Javascript Custom Action using XLST

Thank you, I will try to use this scenario. However I noticed some unexpected behavior. 1. The activation path works well in oxygen Editor enabling and disabling the associated toolbar button. However in Webauthor the toolbar button state is always enabled. Clicking on the button when the activation...
by mwiechec
Mon Feb 08, 2021 1:08 am
Forum: Other Issues
Topic: Javascript Custom Action using XLST
Replies: 16
Views: 3940

Javascript Custom Action using XLST

I am trying to implement an author action that will replace all occurrences of an element attribute name with a new name and retain it's value, e.g. element(attr1="val1") with element(attr2="val1"). I was able to create an XSLT transform and execute it via ro.sync.ecss.extensions...
by mwiechec
Wed Aug 19, 2020 8:39 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CMiS authentication
Replies: 10
Views: 3802

Re: CMiS authentication

Christian, We are very interested in switching from Webdav to CMIS. It gives us the checkin and checkout capability with major and minor versions. Also the ablilty to view the previous versions would be a great benefit to our users. The login mechanism is the only thing holding us up from implementi...
by mwiechec
Tue Aug 11, 2020 11:38 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CMiS authentication
Replies: 10
Views: 3802

Re: CMiS authentication

I was just wondering if there was any update on this feature. Thanks.
by mwiechec
Fri Mar 27, 2020 7:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CMiS authentication
Replies: 10
Views: 3802

Re: CMiS authentication

The "alf_ticket" url parameter will work for us. As for the expired ticket scenario, currently with the webdav connector in webauthor displays a message titled "Failed to save your changes" and suggests to "save as" or "download". This rarely occurs for us and...
by mwiechec
Wed Mar 25, 2020 10:04 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CMiS authentication
Replies: 10
Views: 3802

Re: CMiS authentication

One more thing, the username in upper right corner show ROLE_TICKET as the user. I tried the &author=mwiechec at the end of url but it does not appear to be used. If this could be enabled it would be great.

Mark
by mwiechec
Wed Mar 25, 2020 9:58 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CMiS authentication
Replies: 10
Views: 3802

Re: CMiS authentication

Yes the credentials user=ROLE_TICKET and password=[ticket] works.

Thanks,
Mark Wiechec
by mwiechec
Tue Mar 17, 2020 7:45 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CMiS authentication
Replies: 10
Views: 3802

CMiS authentication

We currently integrate with oxygen and alfresco by using the webdav plugin. We login to alfresco outside of oxygen and then launch oxygen with the following url. http://oxygen.dev.eb.com/oxygen-xml-web-author/app/oxygen.html?url=webdav-http%3A%2F%2Falfresco.dev.eb.com%2Falfresco%2Fwebdav%2FSites%2FC...
by mwiechec
Thu Apr 25, 2019 8:53 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Webauthor - get selected text via JS api
Replies: 1
Views: 1399

Webauthor - get selected text via JS api

I am trying to get the text from a user selection such as "The quick brown <i>fox</i> jumps over". The user in this case selected the text "brown <i>fox</i> jumps" but when i try to get the text via the getSelection js api all I see is brown and jumps. What I want is just the tex...
by mwiechec
Fri Mar 22, 2019 10:44 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Multiple RelaxNG in a single framework
Replies: 2
Views: 1511

Re: Multiple RelaxNG in a single framework

Radu,

Thank you for the prompt and detailed response. I used solution 1.2 and it worked perfectly. This solution was the most appropriate.

Mark Wiechec
by mwiechec
Thu Mar 21, 2019 11:57 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Multiple RelaxNG in a single framework
Replies: 2
Views: 1511

Multiple RelaxNG in a single framework

We would like to have a single framework (CSS, Author Actions, etc.) but we would like also to support multiple RNG schemas. We believe this is possible but do not know how to implement this. We would appreciate any help in this matter.

Thanks