From radu_coravu at sync.ro Thu Nov 1 05:24:21 2018
From: radu_coravu at sync.ro (Radu Coravu)
Date: Thu, 1 Nov 2018 12:24:21 +0200
Subject: [oXygen-user] [Ann] - Oxygen XML Webinar - Creating Oxygen
Frameworks
Message-ID: <3e523f1a-691f-697f-692c-e718b84cb3c4@sync.ro>
Hi everybody,
Our colleague Alex will present on Wed, November 7, 2018 11 AM - Noon ET
a free webinar dedicated to adding support in Oxygen for a custom XML
vocabulary:
The webinar will show how content completion, validation and editing
support can be added to Oxygen XML Editor for a certain XML vocabulary,
along with details for enabling visual editing and for adding custom
actions.
If you are interested you can freely register here:
https://www.oxygenxml.com/events/2018/webinar_creating_oxygen_frameworks.html
Regards,
Radu
Radu Coravu
XML Editor
http://www.oxygenxml.com
From bernhard.kleine at gmx.net Sun Nov 4 12:50:43 2018
From: bernhard.kleine at gmx.net (Bernhard Kleine)
Date: Sun, 4 Nov 2018 19:50:43 +0100
Subject: [oXygen-user] Fontchange in table titles?
Message-ID:
Hi,
I have changed body.font.family and the title.font.family and added in
Front of the fonts, oxygen offers, Alegreya. This font is installed on
the computer.
The strange thing happening is that in table titles the first word of
the title is now not in Alegreya, maybe in Times Roman although in
cannot see anything in parameters where the table.title is mentioned so
that the first word is going into some other font. I asked Thomas
Schaitle already, but he has no idea what is going on. Have you any idea
what is going on? When necessary I can provide the source code and the
customizations.
Feuerfalter- und Bläulingsbilder
Bläulinge, Zipfel- und Feuerfalter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fpcnlpepaeifpfib.png
Type: image/png
Size: 4671 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL:
From bobs at sagehill.net Sun Nov 4 13:28:28 2018
From: bobs at sagehill.net (Bob Stayton)
Date: Sun, 4 Nov 2018 11:28:28 -0800
Subject: [oXygen-user] Fontchange in table titles?
In-Reply-To:
References:
Message-ID:
Hi Bernhard,
To help sort this out, create a copy of your transformation scenario but
turn off the FO processor (uncheck the Perform FO Processing box) and
save the fo file (in the Output tab, change Save as to ${cfn}.fo). Then
examine the fo file in Oxygen at that point to see what the fo markup
is. That will provide clues.
Is your FO processor FOP?
Bob Stayton
Sagehill Enterprises
bobs at sagehill.net
On 11/4/2018 10:50 AM, Bernhard Kleine wrote:
>
>
> Hi,
>
> I have changed body.font.family and the title.font.family and added in
> Front of the fonts, oxygen offers, Alegreya. This font is installed on
> the computer.
>
> The strange thing happening is that in table titles the first word of
> the title is now not in Alegreya, maybe in Times Roman although in
> cannot see anything in parameters where the table.title is mentioned
> so that the first word is going into some other font. I asked Thomas
> Schaitle already, but he has no idea what is going on. Have you any
> idea what is going on? When necessary I can provide the source code
> and the customizations.
>
> Feuerfalter- und
> Bläulingsbilder
> Bläulinge, Zipfel- und Feuerfalter
>
>
> Regards and greetings from the Black Forest
>
> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fpcnlpepaeifpfib.png
Type: image/png
Size: 4671 bytes
Desc: not available
URL:
From bernhard.kleine at gmx.net Sun Nov 4 15:38:15 2018
From: bernhard.kleine at gmx.net (Bernhard Kleine)
Date: Sun, 4 Nov 2018 22:38:15 +0100
Subject: [oXygen-user] Fontchange in table titles?
In-Reply-To:
References:
Message-ID: <368f76f8-acdc-8c0b-4f2c-59265f12d5a7@gmx.net>
Hi Bob,
the fo-file is included. It is another table but the first to show the
error. I cannot see why the font change takes place. The offendint
"Tabelle Bläuling noch nicht fotografiert" is around line number 700.
> space-before.minimum="0.5em" space-before.optimum="1em"
> space-before.maximum="2em"
> space-after.minimum="0.5em" space-after.optimum="1em"
> space-after.maximum="2em"
> keep-together.within-column="auto" id="d0e101">
> space-before.minimum="0.8em" space-before.maximum="1.2em"
> font-weight="bold"
> font-size="13.2pt" hyphenate="false"
> space-after.minimum="0.4em" space-after.optimum="0.6em"
> space-after.maximum="0.8em"
> keep-with-next.within-column="always">
> Tabelle Bläuling noch nicht fotografiert.
>
> border-before-width.conditionality="retain" border-collapse="collapse"
> border-start-style="none" border-end-style="none"
> border-top-style="none"
> border-bottom-style="none" table-layout="fixed" width="100%">
> column-width="130pt"/>
> column-width="167pt"/>
> column-width="93pt"/>
> column-width="66.6pt"/>
> end-indent="0pt">
I am using FOP.
kind regards
Bernhard
Am 04.11.2018 um 20:28 schrieb Bob Stayton:
>
> Hi Bernhard,
>
> To help sort this out, create a copy of your transformation scenario
> but turn off the FO processor (uncheck the Perform FO Processing box)
> and save the fo file (in the Output tab, change Save as to
> ${cfn}.fo). Then examine the fo file in Oxygen at that point to see
> what the fo markup is. That will provide clues.
>
> Is your FO processor FOP?
>
> Bob Stayton
> Sagehill Enterprises
> bobs at sagehill.net
> On 11/4/2018 10:50 AM, Bernhard Kleine wrote:
>>
>>
>> Hi,
>>
>> I have changed body.font.family and the title.font.family and added
>> in Front of the fonts, oxygen offers, Alegreya. This font is
>> installed on the computer.
>>
>> The strange thing happening is that in table titles the first word of
>> the title is now not in Alegreya, maybe in Times Roman although in
>> cannot see anything in parameters where the table.title is mentioned
>> so that the first word is going into some other font. I asked Thomas
>> Schaitle already, but he has no idea what is going on. Have you any
>> idea what is going on? When necessary I can provide the source code
>> and the customizations.
>>
>> Feuerfalter- und
>> Bläulingsbilder
>> Bläulinge, Zipfel- und Feuerfalter
>> >
>>
>> Regards and greetings from the Black Forest
>>
>> 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
>
>
>
> _______________________________________________
> 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 --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fpcnlpepaeifpfib.png
Type: image/png
Size: 4671 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cha_tagfalter.fo
Type: text/xml
Size: 114537 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL:
From cmarchand at oxiane.com Mon Nov 5 03:44:43 2018
From: cmarchand at oxiane.com (Christophe Marchand)
Date: Mon, 5 Nov 2018 10:44:43 +0100
Subject: [oXygen-user] Problem reloading jars that contains XSL
Message-ID: <424fc495-862b-fce1-a96b-81b81de4c3d8@oxiane.com>
Hello,
I have an xsl - let's name it MAIN.XSL - that import another, located in
a jar file :
This works perfectly, in Oxygen, with Saxon, everywhere.
Now, if I change my /src/main/xsl/path/to/file.xsl file (inside or
outside Oxygen), and rebuild the jar, when I come back to my MAIN.XSL,
Oxygen displays an Error :
I/O error reported by XML parser processing
jar:file:/Users/cmarchand/devel/foe.jar!/path/to/file.xsl: JAR entry
path/to/file.xsl not found in /Users/cmarchand/devel/foe.jar
Of course, jar exists, is well formed, can be loaded by JVM, and
file.xsl also exists, is also well formed, and is also correctly run by
Saxon outside Oxygen.
If I restart Oxygen, without changing foe.jar, everything works
correctly. Problem exists from Oxygen 15 to 20.1
I think Matthieu Ricaud had previously reported this problem, but maybe
verbally, at XMLPrague ...
Thanks in advance,
Christophe
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From lou.burnard at retired.ox.ac.uk Mon Nov 5 06:03:13 2018
From: lou.burnard at retired.ox.ac.uk (Lou Burnard)
Date: Mon, 5 Nov 2018 13:03:13 +0100
Subject: [oXygen-user] an xslt challenge
In-Reply-To: <368f76f8-acdc-8c0b-4f2c-59265f12d5a7@gmx.net>
References:
<368f76f8-acdc-8c0b-4f2c-59265f12d5a7@gmx.net>
Message-ID: <9e489ff8-84b0-63f4-ba1a-5dbb5ab018a1@retired.ox.ac.uk>
I hope I am not abusing this list in asking occasionally for advice on
the best way to hack something in xslt.
Today's problem is to output only the first x sentences (string
terminated by a full stop) of a paragraph such that the total number of
words (space delimited strings) is less than some limit (call it
$maxWords) Since the sentences are of variable length, obviously I don't
know what x is.
Here's where I got to so far:
But this is not valid because preceding-sibling:: wants a node() not a
string (even though "text()" *is* a node imho).
Am I going about this entirely the wrong way?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From james at blushingbunny.net Mon Nov 5 06:10:02 2018
From: james at blushingbunny.net (James Cummings)
Date: Mon, 5 Nov 2018 12:10:02 +0000
Subject: [oXygen-user] an xslt challenge
In-Reply-To: <9e489ff8-84b0-63f4-ba1a-5dbb5ab018a1@retired.ox.ac.uk>
References:
<368f76f8-acdc-8c0b-4f2c-59265f12d5a7@gmx.net>
<9e489ff8-84b0-63f4-ba1a-5dbb5ab018a1@retired.ox.ac.uk>
Message-ID:
Hi Lou,
Would it make sense to use xsl:for-each-group to group the sentences into
units to make this easier? Then I'd probably recursively call a
template or function passing the current collection of units as a
variable item* value, testing if its tokenised number is above or below
$maxWords.
Not got time to write that out as a solution atm, and I'm sure it can be
done without the recursivity as well, but that is the approach that would
have occurred to me at least.
-James
On Mon, 5 Nov 2018 at 12:03, Lou Burnard
wrote:
> I hope I am not abusing this list in asking occasionally for advice on the
> best way to hack something in xslt.
>
> Today's problem is to output only the first x sentences (string terminated
> by a full stop) of a paragraph such that the total number of words (space
> delimited strings) is less than some limit (call it $maxWords) Since the
> sentences are of variable length, obviously I don't know what x is.
>
> Here's where I got to so far:
>
>
>
>
>
>
>
>
>
>
> select="string-length(translate(normalize-space
> (preceding-sibling::text()), ' ', '')) + 1"/>
>
>
>
>
>
>
>
>
>
>
>
>
> But this is not valid because preceding-sibling:: wants a node() not a
> string (even though "text()" *is* a node imho).
>
> Am I going about this entirely the wrong way?
>
>
>
>
> _______________________________________________
> 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 lou.burnard at retired.ox.ac.uk Mon Nov 5 06:31:05 2018
From: lou.burnard at retired.ox.ac.uk (Lou Burnard)
Date: Mon, 5 Nov 2018 12:31:05 +0000
Subject: [oXygen-user] an xslt challenge
In-Reply-To:
References:
<368f76f8-acdc-8c0b-4f2c-59265f12d5a7@gmx.net>
<9e489ff8-84b0-63f4-ba1a-5dbb5ab018a1@retired.ox.ac.uk>,
Message-ID:
Thanks for v the quick reply james but doesnt your approach imply that the tokenisation into sentences has already been done? Im trying t o avoid a two pass solution as I expect to be doing this hundreds of times
reluctantly using Outlook for Android
________________________________
From: James Cummings
Sent: Monday, November 5, 2018 1:10:02 PM
To: Lou Burnard
Cc: oxygen-user at oxygenxml.com
Subject: Re: [oXygen-user] an xslt challenge
Hi Lou,
Would it make sense to use xsl:for-each-group to group the sentences into units to make this easier? Then I'd probably recursively call a template or function passing the current collection of units as a variable item* value, testing if its tokenised number is above or below $maxWords.
Not got time to write that out as a solution atm, and I'm sure it can be done without the recursivity as well, but that is the approach that would have occurred to me at least.
-James
On Mon, 5 Nov 2018 at 12:03, Lou Burnard > wrote:
I hope I am not abusing this list in asking occasionally for advice on the best way to hack something in xslt.
Today's problem is to output only the first x sentences (string terminated by a full stop) of a paragraph such that the total number of words (space delimited strings) is less than some limit (call it $maxWords) Since the sentences are of variable length, obviously I don't know what x is.
Here's where I got to so far:
But this is not valid because preceding-sibling:: wants a node() not a string (even though "text()" *is* a node imho).
Am I going about this entirely the wrong way?
_______________________________________________
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 james at blushingbunny.net Mon Nov 5 06:54:05 2018
From: james at blushingbunny.net (James Cummings)
Date: Mon, 5 Nov 2018 12:54:05 +0000
Subject: [oXygen-user] an xslt challenge
In-Reply-To:
References:
<368f76f8-acdc-8c0b-4f2c-59265f12d5a7@gmx.net>
<9e489ff8-84b0-63f4-ba1a-5dbb5ab018a1@retired.ox.ac.uk>
Message-ID:
Hi Lou,
Yes, it does suggest for each paragraph you'd be tokenising (or grouping)
into sentences, which might have a slight efficiency hit (but I doubt that
much), but would make the choosing the number of sentences to be under
$maxWords easier. I was assuming that you wanted the output to have the
sentences marked as , my mistake.
-James
On Mon, 5 Nov 2018 at 12:31, Lou Burnard
wrote:
> Thanks for v the quick reply james but doesnt your approach imply that the
> tokenisation into sentences has already been done? Im trying t o avoid a
> two pass solution as I expect to be doing this hundreds of times
>
> reluctantly using Outlook for Android
>
> ------------------------------
> *From:* James Cummings
> *Sent:* Monday, November 5, 2018 1:10:02 PM
> *To:* Lou Burnard
> *Cc:* oxygen-user at oxygenxml.com
> *Subject:* Re: [oXygen-user] an xslt challenge
>
> Hi Lou,
>
> Would it make sense to use xsl:for-each-group to group the sentences into
> units to make this easier? Then I'd probably recursively call a
> template or function passing the current collection of units as a
> variable item* value, testing if its tokenised number is above or below
> $maxWords.
>
> Not got time to write that out as a solution atm, and I'm sure it can be
> done without the recursivity as well, but that is the approach that would
> have occurred to me at least.
>
> -James
>
>
> On Mon, 5 Nov 2018 at 12:03, Lou Burnard
> wrote:
>
>> I hope I am not abusing this list in asking occasionally for advice on
>> the best way to hack something in xslt.
>>
>> Today's problem is to output only the first x sentences (string
>> terminated by a full stop) of a paragraph such that the total number of
>> words (space delimited strings) is less than some limit (call it
>> $maxWords) Since the sentences are of variable length, obviously I don't
>> know what x is.
>>
>> Here's where I got to so far:
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> > select="string-length(translate(normalize-space
>> (preceding-sibling::text()), ' ', '')) + 1"/>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> But this is not valid because preceding-sibling:: wants a node() not a
>> string (even though "text()" *is* a node imho).
>>
>> Am I going about this entirely the wrong way?
>>
>>
>>
>>
>> _______________________________________________
>> 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 support at oxygenxml.com Mon Nov 5 07:18:53 2018
From: support at oxygenxml.com (Oxygen XML Editor Support (Adrian Buza))
Date: Mon, 5 Nov 2018 15:18:53 +0200
Subject: [oXygen-user] Problem reloading jars that contains XSL
In-Reply-To: <424fc495-862b-fce1-a96b-81b81de4c3d8@oxiane.com>
References: <424fc495-862b-fce1-a96b-81b81de4c3d8@oxiane.com>
Message-ID: <88c1cc5f-c698-8c74-e91f-99dfaed2b8ea@oxygenxml.com>
Hi,
The problem is you're using the "jar:file" protocol with a .jar file.
The Java loading mechanism of jar files is meant for static Java
resources (especially meant for Java class files) which are only loaded
once when they are needed. So, any changes you do to the jar in the file
system after the jar has already been loaded by the JVM will not be
available until the JVM (Oxygen) is restarted. This is normal Java
behavior and cannot be avoided. Oxygen cannot change this behavior as
long as the jar gets loaded within its own JVM. Saxon transformations
from Oxygen are run within Oxygen's JVM.
This works fine in the command line because the JVM loads and exits
every time you run Saxon.
Oxygen provides an alternative means to do what you want via the
"zip:file" protocol, but, obviously, this only works within Oxygen. Try
using:
Regards,
Adrian
Adrian Buza
oXygen XML Editor and Author Support
On 05.11.2018 11:44, Christophe Marchand wrote:
>
> Hello,
>
>
> I have an xsl - let's name it MAIN.XSL - that import another, located
> in a jar file :
>
> href="jar:file:/Users/cmarchand/devel/foe.jar!/path/to/file.xsl" />
>
> This works perfectly, in Oxygen, with Saxon, everywhere.
>
> Now, if I change my /src/main/xsl/path/to/file.xsl file (inside
> or outside Oxygen), and rebuild the jar, when I come back to my
> MAIN.XSL, Oxygen displays an Error :
>
> I/O error reported by XML parser processing
> jar:file:/Users/cmarchand/devel/foe.jar!/path/to/file.xsl: JAR entry
> path/to/file.xsl not found in /Users/cmarchand/devel/foe.jar
>
> Of course, jar exists, is well formed, can be loaded by JVM, and
> file.xsl also exists, is also well formed, and is also correctly run
> by Saxon outside Oxygen.
>
> If I restart Oxygen, without changing foe.jar, everything works
> correctly. Problem exists from Oxygen 15 to 20.1
>
> I think Matthieu Ricaud had previously reported this problem, but
> maybe verbally, at XMLPrague ...
>
> Thanks in advance,
> 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 cmarchand at oxiane.com Mon Nov 5 10:42:37 2018
From: cmarchand at oxiane.com (Christophe Marchand)
Date: Mon, 5 Nov 2018 17:42:37 +0100
Subject: [oXygen-user] Problem reloading jars that contains XSL
In-Reply-To: <88c1cc5f-c698-8c74-e91f-99dfaed2b8ea@oxygenxml.com>
References: <424fc495-862b-fce1-a96b-81b81de4c3d8@oxiane.com>
<88c1cc5f-c698-8c74-e91f-99dfaed2b8ea@oxygenxml.com>
Message-ID: <05922d50-eb0e-e5e8-97cb-d1cccd266023@oxiane.com>
Ok, thanks a lot, it makes sense.
But it doesn't help me anymore ! ;-)
Could your zip:file protocol handler be distributed under an open-source
license ?
Well, as a workaround, I could generate two catalogs, one dedicated to
Oxygen, that uses zip:file, and the current one, and declare
${pdu}/catalog-oxygen.xml instead of ${pdu}/catalog.xml
Best regards, Adrian,
Christophe
Le 05/11/2018 à 14:18, Oxygen XML Editor Support (Adrian Buza) a écrit :
> Hi,
>
> The problem is you're using the "jar:file" protocol with a .jar file.
> The Java loading mechanism of jar files is meant for static Java
> resources (especially meant for Java class files) which are only
> loaded once when they are needed. So, any changes you do to the jar in
> the file system after the jar has already been loaded by the JVM will
> not be available until the JVM (Oxygen) is restarted. This is normal
> Java behavior and cannot be avoided. Oxygen cannot change this
> behavior as long as the jar gets loaded within its own JVM. Saxon
> transformations from Oxygen are run within Oxygen's JVM.
> This works fine in the command line because the JVM loads and exits
> every time you run Saxon.
>
> Oxygen provides an alternative means to do what you want via the
> "zip:file" protocol, but, obviously, this only works within Oxygen.
> Try using:
> href="zip:file:/Users/cmarchand/devel/foe.jar!/path/to/file.xsl" />
>
> Regards,
> Adrian
> Adrian Buza
> oXygen XML Editor and Author Support
> On 05.11.2018 11:44, Christophe Marchand wrote:
>>
>> Hello,
>>
>>
>> I have an xsl - let's name it MAIN.XSL - that import another, located
>> in a jar file :
>>
>> > href="jar:file:/Users/cmarchand/devel/foe.jar!/path/to/file.xsl" />
>>
>> This works perfectly, in Oxygen, with Saxon, everywhere.
>>
>> Now, if I change my /src/main/xsl/path/to/file.xsl file (inside
>> or outside Oxygen), and rebuild the jar, when I come back to my
>> MAIN.XSL, Oxygen displays an Error :
>>
>> I/O error reported by XML parser processing
>> jar:file:/Users/cmarchand/devel/foe.jar!/path/to/file.xsl: JAR entry
>> path/to/file.xsl not found in /Users/cmarchand/devel/foe.jar
>>
>> Of course, jar exists, is well formed, can be loaded by JVM, and
>> file.xsl also exists, is also well formed, and is also correctly run
>> by Saxon outside Oxygen.
>>
>> If I restart Oxygen, without changing foe.jar, everything works
>> correctly. Problem exists from Oxygen 15 to 20.1
>>
>> I think Matthieu Ricaud had previously reported this problem, but
>> maybe verbally, at XMLPrague ...
>>
>> Thanks in advance,
>> 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 lou at OX.AC.UK Thu Nov 15 14:09:30 2018
From: lou at OX.AC.UK (Lou Burnard)
Date: Thu, 15 Nov 2018 20:09:30 +0000
Subject: [oXygen-user] using math extension in oxygen
Message-ID:
I have a stylesheet which currently uses an exslt math function. Within
oXygen this works fine in a transformation scenario, provided I choose
the saxon9pe processor. Using saxon9ee however, it fails. Why is that?
And how would I go about running this transformation outside oXygen? I
need to run it many times, preferably from the command line.
From gerrit.imsieke at le-tex.de Thu Nov 15 15:02:07 2018
From: gerrit.imsieke at le-tex.de (Imsieke, Gerrit, le-tex)
Date: Thu, 15 Nov 2018 22:02:07 +0100
Subject: [oXygen-user] using math extension in oxygen
In-Reply-To:
References:
Message-ID: <1c472faa-ba8a-a967-20ec-7adceeee5144@le-tex.de>
Hi Lou,
While I don’t know why EXSLT math won’t work with EE in oXygen (it
should) when it still works with PE, I know that you can use XSLT 3
including the XPath 3.1 math functions with recent standalone Saxon HE
versions, available from
https://sourceforge.net/projects/saxon/files/Saxon-HE/9.8/.
They will run on the command line with no license required.
Porting EXSLT math to XPath 3.1 should be straightforward, it might be
as easy as changing xmlns:math="http://exslt.org/math" to
xmlns:math="http://www.w3.org/2005/xpath-functions/math" and
version="2.0" to version="3.0".
Gerrit
On 15.11.2018 21:09, Lou Burnard wrote:
> I have a stylesheet which currently uses an exslt math function. Within
> oXygen this works fine in a transformation scenario, provided I choose
> the saxon9pe processor. Using saxon9ee however, it fails. Why is that?
> And how would I go about running this transformation outside oXygen? I
> need to run it many times, preferably from the command line.
>
From jirka at kosek.cz Thu Nov 15 15:02:15 2018
From: jirka at kosek.cz (Jirka Kosek)
Date: Thu, 15 Nov 2018 22:02:15 +0100
Subject: [oXygen-user] using math extension in oxygen
In-Reply-To:
References:
Message-ID: <674db734-5709-3dc5-a487-747f0f513f30@kosek.cz>
On 15.11.2018 21:09, Lou Burnard wrote:
> I have a stylesheet which currently uses an exslt math function. Within
> oXygen this works fine in a transformation scenario, provided I choose
> the saxon9pe processor. Using saxon9ee however, it fails. Why is that?
> And how would I go about running this transformation outside oXygen? I
> need to run it many times, preferably from the command line.
I bet it fails with free Saxon-HE as this version doesn't support all
extensions.
What version of XSLT language you are using? If you are using 1.0 then
you can use good old Saxon 6.5.5. If you are using 2.0 you can upgrade
to 3.0 which provides math functions natively, without need to use EXSLT
extensions:
https://www.w3.org/TR/xpath-functions-31/#trigonometry
--
------------------------------------------------------------------
Jirka Kosek e-mail: jirka at kosek.cz http://xmlguru.cz
------------------------------------------------------------------
Professional XML and Web consulting and training services
DocBook/DITA customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
Bringing you XML Prague conference http://xmlprague.cz
------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL:
From lou at OX.AC.UK Thu Nov 15 15:13:12 2018
From: lou at OX.AC.UK (Lou Burnard)
Date: Thu, 15 Nov 2018 21:13:12 +0000
Subject: [oXygen-user] using math extension in oxygen
In-Reply-To: <674db734-5709-3dc5-a487-747f0f513f30@kosek.cz>
References:
<674db734-5709-3dc5-a487-747f0f513f30@kosek.cz>
Message-ID:
On 15/11/2018 21:02, Jirka Kosek wrote:
> On 15.11.2018 21:09, Lou Burnard wrote:
>> I have a stylesheet which currently uses an exslt math function. Within
>> oXygen this works fine in a transformation scenario, provided I choose
>> the saxon9pe processor. Using saxon9ee however, it fails. Why is that?
>> And how would I go about running this transformation outside oXygen? I
>> need to run it many times, preferably from the command line.
> I bet it fails with free Saxon-HE as this version doesn't support all
> extensions.
>
> What version of XSLT language you are using? If you are using 1.0 then
> you can use good old Saxon 6.5.5. If you are using 2.0 you can upgrade
> to 3.0 which provides math functions natively, without need to use EXSLT
> extensions:
>
> https://www.w3.org/TR/xpath-functions-31/#trigonometry
>
Thanks (also to Gerrit!) for quick and helpful responses -- actually I
only needed to get rid of a few xslt 2.0 specifics in my stylesheet, and
then it runs fine with xsltproc. Good to know that there is also the
option of doing without exslt extensions though.
From jirka at kosek.cz Mon Nov 19 10:03:35 2018
From: jirka at kosek.cz (Jirka Kosek)
Date: Mon, 19 Nov 2018 17:03:35 +0100
Subject: [oXygen-user] Customizing main menu in oXygen Web Author
Message-ID: <57e993ca-abaf-59bf-4c80-055152261691@kosek.cz>
Hi,
perhaps I've missed something in the documentation, but is it possible
to remove some items from the main menu in Web Author? I mean menu
accessible by three vertical dots with items "Save as...", "Download",
"Print", ...
Many thanks in advance,
Jirka
--
------------------------------------------------------------------
Jirka Kosek e-mail: jirka at kosek.cz http://xmlguru.cz
------------------------------------------------------------------
Professional XML and Web consulting and training services
DocBook/DITA customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
Bringing you XML Prague conference http://xmlprague.cz
------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL:
From bernhard.kleine at gmx.net Tue Nov 20 08:45:15 2018
From: bernhard.kleine at gmx.net (Bernhard Kleine)
Date: Tue, 20 Nov 2018 15:45:15 +0100
Subject: [oXygen-user] Error with enumeration while working in Author mode
Message-ID:
The following section number should be 1.1 and not 0.1.
(oxygen xml editor 20.1 2018101517)
Kind 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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fecoihfdcipmfdnc.png
Type: image/png
Size: 11812 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL:
From bobs at sagehill.net Tue Nov 20 10:56:30 2018
From: bobs at sagehill.net (Bob Stayton)
Date: Tue, 20 Nov 2018 08:56:30 -0800
Subject: [oXygen-user] Error with enumeration while working in Author
mode
In-Reply-To:
References:
Message-ID: <4ffa0a90-71d7-f500-9978-08d6bda4986b@sagehill.net>
This should work. I presume you are testing with a customization of the
DocBook stylesheet. Try testing with the stock DocBook stylesheet and
compare the results.
Bob Stayton
Sagehill Enterprises
bobs at sagehill.net
On 11/20/2018 6:45 AM, Bernhard Kleine wrote:
>
> The following section number should be 1.1 and not 0.1.
>
> (oxygen xml editor 20.1 2018101517)
>
> Kind 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fecoihfdcipmfdnc.png
Type: image/png
Size: 11812 bytes
Desc: not available
URL:
From bobs at sagehill.net Tue Nov 20 11:43:49 2018
From: bobs at sagehill.net (Bob Stayton)
Date: Tue, 20 Nov 2018 09:43:49 -0800
Subject: [oXygen-user] Error with enumeration while working in Author
mode
In-Reply-To: <4ffa0a90-71d7-f500-9978-08d6bda4986b@sagehill.net>
References:
<4ffa0a90-71d7-f500-9978-08d6bda4986b@sagehill.net>
Message-ID:
Sorry, I thought this was the PDF output. But you are talking about the
display in Author mode. That would be a CSS counter somewhere.
Bob Stayton
Sagehill Enterprises
bobs at sagehill.net
On 11/20/2018 8:56 AM, Bob Stayton wrote:
>
> This should work. I presume you are testing with a customization of
> the DocBook stylesheet. Try testing with the stock DocBook stylesheet
> and compare the results.
>
> Bob Stayton
> Sagehill Enterprises
> bobs at sagehill.net
> On 11/20/2018 6:45 AM, Bernhard Kleine wrote:
>>
>> The following section number should be 1.1 and not 0.1.
>>
>> (oxygen xml editor 20.1 2018101517)
>>
>> Kind 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
>
> _______________________________________________
> 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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fecoihfdcipmfdnc.png
Type: image/png
Size: 11812 bytes
Desc: not available
URL:
From support at oxygenxml.com Tue Nov 20 05:09:03 2018
From: support at oxygenxml.com (Cristi Talau)
Date: Tue, 20 Nov 2018 13:09:03 +0200
Subject: [oXygen-user] Customizing main menu in oXygen Web Author
In-Reply-To: <57e993ca-abaf-59bf-4c80-055152261691@kosek.cz>
References: <57e993ca-abaf-59bf-4c80-055152261691@kosek.cz>
Message-ID: <9fa34ad5-316a-f8fb-b089-c9630537d303@oxygenxml.com>
Hello,
You can remove any action that is registered on a toolbar or context
menu. You can find more details here [1].
Best,
Cristian
[1]
https://www.oxygenxml.com/maven/com/oxygenxml/oxygen-webapp/20.1.0.1/jsdoc/tutorial-removeaction.html
On 11/19/2018 6:03 PM, Jirka Kosek wrote:
> Hi,
>
> perhaps I've missed something in the documentation, but is it possible
> to remove some items from the main menu in Web Author? I mean menu
> accessible by three vertical dots with items "Save as...", "Download",
> "Print", ...
>
> Many thanks in advance,
>
> Jirka
>
>
> _______________________________________________
> 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 support at oxygenxml.com Wed Nov 21 00:55:09 2018
From: support at oxygenxml.com (Oxygen XML Editor Support (Radu Coravu))
Date: Wed, 21 Nov 2018 08:55:09 +0200
Subject: [oXygen-user] Error with enumeration while working in Author
mode
In-Reply-To:
References:
Message-ID: <2e92ff1c-b08b-9235-a8ac-10ed5191aeb3@oxygenxml.com>
Hi Bernhard,
As Bob said, it's a problem in the CSS used by Oxygen to edit the
Docbook 5 XML content.
Could you put together a small Docbook XML file exemplifying the problem
and email it to us (support at oxygenxml.com)?
Regards,
Radu
Radu Coravu
XML Editor
http://www.oxygenxml.com
On 11/20/2018 4:45 PM, Bernhard Kleine wrote:
> The following section number should be 1.1 and not 0.1.
>
> (oxygen xml editor 20.1 2018101517)
>
> Kind 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
>
From bernhard.kleine at gmx.net Wed Nov 21 01:35:28 2018
From: bernhard.kleine at gmx.net (Bernhard Kleine)
Date: Wed, 21 Nov 2018 08:35:28 +0100
Subject: [oXygen-user] Error with enumeration while working in Author
mode
In-Reply-To: <020ae7ab-8bf9-3ac6-e1d9-d0e2a0e555ce@oxygenxml.com>
References:
<2e92ff1c-b08b-9235-a8ac-10ed5191aeb3@oxygenxml.com>
<120d7d78-5df1-b9df-e998-daec4920157e@gmx.net>
<020ae7ab-8bf9-3ac6-e1d9-d0e2a0e555ce@oxygenxml.com>
Message-ID: <314d1e28-5340-e1f8-8122-55287c32d1b6@gmx.net>
Thanks, that works.
Bernhard
Am 21.11.2018 um 08:27 schrieb Oxygen XML Editor Support (Radu Coravu):
> Hi Bernhard,
>
> Thanks for the sample, we'll fix this on our side.
> If you want a quick fix, open the CSS file
> "OXYGEN_INSTALL_DIR\frameworks\docbook\css\elements.css" and replace
> this CSS selector "book {" with ":root {"
>
> Regards,
> Radu
>
> Radu Coravu
> XML Editor
> http://www.oxygenxml.com
>
> On 11/21/2018 9:08 AM, Bernhard Kleine wrote:
>> This document shows like the image.
>>
>> Regards
>>
>> Bernhard
>>
>>
>> > schematypens="http://relaxng.org/ns/structure/1.0"?>
>> > type="application/xml"
>> schematypens="http://purl.oclc.org/dsdl/schematron"?>
>> > xmlns:xi="http://www.w3.org/2001/XInclude"
>> xmlns:ns5="http://www.w3.org/2000/svg"
>> xmlns:ns="http://docbook.org/ns/docbook"
>> xmlns:xlink="http://www.w3.org/1999/xlink"
>> version="5.1">
>> Nachtfalter
>> Allgemeine Bemerkungen zu Nachtfaltern
>> Die bis Herbst 2018 fotografierten Nachtfalter
>>
>> Zygaenidae - Widderchen
>> Widderchen oder Blutströpfchen, Kleine Schätze der
>> Natur
>> Widderchen (Zygaenidae) sind tagaktive Falter,
>>
>>
>> Meist vom Licht verborgen
>> Die Raupen der Wurzelbohrer leben im Innern von
>> Wurzel. Dabei ist ziemlich sicher,
>> die deutschen Namen nichts mit
>>
>>
>>
>> Hepialidae-Bilder
>>
>>
>>
>>
>>
>> Chapters are not proberly numbered, and the section ref to the chapter
>> is zero.
>>
>> Am 21.11.2018 um 07:55 schrieb Oxygen XML Editor Support (Radu Coravu):
>>> Hi Bernhard,
>>>
>>> As Bob said, it's a problem in the CSS used by Oxygen to edit the
>>> Docbook 5 XML content.
>>> Could you put together a small Docbook XML file exemplifying the
>>> problem and email it to us (support at oxygenxml.com)?
>>>
>>> Regards,
>>> Radu
>>>
>>> Radu Coravu
>>> XML Editor
>>> http://www.oxygenxml.com
>>>
>>> _______________________________________________
>>> 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
>>
--
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:
From bernhard.kleine at gmx.net Thu Nov 22 04:12:13 2018
From: bernhard.kleine at gmx.net (Bernhard Kleine)
Date: Thu, 22 Nov 2018 11:12:13 +0100
Subject: [oXygen-user] [solved] Fontchange in table titles?
In-Reply-To: <0edd4e80-6794-fe8d-f3df-19d7d3665128@sagehill.net>
References:
<368f76f8-acdc-8c0b-4f2c-59265f12d5a7@gmx.net>
<0edd4e80-6794-fe8d-f3df-19d7d3665128@sagehill.net>
Message-ID: <92bc9a9e-0367-ab27-79cb-b2d4dc6c1331@gmx.net>
I had in the customization the following lines:
>
>
>
>
>
the empty space in front of %t in both lines was ???. Obviously Alegreya
has no corresponding glyph for that so that FOP looked for a font which
had it. That was Times Roman. Thanks a lot for Luca Bellonda from the
FOP Mailing list for sorting this out. Changing the space for a no-break
space ( U+00A0) removed the offending font change.
A bit tricky and not obvious at all :(
Regards Bernhard
Am 05.11.2018 um 01:52 schrieb Bob Stayton:
>
> Hi Bernhard,
>
> This is indeed strange, as there is nothing in the markup to trigger a
> font change. I suspect a FOP bug. Can you send me the PDF off list?
>
> One other thing: I noticed that the FO you send has indented the
> nested elements. Did you do that in Oxygen before sending it, or does
> your customization layer have ? If the
> latter, I suggest that be changed to "no" because the indenting
> process introduces whitespace that can mess with an FO processor.
>
> Bob Stayton
> Sagehill Enterprises
> bobs at sagehill.net
> On 11/4/2018 1:38 PM, Bernhard Kleine wrote:
>>
>> Hi Bob,
>>
>> the fo-file is included. It is another table but the first to show
>> the error. I cannot see why the font change takes place. The
>> offendint "Tabelle Bläuling noch nicht fotografiert" is around line
>> number 700.
>>
>>> >> space-before.minimum="0.5em" space-before.optimum="1em"
>>> space-before.maximum="2em"
>>> space-after.minimum="0.5em" space-after.optimum="1em"
>>> space-after.maximum="2em"
>>> keep-together.within-column="auto" id="d0e101">
>>> >> space-before.minimum="0.8em" space-before.maximum="1.2em"
>>> font-weight="bold"
>>> font-size="13.2pt" hyphenate="false"
>>> space-after.minimum="0.4em" space-after.optimum="0.6em"
>>> space-after.maximum="0.8em"
>>> keep-with-next.within-column="always">
>>> Tabelle Bläuling noch nicht fotografiert.
>>>
>>> >> border-before-width.conditionality="retain"
>>> border-collapse="collapse" border-start-style="none"
>>> border-end-style="none"
>>> border-top-style="none"
>>> border-bottom-style="none" table-layout="fixed" width="100%">
>>> >> column-width="130pt"/>
>>> >> column-width="167pt"/>
>>> >> column-width="93pt"/>
>>> >> column-width="66.6pt"/>
>>> >> end-indent="0pt">
>> I am using FOP.
>>
>> kind regards
>>
>> Bernhard
>>
>>
>> Am 04.11.2018 um 20:28 schrieb Bob Stayton:
>>>
>>> Hi Bernhard,
>>>
>>> To help sort this out, create a copy of your transformation scenario
>>> but turn off the FO processor (uncheck the Perform FO Processing
>>> box) and save the fo file (in the Output tab, change Save as to
>>> ${cfn}.fo). Then examine the fo file in Oxygen at that point to see
>>> what the fo markup is. That will provide clues.
>>>
>>> Is your FO processor FOP?
>>>
>>> Bob Stayton
>>> Sagehill Enterprises
>>> bobs at sagehill.net
>>> On 11/4/2018 10:50 AM, Bernhard Kleine wrote:
>>>>
>>>>
>>>> Hi,
>>>>
>>>> I have changed body.font.family and the title.font.family and added
>>>> in Front of the fonts, oxygen offers, Alegreya. This font is
>>>> installed on the computer.
>>>>
>>>> The strange thing happening is that in table titles the first word
>>>> of the title is now not in Alegreya, maybe in Times Roman although
>>>> in cannot see anything in parameters where the table.title is
>>>> mentioned so that the first word is going into some other font. I
>>>> asked Thomas Schaitle already, but he has no idea what is going on.
>>>> Have you any idea what is going on? When necessary I can provide
>>>> the source code and the customizations.
>>>>
>>>> Feuerfalter- und
>>>> Bläulingsbilder >>> tocentry="1"> Bläulinge, Zipfel- und
>>>> Feuerfalter >>>
>>>>
>>>> Regards and greetings from the Black Forest
>>>>
>>>> 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
>>>
>>>
>>>
>>> _______________________________________________
>>> 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
>>
>>
>> _______________________________________________
>> 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 --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fpcnlpepaeifpfib.png
Type: image/png
Size: 4671 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL:
From joewiz at gmail.com Sun Nov 25 19:07:52 2018
From: joewiz at gmail.com (Joe Wicentowski)
Date: Sun, 25 Nov 2018 20:07:52 -0500
Subject: [oXygen-user] Tower integration with oXygen diff tools
Message-ID:
Hi all,
Users of oXygen and Tower, a GUI git client (https://git-tower.com), may
find this gist useful:
https://gist.github.com/joewiz/788e66a6f526b2b8d7c065aa69cdfbe2
It explains how to register oXygen XML Editor's Diff & Merge Tools with
Tower (on macOS), so that when you want to see the diff of a changeset or
resolve a conflict, oXygen's diff tools are opened. The gist also contains
a screenshot showing how Tower displays the oXygen-related preferences and
functionality.
Thanks to Octavian for the pointers to the relevant documentation.
Comments welcome.
Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From yves.barbion at gmail.com Tue Nov 27 06:58:12 2018
From: yves.barbion at gmail.com (Yves Barbion)
Date: Tue, 27 Nov 2018 13:58:12 +0100
Subject: [oXygen-user] Customizing responsive webhelp: adding an imagemap to
the tiles
Message-ID:
Hi oXygen users
I'm generating responsive webhelp from DITA content and I'd like to add an
imagemap to the tiles. I have already found this topic, which describes how
to add an image, but can something like this also be done with an imagemap
so when the user clicks the image itself, he or she will jump to a specific
URL?
https://www.oxygenxml.com/doc/versions/19.1/ug-editor/topics/whr-configure-tiles.html#whr-configure-tiles__how_to_add_an_image_to_the_tiles
Thanks
Yves
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From jirka at kosek.cz Tue Nov 27 09:02:28 2018
From: jirka at kosek.cz (Jirka Kosek)
Date: Tue, 27 Nov 2018 16:02:28 +0100
Subject: [oXygen-user] Customizing main menu in oXygen Web Author
In-Reply-To: <9fa34ad5-316a-f8fb-b089-c9630537d303@oxygenxml.com>
References: <57e993ca-abaf-59bf-4c80-055152261691@kosek.cz>
<9fa34ad5-316a-f8fb-b089-c9630537d303@oxygenxml.com>
Message-ID:
On 20.11.2018 12:09, Cristi Talau wrote:
> You can remove any action that is registered on a toolbar or context
> menu. You can find more details here [1].
Hi,
this indeed works, many thanks. For some reason I got impression that
this method can be used only for toolbars not for the top menu. Perhaps
terminology issue ;-)
Jirka
>
> Best,
> Cristian
>
> [1]
> https://www.oxygenxml.com/maven/com/oxygenxml/oxygen-webapp/20.1.0.1/jsdoc/tutorial-removeaction.html
>
>
> On 11/19/2018 6:03 PM, Jirka Kosek wrote:
>> Hi,
>>
>> perhaps I've missed something in the documentation, but is it possible
>> to remove some items from the main menu in Web Author? I mean menu
>> accessible by three vertical dots with items "Save as...", "Download",
>> "Print", ...
>>
>> Many thanks in advance,
>>
>> Jirka
>>
>>
>> _______________________________________________
>> 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
>
--
------------------------------------------------------------------
Jirka Kosek e-mail: jirka at kosek.cz http://xmlguru.cz
------------------------------------------------------------------
Professional XML and Web consulting and training services
DocBook/DITA customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
Bringing you XML Prague conference http://xmlprague.cz
------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
URL: