Re: [oXygen-user] [OXYGEN-15680] Re: Custom action to generate simple dialog?

2024-06-16 Thread Oxygen XML Editor Support (Radu Coravu)
On 6/13/24 9:39 PM, Oxygen XML Editor Support (Radu Coravu) wrote: Hi Scott, So the "script" parameter should be a piece of Javascript content. For example you can pass as value of the "script" parameter this entire Javascript code here: https://github.com/oxygenxml/javas

Re: [oXygen-user] [OXYGEN-15680] Re: Custom action to generate simple dialog?

2024-06-13 Thread Oxygen XML Editor Support (Radu Coravu)
ess DocumentTypeInfo interface (ro.sync.ecss.extensions.api.webapp.doctype.DocumentTypeInfo) .. can I do that from commons.js? I've tried a few things, without much success. Thanks! Scott On 6/12/24 8:27 PM, Oxygen XML Editor Support (Radu Coravu) wrote: Hi Scott, Right. We do not have a

Re: [oXygen-user] [OXYGEN-15680] Re: Custom action to generate simple dialog?

2024-06-12 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Scott, Right. We do not have a special Author operation to show a message to the end user. This operation could be used to open a web page if for example you want to present to the end user the information in a web browser:

Re: [oXygen-user] [OXYGEN-14931] How to tell Oxygen to abort loading a large XML file?

2024-05-06 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Roger, When you open such a large file in Oxygen, it should allow you to open in huge file editing mode, so maybe the next time you can pick this option: https://www.oxygenxml.com/doc/versions/26.1/ug-editor/topics/huge-file-editor.html Or you can try increasing Oxygen's maximum allowed

Re: [oXygen-user] Add full stop to list item in Reusable content

2024-04-22 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Judith, As is a block-like visual element maybe you could use conref> and define the reusable content as elements instead. In general maybe such a style guide could be better implemented in the publishing customization part, in this way you could more naturally reuse entire elements

Re: [oXygen-user] [OXYGEN-14072] Add custom catalog to OT build

2024-03-26 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Scott, As you seem to have a custom DITA OT installation inside your custom framework, why don't you also use it as a default engine for publishing in the Oxygen Preferences->DITA page? Other than that, the DITA OT needs to have a plugin containing extra catalogs (or as a hack you need

Re: [oXygen-user] [OXYGEN-13754] QuickFix and DITA default attributes

2024-03-13 Thread Oxygen XML Editor Support (Radu Coravu)
Hello Jirka, As usually default attributes appear on elements in the Schematron schema and there is no way to know if they have been set in the schema or directly on the XML element. You can use a template to filter out the class attribute, something similar to this older forum thread:

Re: [oXygen-user] [OXYGEN-13700] cross references in reusable content

2024-03-13 Thread Oxygen XML Editor Support (Radu Coravu)
ressed in this message are those of the individual sender, except where the sender specifies ​and with authority, states them to be the views of Elekta. Elekta may monitor email traffic data. * * * Restricted Information and Basic Personal Data From:* oXygen-user *On Behalf Of *Oxygen XML

Re: [oXygen-user] [OXYGEN-13700] cross references in reusable content

2024-03-12 Thread Oxygen XML Editor Support (Radu Coravu)
Hello Judith, An internal link inside a reused component should look like this:                                            

Re: [oXygen-user] [OXYGEN-12987] Need help with a Schematron rule

2024-02-14 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, About the "access denied" problem, we seem to have fixed it in an Oxygen 26.1 minor bug fix release: https://www.oxygenxml.com/build_history.html?build_id=2024012406 *Security/Schematron:* Fixed an issue regarding the validation of Schematron documents when such files were

Re: [oXygen-user] excluding conref source files from search results

2024-01-15 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Peter, In general it's a best practice to refer all DITA resources in your DITA Map, including topics which only contain reusable content. For such topics one would usually set this processing-role attribute on the topicref: A resource only topic automatically does not appear in the

Re: [oXygen-user] [OXYGEN-11669] Re: Internal links within conref'd content

2023-12-19 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Peter, Maybe you can create a small DITA project (map + 1-2 topics) with no confidential information exhibiting the problem, zip it and send it to us (supp...@oxygenxml.com). Who knows, maybe it's a bug in the publishing engine. Regards, Radu Radu Coravu Oxygen XML Editor On 12/19/23

Re: [oXygen-user] Internal links within conref'd content

2023-12-19 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Peter, Such a link would need to look like: In the Oxygen Preferences->"DITA / Topics" page you can check the "Use . instead of the ID of the parent topic" checkbox to always insert links this way.

Re: [oXygen-user] Drag and drop to install an add-on?

2023-12-07 Thread Oxygen XML Editor Support (Radu Coravu)
Hello Tony, This should work for any third party add-on. There is a tip here: https://www.oxygenxml.com/doc/versions/25.1/ug-editor/topics/installing-and-updating-add-ons.html As an alternate approach, you can add an Install button to a web page that links to a URL that has the syntax

Re: [oXygen-user] [OXYGEN-10249] ANT transformation scenarios .. ?

2023-11-07 Thread Oxygen XML Editor Support (Radu Coravu)
Hello Scott, I think this is a bug which I fixed in our code about a month or two ago, Oxygen 26 should no longer have this bug so you can give it a try. Probably we'll also release an Oxygen 25.1 minor bug fix release containing this bug fix and a couple of other bug fixes as well in a

Re: [oXygen-user] [OXYGEN-10021] Read only section of Xml

2023-11-05 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Karl, What XML vocabulary are you using? DITA, DocBook, TEI, something else? Are you editing the XML content in the Text mode or in the Author visual editor mode? When editing XML in the Author visual editor mode you have a specific CSS property which can be set to prohibit editing in

Re: [oXygen-user] [OXYGEN-9493] Load external data into form control?

2023-10-18 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Scott, If you just configure using the CSS a combo box to edit the values of an attribute, by default those values will be gathered either from the DTDs (if you have defined a choice of values for the attribute in the DTDs) or from our content completion configuration file which can use

Re: [oXygen-user] [OXYGEN-9425] Association Rules in frameworks

2023-10-18 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Scott, The "DITATopicCustomRuleMatcher" java class is where the magic happens :) It's quite hard to identify a DITA topic or map, it could use the base public IDs or it could refer to specialization DTDs, it could have various root element names, but the "DITATopicCustomRuleMatcher" Java

Re: [oXygen-user] [OXYGEN-8414] Refactoring functionality

2023-09-18 Thread Oxygen XML Editor Support (Radu Coravu)
Elekta may monitor email traffic data. * * * Restricted Information and Basic Personal Data From:* oXygen-user *On Behalf Of *Oxygen XML Editor Support (Radu Coravu) *Sent:* maandag 18 september 2023 12:17 *To:* oxygen-user@oxygenxml.com *Subject:* Re: [oXygen-user] [OXYGEN-8414] Refac

Re: [oXygen-user] [OXYGEN-8414] Refactoring functionality

2023-09-18 Thread Oxygen XML Editor Support (Radu Coravu)
Hello Judith, Oxygen has the ability to create custom XML refactoring actions based on XSLT or XQuery and to apply such actions on multiple files from the local disk. We also have a predefined "Wrap element content" XML refactor action which would probably help in this case:

Re: [oXygen-user] Understanding @colsep and @rowsep

2023-04-12 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, About this question: So perhaps, to keep my DITA data portable and to ensure they are rendered correctly with other transformations, it would be safer to also set @colsep and @rowsep to "1". But really for each ? Wouldn't it be enough for ? Setting the attributes on the table or

Re: [oXygen-user] IDs for new DITA topics

2023-04-02 Thread Oxygen XML Editor Support (Radu Coravu)
Hi, In addition to what Eliot said, for the Oxygen user's guide we also have this rule of the topic ID equal to the file name. We impose it with a Schematron check along with a quick fix to change the ID if necessary, search for "Topic ID must be equal to file name":

Re: [oXygen-user] Struggling with conkeyref/conaction=pushafter

2023-03-28 Thread Oxygen XML Editor Support (Radu Coravu)
----------- Am 27.03.2023 um 18:50 schrieb Oxygen XML Editor Support (Radu Coravu): Hi Frank, Maybe this will help: https://blog.oxygenxml.com/presentation-reuse/conref_push.html One remark, Oxygen will not show the pushed content in place but publishing should work

Re: [oXygen-user] Struggling with conkeyref/conaction=pushafter

2023-03-27 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, Maybe this will help: https://blog.oxygenxml.com/presentation-reuse/conref_push.html One remark, Oxygen will not show the pushed content in place but publishing should work. Regards, Radu Radu Coravu Oxygen XML Editor On 3/27/23 18:05, Frank Dissinger wrote: Hi all, I

Re: [oXygen-user] IDs for new DITA topics

2023-03-27 Thread Oxygen XML Editor Support (Radu Coravu)
Hello Frank, Please see some answers below: I understand that a topic ID must be unique within the scope of the root ditamap used for publishing the content. Your understanding is incorrect, the topic ID must be unique inside the same topic file. So for example if in the "topic.dita" you

Re: [oXygen-user] Do I need a namespace declaration in dita root elements?

2023-03-22 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, One way to check if an attribute is necessary is to see if it's already defined with that certain value in the associated DTDs. If you open the DITA concept for example in Oxygen in the Text mode and place the caret inside the tag, then remove the attribute, look in the

Re: [oXygen-user] Spell check exceptions per file?

2023-03-20 Thread Oxygen XML Editor Support (Radu Coravu)
Hello Frank, I'm afraid we do not have such a functionality. Regards, Radu Radu Coravu Oxygen XML Editor On 3/20/23 17:51, Frank Dissinger wrote: Hi all, When spell checking a dita file, can I mark up words to be correct in the current file only, i.e. without adding them to the

Re: [oXygen-user] v25.1 plugins for CALS tables, LaTeX rendering

2023-03-20 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Michael, One of our products is named Oxygen WebAuthor, it's an in-browser editor, you can look here in the "Customization and Integration" section for more details about the features you mentioned: https://www.oxygenxml.com/xml_web_author/whats_new.html If you are using instead our

Re: [oXygen-user] Learned Words

2023-03-20 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, Let's say I have a folder in my project containing the "de.tdi" or in my case the "en.tdi" like in this sample DITA project: https://github.com/oxygenxml/DITA-Startup-Project/tree/master/custom-settings/learned-words The "*.tdi" has multiple lines, on each line a learned word

Re: [oXygen-user] Validation problem

2023-02-27 Thread Oxygen XML Editor Support (Radu Coravu)
7 problems *From:* oXygen-user on behalf of Oxygen XML Editor Support (Radu Coravu) *Sent:* Monday, February 27, 2023 2:15 PM *To:* oxygen-user@oxygenxml.com *Subject:* Re: [oXygen-user] Validation problem Hi Lou, The problem seems to be the validatio

Re: [oXygen-user] Validation problem

2023-02-27 Thread Oxygen XML Editor Support (Radu Coravu)
- *From:* oXygen-user on behalf of Oxygen XML Editor Support (Radu Coravu) *Sent:* Monday, February 27, 2023 1:46 PM *To:* oxygen-user@oxygenxml.com *Subject:* Re: [oXygen-user] Validation problem Hi Lou, Strange. Let's say I have a stock TEI document "abc.xml" like this one below

Re: [oXygen-user] Validation problem

2023-02-27 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Lou, Strange. Let's say I have a stock TEI document "abc.xml" like this one below which has a similar reference to the TEI schemas (both as RNG and SCH): href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng;    type="application/xml"

Re: [oXygen-user] Inserting child elements automatically

2023-02-15 Thread Oxygen XML Editor Support (Radu Coravu)
orrect that I should proceed to the involving the DITA extension framework or is there another method that makes more sense to you? Thanks, Cody *From:* oXygen-user on behalf of Oxygen XML Editor Support (Radu Coravu) *

Re: [oXygen-user] Inserting current date into DITA file

2023-02-14 Thread Oxygen XML Editor Support (Radu Coravu)
ominc.com/opentopic;>      *select="format-date(current-date(), '[Y0001]')"/>                * Could this code be added somewhere in the CHM transformation? Regards, Frank ------------ Am 14.02.2023 um 07:10 sc

Re: [oXygen-user] Expand/Collapse all with one cliock

2023-02-13 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, I'm afraid we do not have such a feature. So such an action would expand/collapse all sibling elements of the element on which you double-click or click using a certain modifier? I added an internal issue to consider your request for a future version: EXM-52438 Mouse shortcuts

Re: [oXygen-user] Adding attributes to images inserted from DITA Reusable Components view

2023-02-13 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, With Schematron you can report a validation error for example when an image does not have a certain attribute. You can also add a quick fix action to quickly add a certain attribute to an image if missing. But Schematron does not automatically make changes to the content inserted

Re: [oXygen-user] Hyphenation in Author mode?

2023-02-13 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, We do not have such a possibility for the editor. I added an internal issue to consider this for a future version:     EXM-52436 Take into account hyphenation in the Author mode Regards, Radu Radu Coravu Oxygen XML Editor On 2/13/23 19:22, Frank Dissinger wrote: Can words be

Re: [oXygen-user] Inserting current date into DITA file

2023-02-13 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, An Oxygen editor variable expands only once. You seem to need some kind of macro which would expand every time you publish. So you seem to need more like a publishing customization. For DITA XML maybe you can use the element with a certain name: and then create a DITA Open

Re: [oXygen-user] Image and table width in Author mode

2023-02-13 Thread Oxygen XML Editor Support (Radu Coravu)
Xygen window? I would like to see a thin vertical line at a user-defined pixel or mm position on the right-hand side of the editor window. This line would mark the end of the text column. I could do this with CSS (fixed width, border right), but the line shifts to the right if an image is wid

Re: [oXygen-user] Image and table width in Author mode

2023-02-09 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, Please see some remarks below: All my images have PNG format and an "otherprops="fmdpi:xxx" attribute where xxx is usually 150, in some cases 140, 160 or similar. FrameMaker, my previous XML editor, honors this attribute and scales the images appropriately. Well it honors its

Re: [oXygen-user] Conkeyrefs not rendered on map-level

2023-02-02 Thread Oxygen XML Editor Support (Radu Coravu)
user-requ...@oxygenxml.com You can reach the person managing the list at oxygen-user-ow...@oxygenxml.com When replying, please edit your Subject line so it is more specific than "Re: Contents of oXygen-user digest..." Today's Topics:    1. Re: Inserting child elements automaticall

Re: [oXygen-user] FM/OXY: Different DITA code for "conkeyref"

2023-01-26 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, The content inside the dlentry which has a conref is fallback content, it's used only if the conref does not resolve. So what's there is not really important. But it also needs to be there to make the XML valid according to the DTDs. Oxygen by default does not generate that extra

Re: [oXygen-user] Conkeyrefs not rendered on map-level

2023-01-25 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Sasha, Usually problems can be either editing problems or publishing problems or problems which affect both editing and publishing. Currently I want to switch from Oxygen 23 to 25.0 including an extracted build-in DITA-OT3.x with custom pdf2 plugin but In the updated environment we

Re: [oXygen-user] Inserting child elements automatically

2023-01-24 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, Let's split your use cases in two: 1) Inserting elements using Oxygen's actions (toolbars, menus) 2) Inserting elements using the content completion window. 1) Let's take table insertion for example: If you edit your DITA framework extension that is defined in the

Re: [oXygen-user] DITA Reusable Components list (Keys tab) does not update

2023-01-18 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, Right, we support rectangular selection: https://www.oxygenxml.com/doc/versions/25.0/ug-editor/topics/rectangular-selection.html#rectangular-selection__rectangular_selection_feature About your attempt to reload the keys in the "DITA Reusable Components->Keys" tab, you should try

Re: [oXygen-user] CSS validation warnings

2023-01-18 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, Please see some remarks below: /Also make sure you prefix the pseudo class value also in the oxy_action. /--> How do I do this? Like this: :root:before {     display:block;     content: oxy_button(action, oxy_action(   name, 'Tags on/off ...',   description,

Re: [oXygen-user] CSS validation warnings

2023-01-18 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, There are two distinct aspects to this: 1) Installing your framework in Oxygen and editing a DITA topic in the Author mode using your custom framework's CSS. I tested and on my side Oxygen reports no error when opening and editing a DITA topic with your framework. So I cannot

Re: [oXygen-user] Going from FrameMaker to oXygen -- @type not added automatically

2023-01-09 Thread Oxygen XML Editor Support (Radu Coravu)
New DITA Resource", then I selected a custom framework template. / / Regards, Frank/ / -------------------- Am 04.01.2023 um 06:57 schrieb Oxygen XML Editor Support (Radu Coravu): Hi Frank, Please see some remarks below: I understand tha

Re: [oXygen-user] Going from FrameMaker to oXygen / Outline View / Text duplicates

2023-01-09 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, I added an internal issue to consider adding a new setting based on what you want:     EXM-52156 Outline - Setting to avoid showing text of element on ancestor element The purpose of the current behavior is to make it easier to figure out what text content is inside a certain

Re: [oXygen-user] Git addon on M1 Mac?

2023-01-09 Thread Oxygen XML Editor Support (Radu Coravu)
Hello Scott, I'm using Oxygen 25 with the Git add-on on an M1 Mac every day and I don't seem to have any issues with it. Can you maybe send us some details about the error? Maybe a screenshot? In addition you can also use the Oxygen main menu "Help->Report problem" and report a problem to

Re: [oXygen-user] Going from FrameMaker to oXygen -- Print-ready/Outline view issues

2023-01-03 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, About this specific request: So I thought maybe I could perhaps quickly toggle the "Print-ready" style on and off to see the tags and better find the correct cursor position. Can I create a keyboard shortcut for doing this? We do not yet have a means to set a certain keyboard

Re: [oXygen-user] Going from FrameMaker to oXygen -- @type not added automatically

2023-01-03 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Frank, Please see some remarks below: I understand that the "type" and "format" attributes are required or at least a good practice for "topicref" elements. They are not required and they are not a best practice either. From what I've experienced along these years, most end users who

Re: [oXygen-user] Custom DTDs with default Oxygen OT

2022-12-20 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Scott, If you would only wanted your DTD specialization to be used by Oxygen when editing or for validation, adding a reference to the custom XML catalog in the Oxygen Preferences->"XML / XML Catalog" page would be enough. But indeed for publishing the DITA OT publishing engine needs to

Re: [oXygen-user] Generate Sample XML Files --> not working correctly

2022-12-06 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Roger, We need something to work with, if you could for example create a simplified sample XML Schema similar to your actual schema and exhibiting similar problems, then share it with us, we could take a look at it and maybe improve the generation. Regards, Radu Radu Coravu Oxygen XML

Re: [oXygen-user] MathFlow losing support

2022-11-29 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Michael, Jean, I confirm, Wiris is working on another solution for integrating their Mathtype editor with Oxygen XML desktop. From what I've heard from them they plan to officially release it some time at the beginning of next year. I do not know when Wiris will fully drop support for the

Re: [oXygen-user] Support for CSS pseudo-class :has()

2022-11-01 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Michael, Oxygen supports the has() pseudo class selector and this is documented: https://www.oxygenxml.com/doc/ug-editor/topics/has-selector.html From what I tested in your case a selector like this should work in Oxygen: entry:has(styled-content) but if an extra ">" is prepended inside

Re: [oXygen-user] XPath version in XPath toolbar?

2022-10-31 Thread Oxygen XML Editor Support (Radu Coravu)
Hello David, Sorry for the delay. We run both XPath 2.0 and 3.1 query expressions using the Saxon 11 Enterprise Edition XSLT processor, providing the XSLT processor with the proper XPath version. In such cases probably as you say the XSLT processor should report more precisely if certain

Re: [oXygen-user] Table formatting: style attribute

2022-10-18 Thread Oxygen XML Editor Support (Radu Coravu)
: *oXygen-user on behalf of Oxygen XML Editor Support (Radu Coravu) *Date: *Monday, October 17, 2022 at 12:22 AM *To: *oxygen-user@oxygenxml.com *Subject: *Re: [oXygen-user] Table formatting: style attribute Hi Michael, We (the Oxygen XML developers) are not very familiar with the JATS format

Re: [oXygen-user] Table formatting: style attribute

2022-10-16 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Michael, We (the Oxygen XML developers) are not very familiar with the JATS format. Oxygen uses CSS to render the JATS content in the Author visual editing mode. If for example you open the CSS "OXYGEN_INSTALL_DIR/frameworks/jats/lib/author-css/authoring-extension.css" CSS and add this

Re: [oXygen-user] Auto-insert element with cc_config

2022-10-11 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Scott, Welcome to the Oxygen mailing list! The DITA "Insert image" dialog has a "Figure title" text field. Once you fill that, it automatically inserts a figure. So what you want may not be that necessary. Coming back to what you want, the "cc_config.xml" file does not have the ability

Re: [oXygen-user] Relax NG validation messages

2022-09-18 Thread Oxygen XML Editor Support (Radu Coravu)
Hi David, Oxygen uses the Jing parser to validate XML documents with RNG/RNC schemas so we present the messages as they are given by the parser. I added an issue on the parser's GitHub issues list: https://github.com/relaxng/jing-trang/issues/268 If you want you can provide more details on

Re: [oXygen-user] I lost the collapse/expand capability in the XML editor ... how to restore it?

2022-06-19 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Roger, In the Oxygen Preferences->"Editor / Edit Modes / Text" page there is an "Enable Folding" checkbox. Is it checked on your side? Regards, Radu Radu Coravu Oxygen XML Editor On 6/17/22 15:03, Roger L Costello wrote: Hi Folks, Ya know those little triangles on the left side that

Re: [oXygen-user] suppress hover-over text in editor?

2022-06-13 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Alan, Indeed I've seen people present for example pieces of XSLT content using Oxygen and then a large tooltip window appears while hovering over the XSLT content. In the Oxygen Preferences->"Editor / Content Completion / Annotations" page we have a setting named "Show annotations in

Re: [oXygen-user] How to make "Toggle Line Wrap" the default?

2022-06-12 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Roger, You can find the global "Line wrap" setting in the Oxygen Preferences->"Editor / Edit Modes / Text" page. Regards, Radu Radu Coravu Oxygen XML Editor On 6/12/22 20:42, Roger L Costello wrote: Hi Folks, I am generating XML documents that have long times. When I view those

Re: [oXygen-user] Important tip when using Oxygen XML

2022-05-15 Thread Oxygen XML Editor Support (Radu Coravu)
Hi, Roger, Joel, One more thing in addition to this, the xml:space attribute does not need to be specified directly in the XML, it can be defined as an attribute with a default value in the associated schema/DTD. For example a codeblock defined in the DITA DTD: More about this in the

Re: [oXygen-user] Oxygen holds cut text for a long time - impressive!

2022-05-11 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Roger, Right, like in most editing applications each opened file has its own undo/redo stack of changes independent of the other opened files. In the Preferences->"Editor" page there is an undo history size setting which limits the undo history for each opened file to a maximum of 200

Re: [oXygen-user] Git an Oxy XPR project files

2022-05-06 Thread Oxygen XML Editor Support (Radu Coravu)
on completely for DITA projects. BR Oxygen XML Editor Support (Radu Coravu) hat am 06.05.2022 08:58 geschrieben: Hi Franz-Josef, Can you make a list of setting changes which usually seem to make the xpr file volatile? In the Oxygen Preferences->"Project Level Settings&q

Re: [oXygen-user] Git an Oxy XPR project files

2022-05-06 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Franz-Josef, Can you make a list of setting changes which usually seem to make the xpr file volatile? In the Oxygen Preferences->"Project Level Settings" you have various checkboxes which can be unchecked and then the xpr file can be pushed to the Git repo and it should become less

[oXygen-user] Email notifications for new Oxygen XML Blog posts

2022-02-16 Thread Oxygen XML Editor Support (Radu Coravu)
Hi everyone, If you are interested in receiving notifications when new posts are published on the Oxygen XML Blog we added a new possibility to register to receive notifications via email using Follow.it: https://blog.oxygenxml.com/topics/welcome.html#follow-it Regards, Radu Radu Coravu

Re: [oXygen-user] [ann] Security maintenance builds in response to the Log4j vulnerability

2021-12-17 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Lisa, Right now we have on our web site new installation kits fixing the security problem for Oxygen 24.0, 23.1 and we'll soon have the same for Oxygen 22.1. For older Oxygen versions there was only one component in Oxygen uses the Log4j 2.x libraries, the Calabash XProc engine located

Re: [oXygen-user] Possible to Put Code Templates in a Framework?

2021-12-08 Thread Oxygen XML Editor Support (Radu Coravu)
book.com/servicenow> *From: *oXygen-user on behalf of Oxygen XML Editor Support (Radu Coravu) *Date: *Tuesday, December 7, 2021 at 11:32 PM *To: *oxygen-user@oxygenxml.com *Subject: *Re: [oXygen-user] Possible to Put Code Templates in a Framework? *[External Email]* ** Hi Eliot,

Re: [oXygen-user] Possible to Put Code Templates in a Framework?

2021-12-07 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Danny, With the framework extension script (which is our new way of extending a framework configuration) you can refer to an XML file containing serialized Author actions, but not code templates.

Re: [oXygen-user] Possible to Put Code Templates in a Framework?

2021-12-07 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Eliot, For now you cannot save code templates at framework level. We have an internal issue registered for this and I added your contact details to it, adding the issue ID below for future reference:     EXM-36264 Code templates at framework level In the meantime maybe you can create

Re: [oXygen-user] FOP configuration

2021-11-01 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Wendell, Right the Preferences->"XML / PDF Output / FO Processors" page can be saved at Project level and you can set a "Configuration file" there using editor variables like "${pd}". If you want full control over this you can also maybe distribute an entire set of FOP libraries with the

Re: [oXygen-user] [ANN] Writer Helper Add-on - the newest release in the Oxygen add-on library!

2021-10-13 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Yves, I'm glad you enjoy the new add-on. Based on Pieterjan's similar request we added an issue for this:     EXM-49001 [Writer Helper] Automatically create reusable components We do not have some precise future plans for it, we found useful for our interns to work on it in order to get

Re: [oXygen-user] '# ' in Markdown editor

2021-08-04 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Tony, Thanks for the report, I added an internal issue to look into fixing this. From version to version we might update the libraries which parse Markdown, we have also our own functionality which attempts to add some backmapping between the edited Markdown and the HTML preview, I suspect

Re: [oXygen-user] Unresloved index-key value error

2021-07-07 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Henry, If you edit the transformation scenario and set the "clean.temp" parameter to "no", then publish, after the transformation you should have in the transformation temporary files folder a file named "topic.fo" which is the XSL-FO file on which Antenna House is applied. Maybe you can

Re: [oXygen-user] How to inform the tool that generates sample instances which subtype to use for elements have abstract types?

2021-07-02 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Roger, There is a "Type alternative strategy" setting in the "Options" tab. But I'm not sure if it helps or not. If you send us (supp...@oxygenxml.com) a small  sample XML Schema and some details maybe we can consider this for a future version. Regards, Radu Radu Coravu Oxygen XML

Re: [oXygen-user] [Ann] Oxygen Git Client add-on version 2.5.1 has been released!

2021-06-24 Thread Oxygen XML Editor Support (Radu Coravu)
Hi, Just to update the public user's list with the private email exchange which followed, I asked Ray: What version of Oxygen are you using. Our Git add-on is compatible with Oxygen XML Editor/Author/Developer versions 21.1 or newer. And he answered: I’m using Oxygen XML Editor 23.1.

Re: [oXygen-user] Displaying LaTeX in XML documents

2021-04-21 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Michael, The plugin is Javascript based: https://github.com/oxygenxml/wsaccess-javascript-sample-plugins/blob/master/latex-images-support/wsAccess.js and has this condition to identify XML elements that it should render: return "latex" == nodeContext.getNodeName() || ("foreign" ==

Re: [oXygen-user] Save via WebDAV

2021-04-14 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Gary, Adrian asked me to help you further. I'm afraid using our Java APIs from a plugin we do not have control to allow a third party plugin to control where and how a resource is saved. Maybe you can also look at other options Exist has for uploading content to their database:

Re: [oXygen-user] Docbook to pdf customization

2021-04-05 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Philo, I replied to you on the forum thread: https://www.oxygenxml.com/forum/post61647.html#p61607 I'm not sure why Apache FOP uses the bold variant of that particular font instead of the plain font. If you can provide a font for tests maybe I could try to look into it. Regards, Radu

Re: [oXygen-user] Followup (strange rendering of some Tamil vowels when in TextMode in oXygen

2021-04-04 Thread Oxygen XML Editor Support (Radu Coravu)
Hello Jean-Luc, We are not very familiar with Tamil but discrepancies like this are usually caused by the use of different fonts for rendering in the Text and Author pages. In the Oxygen Preferences->"Appearance / Fonts" page there is a font for "Editor" - for the Text editing mode and a

Re: [oXygen-user] short and long

2021-03-07 Thread Oxygen XML Editor Support (Radu Coravu)
tmailspring.com/1?redirect=https%3A%2F%2Fgetmailspring.com%2F=b3h5Z2VuLXVzZXJAb3h5Z2VueG1sLmNvbQ%3D%3D>, the best free email app for work On Mar 5 2021, at 1:33 am, Oxygen XML Editor Support (Radu Coravu) wrote: Hi Aaron, If you are working with XML documents in the

Re: [oXygen-user] short and long

2021-03-04 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Aaron, If you are working with XML documents in the Author visual editing mode, in the Oxygen main menu "Options->Menu Shortcut keys" you can search for "capitalize" and you will find all available actions, then you can assign keyboard shortcuts to them. Otherwise you can find the same

Re: [oXygen-user] View images in DITA Reusable Components in a different order: most recent files first?

2021-01-28 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Yves, I answered you here: https://www.oxygenxml.com/forum/post60840.html#p60840 Indeed it would be interesting to show the newest created image files first in the list of media resources. Regards, Radu Radu Coravu Oxygen XML Editor On 1/28/21 12:33, Yves Barbion wrote: Hi group, I

Re: [oXygen-user] Different indices not repected in Epub3 transformation

2020-12-14 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Bernhard, Bob, Oxygen ships with the DocBook 1.79.2 XSLT stylesheets. I looked at the folder where the DocBook to EPUB3 transformation scripts exist: OXYGEN_INSTALL_DIR/frameworks/docbook/xsl/epub3 and it seems that about 7 years ago I'm the one who added a build file to build the EPUB

Re: [oXygen-user] Specifying multiple CSS files in an HTML5 transformation scenario

2020-02-28 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Kristen, There is no such option in the base HTML5 output as far as I know. You will probably need to create a third CSS which imports those 2 CSSs and refer to that instead. But somehow your 2 CSSs will not be copied automatically to the output folder, probably if you refer to them in the

Re: [oXygen-user] Preference for indicating which DITA elements are automatically assigned values for the @id attribute

2020-02-17 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Kris, This setting can be configured if you open a DITA topic in the Author visual editing mode by going to the top menu "DITA->ID Options...". If you want to share some default ID settings with others, there is an XML file located in:

Re: [oXygen-user] Request for changes in xquery indentation

2020-01-06 Thread Oxygen XML Editor Support (Radu Coravu)
Hi France, Thanks for remembering to do this. I added an internal issue with ID "EXM-44828" to look into your sample and try to improve our format and indent based on your sample. Regards, Radu Radu Coravu XML Editor http://www.oxygenxml.com On 12/28/2019 2:42 PM, France Baril wrote: Hi,

Re: [oXygen-user] oXygen 21.x running on Windows: Is there a way to make icons smaller?

2019-12-18 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Kris, Right, if we manage to implement it I will also find such a feature useful when using Oxygen with a low resolution projector to present pieces of XML or XSLT content to the audience because the action would free available screen space. Regards, Radu Radu Coravu XML Editor

Re: [oXygen-user] Questions about spell checking

2019-12-10 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Kris, Thanks for the feedback, I will add an internal issue to consider adding more settings for ignoring various constructs when the spell check is performed. How about if the end users wrap these particular identifiers in some specific DITA inline element like and you instruct the spell

Re: [oXygen-user] Non-breaking spaces in fragments via framework

2019-12-05 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Christian, Please see some suggestions below: I tried which caused my whole framework to NOT be read by Oxygen XML Author. The "" is an entity reference. If your XML document does not refer to a DTD which defines this entity reference. Also you should use the

Re: [oXygen-user] Different licenses for oXygen scripting?

2019-11-18 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Kris, The Oxygen Scripting license is a special bought license which coners these cases: https://www.oxygenxml.com/oxygen_scripting.html If you or your client write to "sa...@oxygenxml.com" you can request a trial scripting license so that they can test to see how that goes. Regards,

Re: [oXygen-user] Dynamic parameter in oxy_path

2019-10-28 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Christian, I replied to you on the StackOverflow post: https://stackoverflow.com/questions/58581679/xpath-and-css-in-oxygen-xml-author-how-to-create-a-dynamic-parameter-in-oxy-xpa/58586584#58586584 Regards, Radu Radu Coravu XML Editor http://www.oxygenxml.com On 10/25/2019 4:25 PM,

Re: [oXygen-user] How to customize the default DITA topic validation scenario

2019-10-25 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Kristen, When automatic or manual validation is performed on a DITA topic, we have about 3 validation stages, a stage in which the DTD/schema is used to check for errors, a stage in which a custom Schematron schema is used to check for errors and a stage in which a DITA specific error

Re: [oXygen-user] schematron validation in a batch file

2019-10-09 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Lou, We plan to have in the future an Oxygen command line tool allowing validation and transformation. So I added your feedback (which covers very well the use case) to the opened internal issue, we will get back to you when we do. So for now you can probably put something together using

Re: [oXygen-user] '<' in validation scenario names?

2019-09-26 Thread Oxygen XML Editor Support (Radu Coravu)
Hi Tony, Thanks for the report, I added an issue on our side to look into this. I guess the label used in the Problems view is HTML aware so it tries to interpret the "<" as a special character and removes it. But the labels used to present scenario names in the list of scenarios are not HTML

Re: [oXygen-user] PI between visible in Author mode?

2019-08-14 Thread Oxygen XML Editor Support (Radu Coravu)
w". And it could be added for example to the contextual menu when you right click inside a table cell. Regards, Radu Radu Coravu XML Editor http://www.oxygenxml.com On 8/13/2019 10:17 AM, Tony Graham wrote: On 13/08/2019 07:14, Oxygen XML Editor Support (Radu Coravu) wrote:

Re: [oXygen-user] PI between visible in Author mode?

2019-08-13 Thread Oxygen XML Editor Support (Radu Coravu)
12:42, Oxygen XML Editor Support (Radu Coravu) wrote: Using our current visual rendering, there is no way for us to display the processing instructions between rows and keep the table layout. Thank you for the confirmation. So you either change the display of the entire table to "

  1   2   >