Search found 22 matches

by ganem2
Wed Nov 22, 2023 8:20 am
Forum: Common Problems
Topic: Wreb author becoms unresponsive while loading large xml document s
Replies: 4
Views: 551

Re: Wreb author becoms unresponsive while loading large xml document s

Hi, I tried with folded elements style on large sections of document, but still, we are facing issue. even with folded elements chrome browser becomes unresponsive as soon as I click anywhere on editor window. I tried to open same document in Firefox browser. It was very responsive and did not face ...
by ganem2
Fri Oct 20, 2023 9:45 am
Forum: Common Problems
Topic: Wreb author becoms unresponsive while loading large xml document s
Replies: 4
Views: 551

Wreb author becoms unresponsive while loading large xml document s

Hi Team, We are facing performance impact and web author browser window freezing while loading large xml documents (approx. size 5-10mb). We are using Web Dav protocol to load the document in web author. Once document is loaded in web Autor even hovering mouse cursor will result in browser not respo...
by ganem2
Thu Apr 13, 2023 6:37 pm
Forum: Feature Request
Topic: regarding images are loading every time while loading the editor
Replies: 18
Views: 2567

Re: regarding images are loading every time while loading the editor

Hello, These actions are defined in custom plugin and are registered on 'EDITOR_LOADED' event. these custom actions are added to top toolbar as well to right panes. each of our custom actions extends sync.actions.AbstractAction and overrides renderLargeIcon and renderSmallIcon methods to provide ico...
by ganem2
Thu Apr 13, 2023 6:21 pm
Forum: Common Problems
Topic: How to customize context menu and include dynamic options
Replies: 0
Views: 711

How to customize context menu and include dynamic options

Hi Team, I need to customize the default context menu in web author. below are my requirements. 1. rename existing context menu options to more suitable words for our use case. 2. add our custom actions to context menu - currently we can add them from frameworks / actionsConfiguration.contextualItem...
by ganem2
Tue Feb 21, 2023 1:12 pm
Forum: Common Problems
Topic: Blocked entity "%entity_file" whose target has a different protocol than the file where it was declared
Replies: 2
Views: 568

Blocked entity "%entity_file" whose target has a different protocol than the file where it was declared

Hi Team, I am unable to open xml with <!ENTITY > markup in web author. below is the error I got on load. Document could not be loaded Details: Blocked entity "%entity_file" whose target has a different protocol than the file where it was declared. From network log in developer toolbar load...
by ganem2
Tue Jan 31, 2023 9:24 am
Forum: Common Problems
Topic: unable to run validation when validate.as.you.type option is ser to false.
Replies: 5
Views: 929

Re: unable to run validation when validate.as.you.type option is ser to false.

Hi Team,
Error tracking is part of the billable implementation. For each document modified or corrected editors keep track of preexisting error to differentiate efforts between data corrected and value added to documents.
by ganem2
Sat Jan 21, 2023 4:19 pm
Forum: Common Problems
Topic: unable to run validation when validate.as.you.type option is ser to false.
Replies: 5
Views: 929

Re: unable to run validation when validate.as.you.type option is ser to false.

Hi, Our editors use web author to edit, validate and correct huge xml files. we have 100's of schematron and custom complex validations in place to ensure data validity. In most of xml's we get more than 100 errors and warnings before its corrected. below are the challenges we are facing with auto v...
by ganem2
Thu Jan 19, 2023 3:42 pm
Forum: Common Problems
Topic: unable to run validation when validate.as.you.type option is ser to false.
Replies: 5
Views: 929

unable to run validation when validate.as.you.type option is ser to false.

Hi Team, When i set 'validate.as.you.type option' to false in web author Validation Results panel is not rendered. As per the description of this option it is used to turn off the automatic validation. I have similar use case where we need to run validation when user needs it. but with this option s...
by ganem2
Fri Dec 23, 2022 2:06 pm
Forum: Common Problems
Topic: Validate XML and throw error progrmatically
Replies: 15
Views: 2159

Re: Validate XML and throw error progrmatically

Hello,
Thank you for your reply, adding systemID to postionedInfo constructor solved the issue. :D .
by ganem2
Wed Dec 21, 2022 1:14 pm
Forum: Common Problems
Topic: Validate XML and throw error progrmatically
Replies: 15
Views: 2159

Re: Validate XML and throw error progrmatically

Hi, I did not see any errors on console. below is the response which i saw in network log. also error message div's dont have any start and end position like shown in your screenshot. image.png { "errors": [{ "errorMessage": "There is no schema or DTD associated with the doc...
by ganem2
Wed Dec 21, 2022 10:10 am
Forum: Common Problems
Topic: Validate XML and throw error progrmatically
Replies: 15
Views: 2159

Re: Validate XML and throw error progrmatically

Google Chrome Version 108.0.5359.125 (Official Build) (64-bit)
by ganem2
Tue Dec 20, 2022 5:11 pm
Forum: Common Problems
Topic: Validate XML and throw error progrmatically
Replies: 15
Views: 2159

Re: Validate XML and throw error progrmatically

Hello, I tried again with fresh installation of web author to see if any other items are causing issue but still facing the same issue. on click of error message nothing happens. image.png My web author version: Running oXygen XML Web Author 25.0, build 2022100711/2022100714 Copyright (c) 2022 Syncr...
by ganem2
Tue Dec 20, 2022 9:22 am
Forum: Common Problems
Topic: Validate XML and throw error progrmatically
Replies: 15
Views: 2159

Re: Validate XML and throw error progrmatically

Hi,
I have attached the plugin code with sample xml. please take a look into this. use "mvn clean package" command to build plugin. after build jar will be placed under 'target\dist\plugins' folder
Development.zip
(7.74 KiB) Downloaded 267 times
by ganem2
Mon Dec 19, 2022 7:12 pm
Forum: Common Problems
Topic: Validate XML and throw error progrmatically
Replies: 15
Views: 2159

Re: Validate XML and throw error progrmatically

Hi, Yes i have configured schematron file validation through framework. schematron file is shared along with framework i.e inside teh custom framework directory. In this scenario along with my custom error message there is 1 more message due to schematron validation. on clik of error message generat...
by ganem2
Mon Dec 19, 2022 4:23 pm
Forum: Common Problems
Topic: Validate XML and throw error progrmatically
Replies: 15
Views: 2159

Re: Validate XML and throw error progrmatically

Hello, I reverified my logic and i amde sure that i am not getting any null objects in place of node. for testing urpose i simplified my logic for getErrorXMLNode() as below. public AuhorNode getErrorXMLNode(WSAuthorEditorPage page) throws AuthorOperationException{ //getting all 'paratext' xml nodes...
by ganem2
Fri Dec 16, 2022 12:23 pm
Forum: Common Problems
Topic: Validate XML and throw error progrmatically
Replies: 15
Views: 2159

Re: Validate XML and throw error progrmatically

Hello, I tried to use ValidationProblemsFilter as per your suggestion and i was able to validate and throw custom error message, but when I click on message it does not select the error xml node. for Schematron validation scenarios on click of error message target element is selected and cursor focu...
by ganem2
Thu Dec 15, 2022 1:29 pm
Forum: Common Problems
Topic: Validate XML and throw error progrmatically
Replies: 15
Views: 2159

Validate XML and throw error progrmatically

Hi Team, I have scenarios where i need to check for few validations based on the content of xml and throw dynamic error messages. I have done few basic validations using schematron file as per customization guide. But i could not find any JAV API or approach to achieve same programmatically in custo...
by ganem2
Tue Dec 13, 2022 1:37 pm
Forum: Other Issues
Topic: Schematron Validation. Unknown system function: matches
Replies: 2
Views: 751

Re: Schematron Validation. Unknown system function: matches

Hi Team,
I figured the root cause. my schematron file was missing queryBinding attribute on root node. adding queryBinding="xslt2" to <iso:schema> tag fixed th e issue.
by ganem2
Mon Nov 28, 2022 7:57 pm
Forum: Other Issues
Topic: Schematron Validation. Unknown system function: matches
Replies: 2
Views: 751

Schematron Validation. Unknown system function: matches

Hi Team, i configured custom xml schema associated for xml. under validation tab i create new entry with custom schamatron file. While running validation i got below errors. schmatron validation is using xerces engine. I tried with default engine but still the same error. Rule: <iso:rule context=&qu...
by ganem2
Wed Jun 29, 2022 9:50 am
Forum: Common Problems
Topic: Unable to create 2nd tool bar in web author
Replies: 1
Views: 711

Unable to create 2nd tool bar in web author

Hi Team,
New tool bar created in custom framework is being added to already existing tool bar in web author and we need to scroll to see new icons added.
Is there a way to config tool bar such a way that new tool bars can be displayed below the default toolbar?