From cmarchand at oxiane.com Wed Apr 4 01:39:55 2018 From: cmarchand at oxiane.com (Christophe Marchand) Date: Wed, 4 Apr 2018 08:39:55 +0200 Subject: [oXygen-user] mirrors.oxygenxml.com doesn't seem to be online Message-ID: <88f587e3-3c2e-f1e4-e04f-2572a7f4bffa@oxiane.com> Hello, I'm trying to download Oxygen Developer 20.0, but mirrors.oxygenxml.com does not respond. Any problem ? Best, Christophe From support at oxygenxml.com Wed Apr 4 09:36:18 2018 From: support at oxygenxml.com (oXygen XML Editor Support (Ionela Istodor)) Date: Wed, 4 Apr 2018 17:36:18 +0300 Subject: [oXygen-user] mirrors.oxygenxml.com doesn't seem to be online In-Reply-To: <88f587e3-3c2e-f1e4-e04f-2572a7f4bffa@oxiane.com> References: <88f587e3-3c2e-f1e4-e04f-2572a7f4bffa@oxiane.com> Message-ID: <8b46765e-9c32-320a-8f1a-e024a77a9d2b@oxygenxml.com> Hello, We have double checked and there is no problem with the download links. However, the correct links start with *mirror.oxygenxml.com.* Regards, Ionela -- Ionela Istodor oXygen XML Editor and Author Support Tel: +1-650-352-1250 ext.301 Fax: +40-251-461482 support at oxygenxml.com http://www.oxygenxml.com --------------------------------------------------------------------------- This message (including any attachments) contains confidential information and is intended only for the individual(s) named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. Any quotation contained herein has a validity of 30 days, unless otherwise specified. Finally, the recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. On 4/4/2018 9:39 AM, Christophe Marchand wrote: > Hello, > > > I'm trying to download Oxygen Developer 20.0, but > mirrors.oxygenxml.com does not respond. Any problem ? > > Best, > Christophe > > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user -------------- next part -------------- An HTML attachment was scrubbed... URL: From kris at eberleinconsulting.com Tue Apr 10 14:16:43 2018 From: kris at eberleinconsulting.com (Kristen James Eberlein) Date: Tue, 10 Apr 2018 15:16:43 -0400 Subject: [oXygen-user] Configuration: When a is inserted, it should contain a element Message-ID: <7d52877d-3915-ef44-c6f8-50940b82d258@eberleinconsulting.com> How can I configure this in oXygen Author 17.1? I am using a framework. Thanks. -- Best, Kris Kristen James Eberlein Chair, OASIS DITA Technical Committee Principal consultant, Eberlein Consulting www.eberleinconsulting.com +1 919 622-1501; kriseberlein (skype) From yves.barbion at gmail.com Tue Apr 10 17:21:10 2018 From: yves.barbion at gmail.com (Yves Barbion) Date: Tue, 10 Apr 2018 22:21:10 +0000 Subject: [oXygen-user] Configuration: When a <fig> is inserted, it should contain a <title> element In-Reply-To: <7d52877d-3915-ef44-c6f8-50940b82d258@eberleinconsulting.com> References: <7d52877d-3915-ef44-c6f8-50940b82d258@eberleinconsulting.com> Message-ID: <CAMa27EzatqJg6aOBiHVo1TzCjpNfa5EdCHW2-y92+G=dy72fUw@mail.gmail.com> Code templates? But I don't know whether oXygen Author 17.1 has this nice feature. Cheers Yves On Tue, Apr 10, 2018, 20:16 Kristen James Eberlein < kris at eberleinconsulting.com> wrote: > How can I configure this in oXygen Author 17.1? I am using a framework. > Thanks. > > -- > Best, > Kris > > Kristen James Eberlein > Chair, OASIS DITA Technical Committee > Principal consultant, Eberlein Consulting > www.eberleinconsulting.com > +1 919 622-1501; kriseberlein (skype) > > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user > -- Sent from my phone Please excuse any typos or unexpected brevity -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180410/ab8f8afd/attachment.html> From support at oxygenxml.com Wed Apr 11 03:29:15 2018 From: support at oxygenxml.com (Oxygen XML Editor Support (Radu Coravu)) Date: Wed, 11 Apr 2018 11:29:15 +0300 Subject: [oXygen-user] Configuration: When a <fig> is inserted, it should contain a <title> element In-Reply-To: <7d52877d-3915-ef44-c6f8-50940b82d258@eberleinconsulting.com> References: <7d52877d-3915-ef44-c6f8-50940b82d258@eberleinconsulting.com> Message-ID: <92e324ce-17f3-c440-1d03-6fd3ab2fe707@oxygenxml.com> Hi Kris, Besides modifying the DTDs, you should try to create your own action to insert a section and add the action to the content completion window. Here are some steps: 1) Go to the Preferences->"Document Type Association" page and edit or extend and edit the "DITA" framework configuration. 2) In the "Author" tab there is an "Actions" tab. Create a new action with a specified ID and name. Choose for the action an activation xpath which specifies that it should be enabled only in places where figures can be inserted. You can use a special extension we have for it: https://www.oxygenxml.com/doc/versions/20.0/ug-editor/topics/oxy-allows-child-element.html Choose to run an "InsertFragmentOperation" which inserts your XML fragment when the XPath is enabled. I'm attaching a screenshot with how this looks like on my side. 3) In the "Author->Content Completion" tab there is a "Remove content completion items" list to which you can add "fig" (because you want to remove the old entry from the list). Then in the "Available actions" list there you will find the "fig_with_title" which you can copy to the "Current actions" list with the display name of "fig". 4) Save all your changes and try it out, open a topic, ENTER, in the content completion window type "fig" and your action should be there (it has a different icon than the older "fig" entry). This works similar for section with title. Regards, Radu Radu Coravu <oXygen/> XML Editor http://www.oxygenxml.com On 4/10/2018 10:16 PM, Kristen James Eberlein wrote: > How can I configure this in oXygen Author 17.1? I am using a framework. > Thanks. > -------------- next part -------------- A non-text attachment was scrubbed... Name: actionToInsertFig.png Type: image/png Size: 42436 bytes Desc: not available URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180411/210b5154/attachment.png> From kris at eberleinconsulting.com Wed Apr 11 09:30:14 2018 From: kris at eberleinconsulting.com (Kristen James Eberlein) Date: Wed, 11 Apr 2018 10:30:14 -0400 Subject: [oXygen-user] Configuration: When a <fig> is inserted, it should contain a <title> element In-Reply-To: <92e324ce-17f3-c440-1d03-6fd3ab2fe707@oxygenxml.com> References: <7d52877d-3915-ef44-c6f8-50940b82d258@eberleinconsulting.com> <92e324ce-17f3-c440-1d03-6fd3ab2fe707@oxygenxml.com> Message-ID: <7fcf6570-a0c7-2f69-4be6-301154b48190@eberleinconsulting.com> An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180411/81e8cdc1/attachment.html> From kris at eberleinconsulting.com Wed Apr 11 10:44:16 2018 From: kris at eberleinconsulting.com (Kristen James Eberlein) Date: Wed, 11 Apr 2018 11:44:16 -0400 Subject: [oXygen-user] Configuration: When a <fig> is inserted, it should contain a <title> element In-Reply-To: <7fcf6570-a0c7-2f69-4be6-301154b48190@eberleinconsulting.com> References: <7d52877d-3915-ef44-c6f8-50940b82d258@eberleinconsulting.com> <92e324ce-17f3-c440-1d03-6fd3ab2fe707@oxygenxml.com> <7fcf6570-a0c7-2f69-4be6-301154b48190@eberleinconsulting.com> Message-ID: <3cdfdc56-9e19-f150-0d10-3d52faa0301d@eberleinconsulting.com> An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180411/454cd2fd/attachment.html> From kris at eberleinconsulting.com Wed Apr 11 11:10:02 2018 From: kris at eberleinconsulting.com (Kristen James Eberlein) Date: Wed, 11 Apr 2018 12:10:02 -0400 Subject: [oXygen-user] DITA & Author 17.1: Displaying topic titles in Editor view Message-ID: <f5e4e210-b86d-2a5d-9991-086733642ffa@eberleinconsulting.com> My client is using oXygen XML Author 17.1 and the SDL Authoring Bridge. While topic titles are displayed when a DITA map is open in the DITA Maps Manager view, they are not displayed in the Editor view. Is there a configuration option to enable this? I seem to remember one, but it might be in later versions of oXygen. Many thanks. -- Best, Kris Kristen James Eberlein Chair, OASIS DITA Technical Committee Principal consultant, Eberlein Consulting www.eberleinconsulting.com +1 919 622-1501; kriseberlein (skype) From public at booksongaming.com Wed Apr 11 11:07:20 2018 From: public at booksongaming.com (David Levy) Date: Wed, 11 Apr 2018 09:07:20 -0700 Subject: [oXygen-user] Update element on save? Message-ID: <001601d3d1af$2bafcd60$830f6820$@booksongaming.com> The current discussion "When a <fig> is inserted, it should contain a <title> element" prompts me to ask what I'm sure is a trivial question. I am using Oxygen to edit XML in text mode. I would like an XML element <dateUpdated> to be updated automatically on save. I am aware of the of the ${date(pattern)} editor variable, but don't know how to trigger an action on the save event or indeed what type of code can be run once the event is detected. The online example <https://www.oxygenxml.com/doc/versions/20.0/ug-editorEclipse/topics/api_faq_auto_modify_content_save.html> seemed to be in a DITA context and require the Plugins SDK, neither of which I'm familiar with. With thanks, David Levy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180411/1b0f2f69/attachment.html> From support at oxygenxml.com Thu Apr 12 03:09:06 2018 From: support at oxygenxml.com (Oxygen XML Editor Support (Radu Coravu)) Date: Thu, 12 Apr 2018 11:09:06 +0300 Subject: [oXygen-user] DITA & Author 17.1: Displaying topic titles in Editor view In-Reply-To: <f5e4e210-b86d-2a5d-9991-086733642ffa@eberleinconsulting.com> References: <f5e4e210-b86d-2a5d-9991-086733642ffa@eberleinconsulting.com> Message-ID: <1729db83-8725-6923-0d9d-9e37d7aba36d@oxygenxml.com> Hi Kris, If you edit the DITA map in the main editing area in the Author visual editing mode the "Styles" drop-down toolbar button has a "Show topic titles" alternate CSS layer. This should be available also in 17.1. Regards, Radu Radu Coravu <oXygen/> XML Editor http://www.oxygenxml.com On 4/11/2018 7:10 PM, Kristen James Eberlein wrote: > My client is using oXygen XML Author 17.1 and the SDL Authoring Bridge. > > While topic titles are displayed when a DITA map is open in the DITA > Maps Manager view, they are not displayed in the Editor view. > > Is there a configuration option to enable this? I seem to remember one, > but it might be in later versions of oXygen. > > Many thanks. > From support at oxygenxml.com Thu Apr 12 03:11:10 2018 From: support at oxygenxml.com (Oxygen XML Editor Support (Radu Coravu)) Date: Thu, 12 Apr 2018 11:11:10 +0300 Subject: [oXygen-user] Configuration: When a <fig> is inserted, it should contain a <title> element In-Reply-To: <3cdfdc56-9e19-f150-0d10-3d52faa0301d@eberleinconsulting.com> References: <7d52877d-3915-ef44-c6f8-50940b82d258@eberleinconsulting.com> <92e324ce-17f3-c440-1d03-6fd3ab2fe707@oxygenxml.com> <7fcf6570-a0c7-2f69-4be6-301154b48190@eberleinconsulting.com> <3cdfdc56-9e19-f150-0d10-3d52faa0301d@eberleinconsulting.com> Message-ID: <096b2b4f-c474-e6a4-7b9e-00045e1c9116@oxygenxml.com> Hi Kris, About this remark: > And now to figure out what the Element Insert menus are If you right click XML elements in the Oxygen Outline view (or on the Breadcrumb) you have actions like "Append Child". They show also a list of elements which can be replaced by actions. Regards, Radu Radu Coravu <oXygen/> XML Editor http://www.oxygenxml.com On 4/11/2018 6:44 PM, Kristen James Eberlein wrote: > Never mind -- I see one can configure that from the *Action* window. > (And now to figure out what the *Element Insert* menus are ...) > > Best, > Kris > > Kristen James Eberlein > Chair, OASIS DITA Technical Committee > Principal consultant, Eberlein Consulting > www.eberleinconsulting.com > +1 919 622-1501; kriseberlein (skype) > > On 4/11/2018 10:30 AM, Kristen James Eberlein wrote: >> >> Thanks, Radu! I'd understood how everything worked EXCEPT for removing >> the existing "fig" action. >> >> The *Content Completion* tab of the *Author* page confused me. I >> thought that all I could remove was the various wizard actions that >> were displayed in the *Current Actions* window -- and the help did not >> suggest anything different. (This is the URL mapped to the help icon >> on the page: >> https://www.oxygenxml.com/doc/versions/17.1/ug-author/#topics/the-document-type-dialog.html) >> >> Inserting a <fig> using the Content Completion Assistant now always >> inserts a <fig> element that contains <title>. Is there a way to >> ensure that a user inserting an element from the Element view will >> have the same experience and result? >> >> Best, >> Kris >> >> Kristen James Eberlein >> Chair, OASIS DITA Technical Committee >> Principal consultant, Eberlein Consulting >> www.eberleinconsulting.com >> +1 919 622-1501; kriseberlein (skype) >> >> On 4/11/2018 4:29 AM, Oxygen XML Editor Support (Radu Coravu) wrote: >>> Hi Kris, >>> >>> Besides modifying the DTDs, you should try to create your own action >>> to insert a section and add the action to the content completion window. >>> >>> Here are some steps: >>> >>> 1) Go to the Preferences->"Document Type Association" page and edit >>> or extend and edit the "DITA" framework configuration. >>> >>> 2) In the "Author" tab there is an "Actions" tab. Create a new action >>> with a specified ID and name. >>> Choose for the action an activation xpath which specifies that it >>> should be enabled only in places where figures can be inserted. You >>> can use a special extension we have for it: >>> >>> https://www.oxygenxml.com/doc/versions/20.0/ug-editor/topics/oxy-allows-child-element.html >>> >>> >>> Choose to run an "InsertFragmentOperation" which inserts your XML >>> fragment when the XPath is enabled. I'm attaching a screenshot with >>> how this looks like on my side. >>> >>> 3) In the "Author->Content Completion" tab there is a "Remove content >>> completion items" list to which you can add "fig" (because you want >>> to remove the old entry from the list). >>> Then in the "Available actions" list there you will find the >>> "fig_with_title" which you can copy to the "Current actions" list >>> with the display name of "fig". >>> >>> 4) Save all your changes and try it out, open a topic, ENTER, in the >>> content completion window type "fig" and your action should be there >>> (it has a different icon than the older "fig" entry). >>> >>> This works similar for section with title. >>> >>> Regards, >>> Radu >>> >>> Radu Coravu >>> <oXygen/> XML Editor >>> http://www.oxygenxml.com >>> >>> On 4/10/2018 10:16 PM, Kristen James Eberlein wrote: >>>> How can I configure this in oXygen Author 17.1? I am using a framework. >>>> Thanks. >>>> >>> >>> >>> _______________________________________________ >>> oXygen-user mailing list >>> oXygen-user at oxygenxml.com >>> https://www.oxygenxml.com/mailman/listinfo/oxygen-user >> >> >> >> _______________________________________________ >> oXygen-user mailing list >> oXygen-user at oxygenxml.com >> https://www.oxygenxml.com/mailman/listinfo/oxygen-user > > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user > From support at oxygenxml.com Thu Apr 12 03:14:03 2018 From: support at oxygenxml.com (Oxygen XML Editor Support (Radu Coravu)) Date: Thu, 12 Apr 2018 11:14:03 +0300 Subject: [oXygen-user] Update element on save? In-Reply-To: <001601d3d1af$2bafcd60$830f6820$@booksongaming.com> References: <001601d3d1af$2bafcd60$830f6820$@booksongaming.com> Message-ID: <f2d1799b-9228-8f3f-9d63-4fe0a5b73f7e@oxygenxml.com> Hi David, You would need to implement an Oxygen plugin for this. Maybe you can take a look at this plugin: https://github.com/oxygenxml/ExecuteAuthorActionsOnSaveHook When content is saved in the Author visual editing mode, the plugin can invoke a previously defined Author action. So you do not need to modify the plugin's Java code, just the action ID which should get called on save. Regards, Radu Radu Coravu <oXygen/> XML Editor http://www.oxygenxml.com On 4/11/2018 7:07 PM, David Levy wrote: > The current discussion "When a <fig> is inserted, it should contain a > <title> element" prompts me to ask what I'm sure is a trivial question. > > > > I am using Oxygen to edit XML in text mode. > > > > I would like an XML element <dateUpdated> to be updated automatically on > save. > > > > I am aware of the of the ${date(pattern)} editor variable, but don't > know how to trigger an action on the save event or indeed what type of > code can be run once the event is detected. > > > > The online example > <https://www.oxygenxml.com/doc/versions/20.0/ug-editorEclipse/topics/api_faq_auto_modify_content_save.html> > seemed to be in a DITA context and require the Plugins SDK, neither of > which I'm familiar with. > > > > With thanks, > > > > David Levy > > > > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user > From tobias.fischer at pagina.gmbh Thu Apr 12 03:58:49 2018 From: tobias.fischer at pagina.gmbh (Tobias Fischer | pagina GmbH) Date: Thu, 12 Apr 2018 10:58:49 +0200 Subject: [oXygen-user] Update element on save? In-Reply-To: <001601d3d1af$2bafcd60$830f6820$@booksongaming.com> References: <001601d3d1af$2bafcd60$830f6820$@booksongaming.com> Message-ID: <fc0d52e9-eef6-c49e-6566-b97ea0671290@pagina.gmbh> Hi Radu, however, I bet David want's to use it in text mode... It's really a pitty that so many of your plugin API's are only available in Author Mode. There's so many power users who could need those API's also in text mode! Best, Tobias > Oxygen XML Editor Support (Radu Coravu) <mailto:support at oxygenxml.com> > 12. April 2018 um 10:14via Postbox > <https://www.postbox-inc.com/?utm_source=email&utm_medium=sumlink&utm_campaign=reach> > Hi David, > > You would need to implement an Oxygen plugin for this. > Maybe you can take a look at this plugin: > > https://github.com/oxygenxml/ExecuteAuthorActionsOnSaveHook > > When content is saved in the Author visual editing mode, the plugin > can invoke a previously defined Author action. > So you do not need to modify the plugin's Java code, just the action > ID which should get called on save. > > Regards, > Radu > > Radu Coravu > <oXygen/> XML Editor > http://www.oxygenxml.com > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user > David Levy <mailto:public at booksongaming.com> > 11. April 2018 um 18:07via Postbox > <https://www.postbox-inc.com/?utm_source=email&utm_medium=sumlink&utm_campaign=reach> > > The current discussion "When a <fig> is inserted, it should contain a > <title> element" prompts me to ask what I'm sure is a trivial question. > > I am using Oxygen to edit XML in text mode. > > I would like an XML element <dateUpdated> to be updated automatically > on save. > > I am aware of the of the ${date(pattern)} editor variable, but don't > know how to trigger an action on the save event or indeed what type of > code can be run once the event is detected. > > The online example > <https://www.oxygenxml.com/doc/versions/20.0/ug-editorEclipse/topics/api_faq_auto_modify_content_save.html> > seemed to be in a DITA context and require the Plugins SDK, neither of > which I'm familiar with. > > With thanks, > > David Levy > > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180412/8f4244e3/attachment.html> From support at oxygenxml.com Thu Apr 12 04:22:57 2018 From: support at oxygenxml.com (Oxygen XML Editor Support (Radu Coravu)) Date: Thu, 12 Apr 2018 12:22:57 +0300 Subject: [oXygen-user] Update element on save? In-Reply-To: <fc0d52e9-eef6-c49e-6566-b97ea0671290@pagina.gmbh> References: <001601d3d1af$2bafcd60$830f6820$@booksongaming.com> <fc0d52e9-eef6-c49e-6566-b97ea0671290@pagina.gmbh> Message-ID: <fda94164-6338-73c7-22c8-de1cadd23fec@oxygenxml.com> Hi Tobias, Oxygen has API to modify the Text editing mode (not as evolved as the modification API we have for the Author mode). For example this sample plugin adds a DITA prolog in both the Text or the Author visual editing modes using the available APIs: https://github.com/oxygenxml/oxygen-dita-prolog-updater Also another drawback for working in the Text editing mode is that unfortunately we do not have this concept of actions definable at framework level. Regards, Radu Radu Coravu <oXygen/> XML Editor http://www.oxygenxml.com On 4/12/2018 11:58 AM, Tobias Fischer | pagina GmbH wrote: > Hi Radu, > > however, I bet David want's to use it in text mode... > > It's really a pitty that so many of your plugin API's are only available > in Author Mode. > There's so many power users who could need those API's also in text mode! > > Best, > Tobias > > >> Oxygen XML Editor Support (Radu Coravu) <mailto:support at oxygenxml.com> >> 12. April 2018 um 10:14via Postbox >> <https://www.postbox-inc.com/?utm_source=email&utm_medium=sumlink&utm_campaign=reach> >> Hi David, >> >> You would need to implement an Oxygen plugin for this. >> Maybe you can take a look at this plugin: >> >> https://github.com/oxygenxml/ExecuteAuthorActionsOnSaveHook >> >> When content is saved in the Author visual editing mode, the plugin >> can invoke a previously defined Author action. >> So you do not need to modify the plugin's Java code, just the action >> ID which should get called on save. >> >> Regards, >> Radu >> >> Radu Coravu >> <oXygen/> XML Editor >> http://www.oxygenxml.com >> >> >> _______________________________________________ >> oXygen-user mailing list >> oXygen-user at oxygenxml.com >> https://www.oxygenxml.com/mailman/listinfo/oxygen-user >> David Levy <mailto:public at booksongaming.com> >> 11. April 2018 um 18:07via Postbox >> <https://www.postbox-inc.com/?utm_source=email&utm_medium=sumlink&utm_campaign=reach> >> >> The current discussion "When a <fig> is inserted, it should contain a >> <title> element" prompts me to ask what I'm sure is a trivial question. >> >> >> >> I am using Oxygen to edit XML in text mode. >> >> >> >> I would like an XML element <dateUpdated> to be updated automatically >> on save. >> >> >> >> I am aware of the of the ${date(pattern)} editor variable, but don't >> know how to trigger an action on the save event or indeed what type of >> code can be run once the event is detected. >> >> >> >> The online example >> <https://www.oxygenxml.com/doc/versions/20.0/ug-editorEclipse/topics/api_faq_auto_modify_content_save.html> >> seemed to be in a DITA context and require the Plugins SDK, neither of >> which I'm familiar with. >> >> >> >> With thanks, >> >> >> >> David Levy >> >> >> >> >> >> _______________________________________________ >> oXygen-user mailing list >> oXygen-user at oxygenxml.com >> https://www.oxygenxml.com/mailman/listinfo/oxygen-user > > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user > From kris at eberleinconsulting.com Thu Apr 12 12:13:06 2018 From: kris at eberleinconsulting.com (Kristen James Eberlein) Date: Thu, 12 Apr 2018 13:13:06 -0400 Subject: [oXygen-user] DITA & Author 17.1: Displaying topic titles in Editor view In-Reply-To: <1729db83-8725-6923-0d9d-9e37d7aba36d@oxygenxml.com> References: <f5e4e210-b86d-2a5d-9991-086733642ffa@eberleinconsulting.com> <1729db83-8725-6923-0d9d-9e37d7aba36d@oxygenxml.com> Message-ID: <bb7d3099-ec0e-c0ab-809c-c19f8a339392@eberleinconsulting.com> Beautiful! Thank you. Best, Kris Kristen James Eberlein Chair, OASIS DITA Technical Committee Principal consultant, Eberlein Consulting www.eberleinconsulting.com +1 919 622-1501; kriseberlein (skype) On 4/12/2018 4:09 AM, Oxygen XML Editor Support (Radu Coravu) wrote: > Hi Kris, > > If you edit the DITA map in the main editing area in the Author visual > editing mode the "Styles" drop-down toolbar button has a "Show topic > titles" alternate CSS layer. > This should be available also in 17.1. > > Regards, > Radu > > Radu Coravu > <oXygen/> XML Editor > http://www.oxygenxml.com > > On 4/11/2018 7:10 PM, Kristen James Eberlein wrote: >> My client is using oXygen XML Author 17.1 and the SDL Authoring Bridge. >> >> While topic titles are displayed when a DITA map is open in the DITA >> Maps Manager view, they are not displayed in the Editor view. >> >> Is there a configuration option to enable this? I seem to remember one, >> but it might be in later versions of oXygen. >> >> Many thanks. >> > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user From rikp at bluestream.com Mon Apr 16 05:55:04 2018 From: rikp at bluestream.com (Rik Page) Date: Mon, 16 Apr 2018 11:55:04 +0100 Subject: [oXygen-user] Tight Integration Makes for a Seamless Workflow Cycle Message-ID: <006901d3d571$60cc5160$2264f420$@bluestream.com> Join Oxygen (Syncro Soft) and XDocs (Bluestream) for a free co-hosted webinar where we will show how tight integration between two leading systems can bring tangible benefits to organisations throughout the entire content lifecycle. Time and Date: Wed, May 16, 2018 6:00 PM - 7:00 PM EEST Synopsis Technical content goes through distinct phases: creation, review, release management, and publishing with the cycle repeated for the next release. At each of these key phases, tight integration between Bluestream's XDocs Component Content Management System (CCMS) and Oxygen XML products from Syncro Soft brings unrivalled control and functionality. Register at: https://register.gotowebinar.com/register/2795153561362610177 Rik Rik Page Director of Sales and Marketing rikp at bluestream.com +44 (0)79 8013 0260 skype: rik.page www.bluestream.com <http://www.bluestream.com/> --- This email has been checked for viruses by AVG. http://www.avg.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180416/18fe91cf/attachment.html> From joewiz at gmail.com Sat Apr 21 16:32:36 2018 From: joewiz at gmail.com (Joe Wicentowski) Date: Sat, 21 Apr 2018 21:32:36 +0000 Subject: [oXygen-user] [ANN] oxex - An oXygen project file to simplify common tasks in eXist app development Message-ID: <CAHwerk11qXYrB4bVasAUCanztNOQ7MLN522LPykAdjikxs=k0g@mail.gmail.com> Hi all, For anyone who commonly uses oXygen to work on code or data that you keep on the filesystem and upload to eXist, I posted an oXygen project file with some associated files to GitHub; once you open the project file, your External Tools menu will be populated with some tools that aid in tasks like uploading from the filesystem to the database, deploying an app to the database, etc. It assumes some conventions that are common in the eXist community for app development, such as assuming that files are uploaded to a sub-collection of /db/apps, using ant for packaging and deployment of .xar packages, etc. I adapted this from a project that I developed for my colleagues at work to speed some common tasks. Occasionally when I've shown this system to others they asked if I could release it for more general use. This is that effort. I'd welcome feedback and suggestions here or in the issue tracker. Joe -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180421/07400c7e/attachment.html> From joewiz at gmail.com Sat Apr 21 16:33:41 2018 From: joewiz at gmail.com (Joe Wicentowski) Date: Sat, 21 Apr 2018 21:33:41 +0000 Subject: [oXygen-user] [ANN] oxex - An oXygen project file to simplify common tasks in eXist app development In-Reply-To: <CAHwerk11qXYrB4bVasAUCanztNOQ7MLN522LPykAdjikxs=k0g@mail.gmail.com> References: <CAHwerk11qXYrB4bVasAUCanztNOQ7MLN522LPykAdjikxs=k0g@mail.gmail.com> Message-ID: <CAHwerk3rqjbdriQm0wufX17C9NT7zh5bmGE3gvwe+ZfqAPf+4A@mail.gmail.com> The URL to the project is: https://github.com/joewiz/oxex -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180421/28a17bbd/attachment.html> From bernhard.kleine at gmx.net Wed Apr 25 05:39:52 2018 From: bernhard.kleine at gmx.net (Bernhard Kleine) Date: Wed, 25 Apr 2018 12:39:52 +0200 Subject: [oXygen-user] Validation error of unknown origin Message-ID: <de1be824-8bf2-6411-445e-26f35f6a87a7@gmx.net> Hi, (Oxygen 19.1) This organisation raises errors for the <para> entries after <sect3>. The error is : element "para" not allowed here; expected the element end-tag or element "bibliography", "glossary", "index", "sect3", "simplesect", "toc" or "xi:include" The one before sect3 is not touched, but those after. Could you please explain the rules why these <para> after a <sect3> are not allowed? Thanks a lot Bernhard -- spitzhalde9 D-79853 lenzkirch bernhard.kleine at gmx.net www.b-kleine.com, www.urseetal.net - thunderbird mit enigmail GPG schlüssel: D5257409 fingerprint: 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180425/e4ee3a3d/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: dakflgibekkipkji.png Type: image/png Size: 23079 bytes Desc: not available URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180425/e4ee3a3d/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180425/e4ee3a3d/attachment.sig> From gerrit.imsieke at le-tex.de Wed Apr 25 05:52:58 2018 From: gerrit.imsieke at le-tex.de (Imsieke, Gerrit, le-tex) Date: Wed, 25 Apr 2018 12:52:58 +0200 Subject: [oXygen-user] Validation error of unknown origin In-Reply-To: <de1be824-8bf2-6411-445e-26f35f6a87a7@gmx.net> References: <de1be824-8bf2-6411-445e-26f35f6a87a7@gmx.net> Message-ID: <e146cd40-aa20-1184-70bd-dac067ed25e9@le-tex.de> Hi Bernhard, Paragraphs after the end of a section are not allowed in DocBook and in many other XML vocabularies. You need to wrap your post-section paras in another section (or in simplesect, which is not better in this case). The downside is that you need to provide another title for this section or simplesect. You can leave the title empty though. You might want to use a dedicated role on the section in order to indicate that this is actually a pseudo-section. Gerrit On 25/04/2018 12:39, Bernhard Kleine wrote: > Hi, > > (Oxygen 19.1) This organisation raises errors for the <para> entries > after <sect3>. > > The error is : > > element "para" not allowed here; expected the element end-tag or element > "bibliography", "glossary", "index", "sect3", "simplesect", "toc" or > "xi:include" > > The one before sect3 is not touched, but those after. Could you please > explain the rules why these <para> after a <sect3> are not allowed? > > Thanks a lot > > Bernhard > > -- > spitzhalde9 > D-79853 lenzkirch > bernhard.kleine at gmx.net > www.b-kleine.com,www.urseetal.net > - > thunderbird mit enigmail > GPG schlüssel: D5257409 > fingerprint: > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09 > > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user > -- Gerrit Imsieke Geschäftsführer / Managing Director le-tex publishing services GmbH Weissenfelser Str. 84, 04229 Leipzig, Germany Phone +49 341 355356 110, Fax +49 341 355356 510 gerrit.imsieke at le-tex.de, http://www.le-tex.de Registergericht / Commercial Register: Amtsgericht Leipzig Registernummer / Registration Number: HRB 24930 Geschäftsführer / Managing Directors: Gerrit Imsieke, Svea Jelonek, Thomas Schmidt From fjk at akgsoftware.de Wed Apr 25 11:00:01 2018 From: fjk at akgsoftware.de (Franz-Josef Knelangen) Date: Wed, 25 Apr 2018 16:00:01 +0000 Subject: [oXygen-user] <Variables> in DITA documentation References: <46c65645-1268-4c8a-9e7c-bb825aa5abc9.1c5aa406-be89-4478-ab6b-7cca62c696c5.f40cad5a-1f4f-4c22-9259-65a8d953c16a@emailsignatures365.codetwo.com> Message-ID: <5700A9E9-520C-4E4A-B2AD-4E38C7556F47@akgsoftware.de> Hi there, In our documentation we use something like <installation folder> or <project folder> and put these into file paths, f. e. <project folder>\pipe\sewer.s3db If I surround this with <filepath> markup, oXygen changes the 1st angle bracket of “<project folder>” to “<project folder>” to save the structure. In Author mode, you don’t realize this, only when trying to Search&Replace <installation folder> with <program folder> you don’t find all occurences and wonder why. I see that this has to be changed by oXygen. Is there some advice / best practice to deal with this kind of source text? At the moment, I can only think of putting this “variable” in a <varname> element inside <filepath> without writing the angle brackets and defining a CSS rule for /filepath/varname to surround it with brackets in the output. Any other ideas? TIA and Greetings from Germany, Franz-Josef ________________________________ AKG Software Consulting GmbH Franz-Josef Knelangen Uhlandstraße 12 79423 Heitersheim Germany Tel.: +49 (0)7634 5612-611 Fax: +49 (0)7634 5612-300 E-Mail: fjk at akgsoftware.de Internet: www.akgsoftware.de<http://www.akgsoftware.de> Geschäftsführer: Dipl.-Ing. Artur K. Günther, Dipl.-Ing. Arno Brüggemann, Dipl.-Ing. (FH) Bernhard Feser, Dipl.-Ing. Jens Günther Sitz der Gesellschaft: Heitersheim, HRB 310383 (Amtsgericht Freiburg) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180425/9eaf3a72/attachment.html> From fjk at akgsoftware.de Wed Apr 25 11:48:07 2018 From: fjk at akgsoftware.de (Franz-Josef Knelangen) Date: Wed, 25 Apr 2018 16:48:07 +0000 Subject: [oXygen-user] Webhelp: Integrating Google Translation? References: <46c65645-1268-4c8a-9e7c-bb825aa5abc9.1c5aa406-be89-4478-ab6b-7cca62c696c5.c39c0071-7a77-455f-a487-9e93bca12c9b@emailsignatures365.codetwo.com> Message-ID: <85450645-7FF8-45F7-8FAD-4F10257C1396@akgsoftware.de> Hi there, did anyone create a plug-in that integrates Google Translation with Webhelp? ePublisher’s “Reverb” does this, and it’s kind of nice to provide some kind of content representation of the information you present in your reader’s mother tongue w/o having to provide a real translation. Greetings, Franz-Josef ________________________________ AKG Software Consulting GmbH Franz-Josef Knelangen Uhlandstraße 12 79423 Heitersheim Germany Tel.: +49 (0)7634 5612-611 Fax: +49 (0)7634 5612-300 E-Mail: fjk at akgsoftware.de Internet: www.akgsoftware.de<http://www.akgsoftware.de> Geschäftsführer: Dipl.-Ing. Artur K. Günther, Dipl.-Ing. Arno Brüggemann, Dipl.-Ing. (FH) Bernhard Feser, Dipl.-Ing. Jens Günther Sitz der Gesellschaft: Heitersheim, HRB 310383 (Amtsgericht Freiburg) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180425/241573a3/attachment.html> From info at practice-innovation.de Wed Apr 25 12:02:35 2018 From: info at practice-innovation.de (practice innovation) Date: Wed, 25 Apr 2018 19:02:35 +0200 Subject: [oXygen-user] <Variables> in DITA documentation In-Reply-To: <5700A9E9-520C-4E4A-B2AD-4E38C7556F47@akgsoftware.de> References: <46c65645-1268-4c8a-9e7c-bb825aa5abc9.1c5aa406-be89-4478-ab6b-7cca62c696c5.f40cad5a-1f4f-4c22-9259-65a8d953c16a@emailsignatures365.codetwo.com> <5700A9E9-520C-4E4A-B2AD-4E38C7556F47@akgsoftware.de> Message-ID: <005401d3dcb7$359af530$a0d0df90$@practice-innovation.de> Hi Franz-Josef, never noticed that I wasn’t able to find that kind of strings in Author-Mode. Just tested this and it worked very well for me(oXygen 20). In Text-Mode of course this can’t works, because of standard restrictions, as you know. I would use keydef/keyref mechanism or would use a specialized element inherited from ph, so no one has to write this kind of stuff anymore. Hope this helps Markus -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180425/99450be0/attachment.html> From support at oxygenxml.com Wed Apr 25 03:37:34 2018 From: support at oxygenxml.com (Radu Coravu) Date: Wed, 25 Apr 2018 11:37:34 +0300 Subject: [oXygen-user] <Variables> in DITA documentation In-Reply-To: <5700A9E9-520C-4E4A-B2AD-4E38C7556F47@akgsoftware.de> References: <46c65645-1268-4c8a-9e7c-bb825aa5abc9.1c5aa406-be89-4478-ab6b-7cca62c696c5.f40cad5a-1f4f-4c22-9259-65a8d953c16a@emailsignatures365.codetwo.com> <5700A9E9-520C-4E4A-B2AD-4E38C7556F47@akgsoftware.de> Message-ID: <e4d39242-b7c5-4bd2-7a50-8f94568817dc@oxygenxml.com> Hi Franz-Josef, So: > oXygen changes the 1^st angle bracket of “<project folder>” to > “<project folder>” to save the structure. If inside text content you leave a "<", the entire XML becomes not wellformed. So this is why Oxygen escapes it to < > > In Author mode, you don’t realize this, only when trying to > Search&Replace <installation folder> with <program folder> you don’t > find all occurences and wonder why. > Yes, for Find/Replace in Files you would need to search using "<". But any XML-aware processor (like XSLT) will "see" that "<" as the "<" character. > > I see that this has to be changed by oXygen. > This cannot be helped, Oxygen needs to keep your XML document wellformed. > > Is there some advice / best practice to deal with this kind of source > text? At the moment, I can only think of putting this “variable” in a > <varname> element inside <filepath> without writing the angle brackets > and defining a CSS rule for /filepath/varname to surround it with > brackets in the output. > This could indeed work or you could stick to what you are currently doing and let Oxygen escape the "<" as it currently does. Regards, Radu Radu Coravu Oxygen XML Editor On 4/25/18 7:00 PM, Franz-Josef Knelangen wrote: > > Hi there, > > In our documentation we use something like <installation folder> or > <project folder> and put these into file paths, f. e. > > <project folder>\pipe\sewer.s3db > > If I surround this with <filepath> markup, oXygen changes the 1^st > angle bracket of “<project folder>” to “<project folder>” to save > the structure. > > In Author mode, you don’t realize this, only when trying to > Search&Replace <installation folder> with <program folder> you don’t > find all occurences and wonder why. > > I see that this has to be changed by oXygen. > > Is there some advice / best practice to deal with this kind of source > text? At the moment, I can only think of putting this “variable” in a > <varname> element inside <filepath> without writing the angle brackets > and defining a CSS rule for /filepath/varname to surround it with > brackets in the output. > > Any other ideas? > > TIA and Greetings from Germany, > > Franz-Josef > > > ------------------------------------------------------------------------ > > *AKG Software Consulting GmbH > Franz-Josef Knelangen* > > > Uhlandstraße 12 > 79423 Heitersheim > Germany > > Tel.: +49 (0)7634 5612-611 > Fax: +49 (0)7634 5612-300 > E-Mail: _fjk at akgsoftware.de_ > Internet: www.akgsoftware.de <http://www.akgsoftware.de> > > Geschäftsführer: Dipl.-Ing. Artur K. Günther, Dipl.-Ing. Arno > Brüggemann, Dipl.-Ing. (FH) Bernhard Feser, Dipl.-Ing. Jens Günther > Sitz der Gesellschaft: Heitersheim, HRB 310383 (Amtsgericht Freiburg) > > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180425/e4a68376/attachment.html> From cmarchand at oxiane.com Thu Apr 26 02:51:45 2018 From: cmarchand at oxiane.com (cmarchand at oxiane.com) Date: Thu, 26 Apr 2018 09:51:45 +0200 Subject: [oXygen-user] A maven plugin to keep your Oxygen .xpr poject file sorted Message-ID: <d0a2b2c9389904a455a4daefb168e3f5@oxiane.com> When oXygen project files are commited in SCM, and many developers create various scenarios, merging xpr file can be a nightmare. Editions Lefebvre-Sarrut has released a maven plugin that keep your project file entries sorted, and simplifies the merge - you still have to resolve conflicts, but that's much easier. https://github.com/ELSGestion/oxygen-pjt-beautifier-maven-plugin Best, Christophe -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180426/1e1dba1e/attachment.html> From adrian at sync.ro Thu Apr 26 06:25:25 2018 From: adrian at sync.ro (Adrian Buza) Date: Thu, 26 Apr 2018 14:25:25 +0300 Subject: [oXygen-user] [Ann] New maintenance build available for oXygen 20.0 (2018042410) Message-ID: <df5c1bad-3404-1f9b-0235-498948c21d2e@sync.ro> Dear oXygen users, We announce the release of a new maintenance build (2018042410) for oXygen 20.0 (XML Editor, XML Developer, XML Author, XML WebHelp). The build number can be verified in the Help -> About dialog box from the application (next to the version number). You can download the new installation kits from our web site: http://www.oxygenxml.com/download.html Here you can find the complete list of bug-fixes: http://www.oxygenxml.com/build_history.html#2018042410 You can follow our oXygen release/build RSS feed here: http://www.oxygenxml.com/rssBuildID.xml Please let us know if you encounter any problems with this new build. Regards, Adrian -- Adrian Buza oXygen XML Editor and Author Support Tel: +1-650-352-1250 ext.202 Fax: +40-251-461482 support at oxygenxml.com http://www.oxygenxml.com From support at oxygenxml.com Fri Apr 27 07:49:16 2018 From: support at oxygenxml.com (Oxygen XML Editor Support (Bogdan Cercelaru)) Date: Fri, 27 Apr 2018 15:49:16 +0300 Subject: [oXygen-user] Webhelp: Integrating Google Translation? In-Reply-To: <85450645-7FF8-45F7-8FAD-4F10257C1396@akgsoftware.de> References: <46c65645-1268-4c8a-9e7c-bb825aa5abc9.1c5aa406-be89-4478-ab6b-7cca62c696c5.c39c0071-7a77-455f-a487-9e93bca12c9b@emailsignatures365.codetwo.com> <85450645-7FF8-45F7-8FAD-4F10257C1396@akgsoftware.de> Message-ID: <759dbcb6-42e4-de1e-5f58-496785b3cac5@oxygenxml.com> Hello, You can integrate Google Translate in WebHelp Responsive output using the "webhelp.fragment.before.body" parameter to point to a file containing the Google Translate code obtained from here: https://translate.google.com/manager/website/ The provided code should be wrapped in a "<body/>" element in order to obtain an XML well-formed file. Going further, you can style the resulted element using some CSS that matches the "#google_translate_element" element to suit your requirements. Regards, Bogdan Bogdan Cercelaru oXygen XML Editor and Author Support Tel: +1-650-352-1250 Fax: +40-251-461482 support at oxygenxml.com http://www.oxygenxml.com On 4/25/2018 7:48 PM, Franz-Josef Knelangen wrote: > > Hi there, > > did anyone create a plug-in that integrates Google Translation with > Webhelp? ePublisher’s “Reverb” does this, and it’s kind of nice to > provide some kind of content representation of the information you > present in your reader’s mother tongue w/o having to provide a real > translation. > > Greetings, > > Franz-Josef > > > ------------------------------------------------------------------------ > > *AKG Software Consulting GmbH > Franz-Josef Knelangen* > > > Uhlandstraße 12 > 79423 Heitersheim > Germany > > Tel.: +49 (0)7634 5612-611 > Fax: +49 (0)7634 5612-300 > E-Mail: _fjk at akgsoftware.de_ > Internet: www.akgsoftware.de <http://www.akgsoftware.de> > > Geschäftsführer: Dipl.-Ing. Artur K. Günther, Dipl.-Ing. Arno > Brüggemann, Dipl.-Ing. (FH) Bernhard Feser, Dipl.-Ing. Jens Günther > Sitz der Gesellschaft: Heitersheim, HRB 310383 (Amtsgericht Freiburg) > > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180427/147368b7/attachment.html> From bernhard.kleine at gmx.net Sun Apr 29 11:48:48 2018 From: bernhard.kleine at gmx.net (Bernhard Kleine) Date: Sun, 29 Apr 2018 18:48:48 +0200 Subject: [oXygen-user] Using entities Message-ID: <b2c1e6e8-6689-1e04-770f-81ed80d620a7@gmx.net> Hi, I use the following entities for Vitamin D3 <!ENTITY TS " "><!-- Thin Space --> <!ENTITY threesub "₃"> <!ENTITY Ndash "–" > <!ENTITY Vitdrei "Vitamin&TS;D&threesub;"> <!ENTITY OHVitdrei "25&nbhyph;OH-Vitamin &TS;D&threesub;"> <!ENTITY diOHVitdrei "1,25&Ndash;(OH)₂-Vitamin&TS; D&threesub;"> The problematic entity is obviously threesub. In the pdf (transformed by oxygen 19.1) there is with diOHVitdrei the subscript-3 is correct but with Vitdrei it is not. Can you please explain this to me? It is very strange. An example: all the vitamin entries are done with entities. As you can see for yourself Vitamin D# is errorneous. Regards Bernhard -- spitzhalde9 D-79853 lenzkirch bernhard.kleine at gmx.net www.b-kleine.com, www.urseetal.net - thunderbird mit enigmail GPG schlüssel: D5257409 fingerprint: 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180429/c0404afe/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: lodnnebjecabgcfo.png Type: image/png Size: 32215 bytes Desc: not available URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180429/c0404afe/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180429/c0404afe/attachment.sig> From gerrit.imsieke at le-tex.de Sun Apr 29 12:21:53 2018 From: gerrit.imsieke at le-tex.de (Imsieke, Gerrit, le-tex) Date: Sun, 29 Apr 2018 19:21:53 +0200 Subject: [oXygen-user] Using entities In-Reply-To: <b2c1e6e8-6689-1e04-770f-81ed80d620a7@gmx.net> References: <b2c1e6e8-6689-1e04-770f-81ed80d620a7@gmx.net> Message-ID: <b637651d-b68e-d228-dd19-470db73f7926@le-tex.de> Hi Bernhard, I successfully created a PDF in oXygen 19.1 and 20 (using the default DocBook 5 PDF creation transformation scenario) from one of the files that you previously sent to our production editors, including your Myentities.ent dated Feb. 6. I inserted &Vitdrei; into chapter06.xml and it came out correctly. If you send me your current chapter XML and entities files off-list, I can see whether I can reproduce (and maybe fix) the issue. Gerrit On 29/04/2018 18:48, Bernhard Kleine wrote: > Hi, > > I use the following entities for Vitamin D3 > > <!ENTITY TS " "><!-- Thin Space --> > <!ENTITY threesub "₃"> > <!ENTITY Ndash "–" > > <!ENTITY Vitdrei "Vitamin&TS;D&threesub;"> > <!ENTITY OHVitdrei "25&nbhyph;OH-Vitamin &TS;D&threesub;"> > <!ENTITY diOHVitdrei "1,25&Ndash;(OH)₂-Vitamin&TS; D&threesub;"> > > The problematic entity is obviously threesub. In the pdf (transformed by > oxygen 19.1) there is with diOHVitdrei the subscript-3 is correct but > with Vitdrei it is not. > > Can you please explain this to me? It is very strange. An example: > > all the vitamin entries are done with entities. As you can see for > yourself Vitamin D# is errorneous. > > Regards > > Bernhard > > -- > spitzhalde9 > D-79853 lenzkirch > bernhard.kleine at gmx.net > www.b-kleine.com,www.urseetal.net > - > thunderbird mit enigmail > GPG schlüssel: D5257409 > fingerprint: > 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09 > > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at oxygenxml.com > https://www.oxygenxml.com/mailman/listinfo/oxygen-user > -- Gerrit Imsieke Geschäftsführer / Managing Director le-tex publishing services GmbH Weissenfelser Str. 84, 04229 Leipzig, Germany Phone +49 341 355356 110, Fax +49 341 355356 510 gerrit.imsieke at le-tex.de, http://www.le-tex.de Registergericht / Commercial Register: Amtsgericht Leipzig Registernummer / Registration Number: HRB 24930 Geschäftsführer / Managing Directors: Gerrit Imsieke, Svea Jelonek, Thomas Schmidt From bernhard.kleine at gmx.net Mon Apr 30 12:07:19 2018 From: bernhard.kleine at gmx.net (Bernhard Kleine) Date: Mon, 30 Apr 2018 19:07:19 +0200 Subject: [oXygen-user] Using entities (solved) In-Reply-To: <b637651d-b68e-d228-dd19-470db73f7926@le-tex.de> References: <b2c1e6e8-6689-1e04-770f-81ed80d620a7@gmx.net> <b637651d-b68e-d228-dd19-470db73f7926@le-tex.de> Message-ID: <e7c689d6-960d-f73b-9b8b-6e3e4f71b1ff@gmx.net> This seems to be solved at Gerrits place. Thank you. Am 29.04.2018 um 19:21 schrieb Imsieke, Gerrit, le-tex: > Hi Bernhard, > > I successfully created a PDF in oXygen 19.1 and 20 (using the default > DocBook 5 PDF creation transformation scenario) from one of the files > that you previously sent to our production editors, including your > Myentities.ent dated Feb. 6. > > I inserted &Vitdrei; into chapter06.xml and it came out correctly. > > If you send me your current chapter XML and entities files off-list, I > can see whether I can reproduce (and maybe fix) the issue. > > Gerrit > > > On 29/04/2018 18:48, Bernhard Kleine wrote: >> Hi, >> >> I use the following entities for Vitamin D3 >> >> <!ENTITY TS " "><!-- Thin Space --> >> <!ENTITY threesub "₃"> >> <!ENTITY Ndash "–" > >> <!ENTITY Vitdrei "Vitamin&TS;D&threesub;"> >> <!ENTITY OHVitdrei "25&nbhyph;OH-Vitamin &TS;D&threesub;"> >> <!ENTITY diOHVitdrei "1,25&Ndash;(OH)₂-Vitamin&TS; D&threesub;"> >> >> The problematic entity is obviously threesub. In the pdf (transformed >> by oxygen 19.1) there is with diOHVitdrei the subscript-3 is correct >> but with Vitdrei it is not. >> >> Can you please explain this to me? It is very strange. An example: >> >> all the vitamin entries are done with entities. As you can see for >> yourself Vitamin D# is errorneous. >> >> Regards >> >> Bernhard >> >> --  >> spitzhalde9 >> D-79853 lenzkirch >> bernhard.kleine at gmx.net >> www.b-kleine.com,www.urseetal.net >> - >> thunderbird mit enigmail >> GPG schlüssel: D5257409 >> fingerprint: >> 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09 >> >> >> >> _______________________________________________ >> oXygen-user mailing list >> oXygen-user at oxygenxml.com >> https://www.oxygenxml.com/mailman/listinfo/oxygen-user >> > -- spitzhalde9 D-79853 lenzkirch bernhard.kleine at gmx.net www.b-kleine.com, www.urseetal.net - thunderbird mit enigmail GPG schlüssel: D5257409 fingerprint: 08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20180430/53ab4eef/attachment.sig>