[XXE] RE : Editing XHTML document elements within another XML document

2010-04-20 Thread nobili, philippe
> --> My guess is that your problem comes from: > > --- > > > > --- > > for this to work, your document must define the "html" prefix (e.g. > xmlns:html="http://www.w3.org/1999/xhtml"; on the root element). > If you prefer to use "xhtml" as a namespace prefix, then you'll have to > redefine this

[XXE] XXE addon versus tailored Java application ?

2010-10-28 Thread nobili, philippe
Dear M. Shafie, The XXE addon we developed for editing instances for our XML schema was designed mainly for technical authors, not all developers. However it works very well and benefit from all the good things generically provided by XXE; we now are at a point where we have to decide whether i

Re: [XXE] OLinking does not work since XXE 4.8.0 (FOP issue)

2011-06-08 Thread nobili, philippe
. PS: The fact that this does not work with XEP was indeed one of the reasons for which we decided to stay with FOP, despite a couple of limitations. - Message d'origine - De : Hussein Shafie [mailto:huss...@xmlmind.com] Envoyé : Tuesday, June 07, 2011 07:54 PM À : nobili, philip

Re: [XXE] Does set-attribute-button() makes use of attributeEditor() ? (XXE 4.9.1)

2011-06-21 Thread nobili, philippe
Sorry for the misunderstanding, Best regards. - Message d'origine - De : Hussein Shafie [mailto:huss...@xmlmind.com] Envoyé : Monday, June 20, 2011 06:20 PM À : nobili, philippe Cc : 'xmleditor-support@xmlmind.com' Objet : Re: [XXE] Does set-attribute-button() makes use of

Re: [XXE] XXE changes & SCM tools [UPDATE]

2012-03-21 Thread nobili, philippe
Dear M. Shafie, That will be perfect, many thanks for your help. Best regards, Philippe. - Message d'origine - De : Hussein Shafie [mailto:huss...@xmlmind.com] Envoyé : Tuesday, March 20, 2012 06:28 PM À : nobili, philippe Cc : 'xmleditor-support@xmlmind.com' Objet

[XXE] (no subject)

2012-12-11 Thread nobili, philippe
Dear M. Shafie, Something we did quite often in the past in our addons; the problem is certainly obvious, but we cannot see what is wrong... The context: our add-on uses an XML-schema, but there is no namespace associated to it; i.e., in the add-on we have something like: myschema.xsd W

[XXE] Greek characters support in SVG

2014-06-18 Thread nobili, philippe
Dear M. Shafie, We are facing some issues when we try to convert documents having SVG figures with greek character fonts. Seems that the default font set is used when these SVG are turned into images, and all unknown characters are turned into sharp (#) characters. Is there any mean to fix thi

[XXE] Embedding XMLMind batch convertdoc/xxetool

2014-07-16 Thread nobili, philippe
Dear M. Shafie, So far we are embedding the complete XMLMind distribution in our development toolkits; it serves two purposes: = The GUI application is used by developers to author Docbook documents = The batch conversion program is used under the wood at compile time to generate the documenta

[XXE] XXE 6.1: permissions problem while opening ftp:// file

2014-12-04 Thread nobili, philippe
Dear M. Shafie, Some of our XML files are accessed from an FTP location for viewing and editing. This seems to be somehow broken since XXE-6.1, which complains about permission issues on file's opening: [cid:image001.png@01D00E48.24E2C560] However, the correct write permissions are granted fo

Re: [XXE] XXE 6.1: permissions problem while opening ftp:// file

2014-12-05 Thread nobili, philippe
ursday, December 04, 2014 12:05 PM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] XXE 6.1: permissions problem while opening ftp:// file On 12/02/2014 03:54 PM, nobili, philippe wrote: > > Some of our XML files are accessed from an FTP location for viewing >

[XXE] Fortran Syntax highlighting with XMLmind (5.9+)

2015-02-05 Thread nobili, philippe
Dear M. Shafie, We wrote a fortran-hl.xml file, and referenced it in xslthl-config.xml in order to add syntax highlighting for Fortran in our code examples. Despite this, it does not seem to be taken into account when our code fragments are marked using language="fortran", although other langua

Re: [XXE] Fortran Syntax highlighting with XMLmind (5.9+)

2015-02-10 Thread nobili, philippe
CGG, 27 avenue Carnot Massy, 91341 - France http://www.cgg.com Please consider the environment before printing. -Original Message- From: Hussein Shafie [mailto:huss...@xmlmind.com] Sent: Saturday, February 07, 2015 10:17 AM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com

[XXE] User preferences when upgrading

2015-05-13 Thread nobili, philippe
Hello, Knowing that user's preferences will have to be re-specified from scratch is sometimes a reason to delay XMLmind major upgrades in our organization (we can send e-mails to warn about that, but the information is often lost at the time the user launches the new application... :(). Would

[XXE] Cannot load previously saved file

2015-07-02 Thread nobili, philippe
Dear M. Shafie, We are facing a rather annoying issue with XXE (6.3.0): we were able yesterday to save a document on a shared FTP drive from XXE, but when we try to load this document again, we get the fatal error that follows: [cid:image001.png@01D0B4AB.F49754B0] Of course, we understand tha

Re: [XXE] Cannot load previously saved file

2015-07-03 Thread nobili, philippe
Dear M. Shafie, Thank you for your swift reply; some answers below, Best regards, Philippe. > The problem is not related to FTP. No, agreed. We were just mentioning FTP because it makes the workaround a little bit more tedious... :(. > It's about XXE allowing to save an XML document containin

[XXE] Allow end-users to override (and copy) the CSS stylesheet

2016-12-01 Thread nobili, philippe
Dear M. Shafie, For a couple of years we have been using our own DocBook customizations, with specialized PDF/Webhelp and HTML output styles. These customization are bundled within XXE internally for our users. For HTML/Webhelp rendering, we would need some extra flexibility: for some product

Re: [XXE] Allow end-users to override (and copy) the CSS stylesheet

2016-12-02 Thread nobili, philippe
AM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Allow end-users to override (and copy) the CSS stylesheet On 11/30/2016 06:22 PM, nobili, philippe wrote: > > > > For a couple of years we have been using our own DocBook > customizations, with sp

[XXE] Using Docbook-5.1 customization in assemblies

2017-02-01 Thread nobili, philippe
Dear Mr. Shafie, We are in the process to upgrade to XXE-7.3 to take advantage of DocBook-5.1 assemblies for some of our products documentation. We successfully ported our DocBook (4) customization to DocBook-5.1; how should we proceed to make DocBook-5.1 assemblies use it rather than the stoc

Re: [XXE] Using Docbook-5.1 customization in assemblies

2017-02-02 Thread nobili, philippe
ay, February 01, 2017 3:26 PM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Using Docbook-5.1 customization in assemblies On 01/31/2017 06:35 PM, nobili, philippe wrote: > > > We are in the process to upgrade to XXE-7.3 to take advantage of >

Re: [XXE] Building Docbook-5.1 (db51/asm) customization

2017-02-10 Thread nobili, philippe
Dear Mr. Shafie, Could you explain us briefly what is the meaning of the syntax {db51}, compared to using plain "db51." like we did previously in our customizations (DocBook 4 and 5). Will {db51} be simply replaced by "db51." or are there subtleties we should be aware of ? Many thanks for yo

[XXE] Best XXE way to refer to addons

2017-02-11 Thread nobili, philippe
Dear Mr. Shafie, A couple very simple questions. Many thanks for your enlightments. 1) we used to refer to XXE stock configurations using 'xxe-config:'; I assumed that this was still valid for release 7.3, and that 'xxe-config:docbook5:' was equivalent to 'docbook5-config:'. Is is the case ? 2

[XXE] Is this an issue with assemblies ?

2017-02-23 Thread nobili, philippe
Dear Mr. Shafie, We recently migrated all our DobBook addons to XXE-7.3 in order to use DocBook 5.1 assemblies (our short attempt to achieve a similar result with DITA proved non-conclusive...). With your help (on various occasions), it now works exactly as expected, and produces the output we

Re: [XXE] Is this an issue with assemblies ?

2017-02-23 Thread nobili, philippe
Just to add on top of this... I was a bit too optimistic. The PDF rendering fails for assemblies with an Apache-FOP fatal exception: "fo:block" not a valid child of "fo:root". Sorry about this last one, please just forget it. It is important to always carefully check the realized document for pr

Re: [XXE] Is this an issue with assemblies ?

2017-02-23 Thread nobili, philippe
gg.com<http://www.cgg.com/> Please consider the environment before printing. From: nobili, philippe Sent: Thursday, February 23, 2017 4:39 PM To: 'xmleditor-support@xmlmind.com' Subject: Is this an issue with assemblies ? Dear Mr. Shafie, We recently migrated all our DobBook addon

Re: [XXE] Is this an issue with assemblies ?

2017-02-23 Thread nobili, philippe
"We'll try to fix this bug for next release (v7.4 planned for next month)." Many thanks for your swift reply; it's not a blocker. Best regards, Phil. This email and any accompanying attachments are confidential. If you received this email by mistake, please delete it from your system. Any revi

Re: [XXE] Is this an issue with assemblies ?

2017-02-24 Thread nobili, philippe
ssein Shafie [mailto:huss...@xmlmind.com] Sent: Friday, February 24, 2017 12:14 PM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Is this an issue with assemblies ? On 02/23/2017 05:58 PM, nobili, philippe wrote: > "We'll try to fix this bug for ne

[XXE] Assembly processor flaw/bug ?

2017-03-01 Thread nobili, philippe
Dear Mr. Shafie, For the record, it seems that the assembly processor (version 1_0_0) may generate invalid DocBook-5 documents in presence of between topic. Indeed, the [...] element is realized into an itemized list which is placed at the end of the topic, that is possibly after a element

Re: [XXE] Assembly processor flaw/bug ?

2017-03-01 Thread nobili, philippe
March 01, 2017 11:42 AM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Assembly processor flaw/bug ? On 03/01/2017 10:33 AM, nobili, philippe wrote: > > For the record, it seems that the assembly processor (version 1_0_0) may > generate invali

[XXE] Java FX exception while embedding video objects (DocBook 5.1)

2017-03-06 Thread nobili, philippe
Dear Mr. Shafie, When we try embedding objects (*.mp4) in a DocBook-5.1 document, XXE (latest version 7.3) reports a Java exception (javafx.scene.media.MediaExceptionL Could not create player). Is there a way to know a bit more about why this exception shows up ? Or would you have any idea w

Re: [XXE] Java FX exception while embedding video objects (DocBook 5.1)

2017-03-06 Thread nobili, philippe
Massy, 91341 - France http://www.cgg.com Please consider the environment before printing. -Original Message- From: nobili, philippe Sent: Monday, March 06, 2017 5:06 PM To: 'xmleditor-support@xmlmind.com' Subject: RE: [XXE] Java FX exception while embedding video objects (DocBook 5

Re: [XXE] Java FX exception while embedding video objects (DocBook 5.1)

2017-03-06 Thread nobili, philippe
Shafie [mailto:huss...@xmlmind.com] Sent: Monday, March 06, 2017 4:54 PM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Java FX exception while embedding video objects (DocBook 5.1) On 03/06/2017 03:17 PM, nobili, philippe wrote: > > When we try embedding

Re: [XXE] Java FX exception while embedding video objects (DocBook 5.1)

2017-03-09 Thread nobili, philippe
Dear Mr. Shafie We stumbled across a different URI-related issue using the JNLP deployed version of XXE-7.3, we wondered if it adds a new light on the URI path problem... Unfortunately, this one is a complete blocker :(. We fail to convert DocBook4 books onto PDF with the JNLP deployed version

Re: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start

2017-03-09 Thread nobili, philippe
nting. -Original Message- From: Hussein Shafie [mailto:huss...@xmlmind.com] Sent: Thursday, March 09, 2017 5:53 PM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start On 03/09/2017

Re: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start

2017-03-09 Thread nobili, philippe
om Please consider the environment before printing. -Original Message- From: Hussein Shafie [mailto:huss...@xmlmind.com] Sent: Thursday, March 09, 2017 5:53 PM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: Cannot convert DocBook to PDF using FOP when XXE v7.

Re: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start

2017-03-10 Thread nobili, philippe
d.com [mailto:xmleditor-support-boun...@xmlmind.com] On Behalf Of Hussein Shafie Sent: Friday, March 10, 2017 8:54 AM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start nobili,

Re: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start

2017-03-10 Thread nobili, philippe
assy, 91341 - France http://www.cgg.com Please consider the environment before printing. -Original Message----- From: nobili, philippe Sent: Friday, March 10, 2017 11:21 AM To: 'xmleditor-support@xmlmind.com' Subject: RE: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.

Re: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start

2017-03-10 Thread nobili, philippe
the environment before printing. -Original Message----- From: nobili, philippe Sent: Friday, March 10, 2017 11:56 AM To: 'xmleditor-support@xmlmind.com' Subject: RE: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start Dear Mr. Shafie, We final

Re: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start

2017-03-10 Thread nobili, philippe
0 | Mobile: +33 63756 6441 CGG, 27 avenue Carnot Massy, 91341 - France http://www.cgg.com<http://www.cgg.com/> Please consider the environment before printing. From: nobili, philippe Sent: Friday, March 10, 2017 12:58 PM To: 'xmleditor-support@xmlmind.com' Subject: RE: [XXE] Can

Re: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start

2017-03-10 Thread nobili, philippe
ilto:huss...@xmlmind.com] Sent: Friday, March 10, 2017 12:41 PM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start On 03/10/2017 11:56 AM, nobili, philippe wrote: > >

Re: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start

2017-03-13 Thread nobili, philippe
: Hussein Shafie [mailto:huss...@xmlmind.com] Sent: Friday, March 10, 2017 6:55 PM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Cannot convert DocBook to PDF using FOP when XXE v7.3 is deployed using Java Web Start It seems that FOP public APIs rela

[XXE] Missing fonts in converted *.docx documents

2017-09-05 Thread nobili, philippe
Dear Mr. Shafie, We recently realized that when converting DocBook documents into *.docx from XMLMind, some fonts are missing in the output file and replaced by squares (we use the Open Office XML converter available from XMLMind). The same document converts fine into PDF. Is there a way to fi

Re: [XXE] Missing fonts in converted *.docx documents

2017-09-06 Thread nobili, philippe
ailto:huss...@xmlmind.com] Sent: Tuesday, September 05, 2017 7:39 PM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Missing fonts in converted *.docx documents On 09/05/2017 05:45 PM, nobili, philippe wrote: > > We recently realized that when converting DocBook do

[XXE] DocBook assemblies: choosing the structure to convert

2017-09-28 Thread nobili, philippe
Dear Mr. Shafie, Is there a way to choose from XXE GUI, *the id of the structure to be used* when generating the final document from a DocBook 5.1 assembly document ? We couldn't find any. We were looking for a way to use '-struct' option of the assembly processor with the ad-hoc xml:id... We

Re: [XXE] DocBook assemblies: choosing the structure to convert

2017-09-28 Thread nobili, philippe
before printing. -Original Message- From: Hussein Shafie [mailto:huss...@xmlmind.com] Sent: Thursday, September 28, 2017 9:33 AM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] DocBook assemblies: choosing the structure to convert On 09/27/2017 09:43

[XXE] Image map support

2017-12-13 Thread nobili, philippe
Dear Mr. Shafie, Congratulations for the image map editor; that's a very useful tool to have. Something we miss and would find extremely useful to have, is the ability to specify the starting number for Number areas, which seems now to be systematically "1". Rationale: we often use several i

Re: [XXE] Image map support

2017-12-14 Thread nobili, philippe
. -Original Message- From: Hussein Shafie [mailto:huss...@xmlmind.com] Sent: Wednesday, December 13, 2017 9:47 AM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Image map support On 12/12/2017 05:51 PM, nobili, philippe wrote: > > Congratulations f

[XXE] Suggestion for improvement: keeping image map editor preferences

2018-01-24 Thread nobili, philippe
Dear Mr. Shafie, A small improvement that would save a great deal of time for our technical writers below. Description: Keep the image map editor zoom level, view setup (e.g. fit to window) and window-size for all sessions, or AT LEAST between several opening-closing sequences of the editor in

Re: [XXE] Suggestion for improvement: keeping image map editor preferences

2018-01-27 Thread nobili, philippe
al Message- From: xmleditor-support-boun...@xmlmind.com [mailto:xmleditor-support-boun...@xmlmind.com] On Behalf Of Hussein Shafie Sent: Friday, January 26, 2018 11:23 AM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Suggestion for improvement: keeping image map

Re: [XXE] Suggestion for improvement: keeping image map editor preferences

2018-01-30 Thread nobili, philippe
From: Hussein Shafie [mailto:huss...@xmlmind.com] Sent: Saturday, January 27, 2018 9:40 AM To: nobili, philippe Cc: 'xmleditor-support@xmlmind.com' Subject: Re: [XXE] Suggestion for improvement: keeping image map editor preferences On 01/26/2018 11:35 AM, nobili, philippe wrote: > > We use

[XXE] Calling webhelp compiler from DocBook 5.1 assemblies

2018-03-07 Thread nobili, philippe
Dear Mr. Shafie, did: we try to embed JQuery locally with our Webhelp products to be able to work with the documentation in situations where no Internet connection is available. For this, we set the "wh-local-jquery" parameter before calling XXE WebHelp compiler. Unfortunately, it does not se

Re: [XXE] Calling webhelp compiler from DocBook 5.1 assemblies

2018-03-07 Thread nobili, philippe
est, phil. [cggsigbanner] Philippe Nobili Subsurface Imaging - Product Engineering Tel: +33 16447 4090 | Mobile: +33 63756 6441 CGG, 27 avenue Carnot Massy, 91341 - France http://www.cgg.com<http://www.cgg.com/> Please consider the environment before printing. From: nobili, philippe Sent:

Re: [XXE] FW: Accessing addon repository with XMLmind 9 (on onward ?)

2020-02-21 Thread nobili, philippe
5 PM To: nobili, philippe Subject: Re: FW: Accessing addon repository with XMLmind 9 (on onward ?) Hello, On 2/20/20 9:37 AM, nobili, philippe wrote: > Dear Mr. Shafie, > > Sorry to send this email directly to you and not to the support list. >  But as you will  see below, we can

[XXE] XXE 10.0 - writing file using ftp protocol broken ?

2022-06-22 Thread nobili, philippe
Dear Mr. Shafie, It seems that we are not able to write through ftp protocol after we upgraded to XXE 10.0. When converting our document (to WebHelp format) through FTP, we now get this error message: (screenshot) [cid:image001.png@01D8861C.0D0D4790] If we switch to XXE 9.4.0 -- using the same

Re: [XXE] XXE 10.0 - writing file using ftp protocol broken ?

2022-06-22 Thread nobili, philippe
essage- From: Hussein Shafie Sent: Wednesday, June 22, 2022 3:26 PM To: nobili, philippe Cc: xmleditor-support@xmlmind.com Subject: Re: [XXE] XXE 10.0 - writing file using ftp protocol broken ? On 6/22/22 09:44, nobili, philippe wrote: > Dear Mr. Shafie, > > It seems that we are not

Re: [XXE] XXE 10.0 - writing file using ftp protocol broken ?

2022-06-23 Thread nobili, philippe
ent: Wednesday, June 22, 2022 4:41 PM To: nobili, philippe Cc: xmleditor-support@xmlmind.com Subject: Re: [XXE] XXE 10.0 - writing file using ftp protocol broken ? On 6/22/22 15:50, nobili, philippe wrote: > Humm, I think I understand what is the problem... Thanks for your > confirmation...

[XXE] Editing XHTML document elements within another XML document

2010-04-04 Thread nobili, philippe
Dear Mr. Shafie, We have developed a small add-on in XMLMind to allow editing XML instances corresponding to a home defined XML schema. In this schema, the documentation elements can optionally be placeholder for strict XHTML body nodes. The whole thing is converted to DocBook using XSLT. Cou

[XXE] RE : Editing XHTML document elements within another XML document

2010-04-17 Thread nobili, philippe
>> 1. We need to convert some DocBook documents in XHTML; however, the >> XHTML conversion flag is dimmed and cannot be switched on; I recall that >> we have used this option years ago, do you see any reason for this >> option to be unavailable ? >> >I'm sorry but I don't understand. Is this rela