Search found 6 matches

by odurand47
Thu Nov 23, 2023 6:23 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Schematron check
Replies: 3
Views: 383

Re: Schematron check

For (1) as you said we've created a DITA framework extension that includes an extra Schematron validation stage, making it simple to deploy to other users. For (2), I appreciate the clarification on the "Batch validate referenced DITA resources" feature, which works as you described. I'm w...
by odurand47
Tue Nov 21, 2023 5:45 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Schematron check
Replies: 3
Views: 383

Schematron check

Greetings! Our current Schematron rules work well for validating the active document, but we want to extend the check to cover the entire bookmap and its files. While the "DITA Map Completeness Check" is an acceptable solution, we're looking for a way to prefill the "Additional Schema...
by odurand47
Fri Feb 04, 2022 6:21 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: [Schematron] Forbidden words
Replies: 2
Views: 561

[Schematron] Forbidden words

I have a Schematron rule to detect forbidden words, it works well, but I can't show just the word to modify in the paragraph. The interface shows only the beginning of the paragraph as in the attached image fWords.png . Here is my code, I tried several things without ever finding the solution maybe ...
by odurand47
Mon Aug 10, 2020 3:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: &nbsp HTML Entity doesn't work in author mode
Replies: 2
Views: 1907

Re: &nbsp HTML Entity doesn't work in author mode

Thank you, problem solved with Persistent highlights.
by odurand47
Wed Aug 05, 2020 11:55 am
Forum: SDK-API, Frameworks - Document Types
Topic: &nbsp HTML Entity doesn't work in author mode
Replies: 2
Views: 1907

&nbsp HTML Entity doesn't work in author mode

Hi, I have a custom character map for the needs of my company unfortunately Non-breaking space (and hyphen) character doesn't work as intended. authorAccess.getDocumentController().insertXMLFragment(" ", caretOffset); With this code I have a Non-breaking space that works once publ...
by odurand47
Mon Feb 17, 2020 6:31 pm
Forum: SDK-API, Frameworks - Document Types
Topic: [JSOperation] Open a read-only file
Replies: 1
Views: 1005

[JSOperation] Open a read-only file

Hi, I have this Custom JSOperation script that opens a file from a ditamap to do operations on all topics. But I'd like to be able to open files in read-only mode from the beginning, the setEditable() function works but my content manager requires a check-in/discard (not the case for file with read ...