[oXygen-user] High contrast accessiblity

Henry Gorbsky gorbsky at us.ibm.com
Tue Jan 21 13:16:15 CST 2014


Hi Adrian,
I appreciate your quick response. I will work on configuring the editor in
the coming days to get the right color combinations, but at least now I
know how to do it. Thanks again for all your help!


*regards*
Hank D.  Gorbsky
Internet e-mail: gorbsky at us.ibm.com





From:	oxygen-user-request at oxygenxml.com
To:	oxygen-user at oxygenxml.com,
Date:	01/21/2014 01:00 PM
Subject:	oXygen-user Digest, Vol 39, Issue 12
Sent by:	oxygen-user-bounces at oxygenxml.com



Send oXygen-user mailing list submissions to
		 oxygen-user at oxygenxml.com

To subscribe or unsubscribe via the World Wide Web, visit
		 http://www.oxygenxml.com/mailman/listinfo/oxygen-user
or, via email, send a message with subject or body 'help' to
		 oxygen-user-request at oxygenxml.com

You can reach the person managing the list at
		 oxygen-user-owner at oxygenxml.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of oXygen-user digest..."


Today's Topics:

   1. Escaping markup, preserving contents in XProc (Wendell Piez)
   2. Re: Escaping markup, preserving contents in XProc
      (Imsieke, Gerrit, le-tex)
   3. Fwd:  Escaping markup, preserving contents in XProc (Wendell Piez)
   4. High contrast accessiblity (Henry Gorbsky)
   5. Re: High contrast accessiblity (Oxygen XML Editor Support)


----------------------------------------------------------------------

Message: 1
Date: Mon, 20 Jan 2014 15:25:36 -0500
From: Wendell Piez <wapiez at wendellpiez.com>
Subject: [oXygen-user] Escaping markup, preserving contents in XProc
To: "oxygen-user at oxygenxml.com" <oxygen-user at oxygenxml.com>
Message-ID:
		 <CAAO_-xycAT=_sZhdK-qgqPg0FweqbX0xPuE770LRZ=Q
+56O2ow at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Hi,

Don't ask why I'm doing this; I'd rather not say. :-)

Running this XProc:

<p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="1.0">

  <p:serialization port="result" method="text"/>

  <p:input port="source">
    <p:inline>
      <doc>Hello bullet: &#x2022;</doc>
    </p:inline>
  </p:input>

  <p:output port="result"/>

  <p:wrap name="wrap" match="/" wrapper="wrapper"/>

  <p:escape-markup name="escape-wrapped-contents"/>

</p:declare-step>

I am getting:

<doc>Hello bullet: ???</doc>

As you can imagine, I'd like to see an honest bullet (U-2022) in the
results.

By commenting out the 'escape-markup' step I can see my bullet makes
it through to that point.

I am using Calabash inside oXygen 15.2.

What am I doing wrong? Any hints?

Cheers, Wendell

Wendell Piez | http://www.wendellpiez.com
XML | XSLT | electronic publishing
Eat Your Vegetables
_____oo_________o_o___ooooo____ooooooo_^


------------------------------

Message: 2
Date: Mon, 20 Jan 2014 23:58:54 +0100
From: "Imsieke, Gerrit, le-tex" <gerrit.imsieke at le-tex.de>
Subject: Re: [oXygen-user] Escaping markup, preserving contents in
		 XProc
To: oxygen-user at oxygenxml.com
Message-ID: <52DDAA2E.1000002 at le-tex.de>
Content-Type: text/plain; charset=UTF-8; format=flowed

Hi Wendell,

this works for me both with p:escape-markup and without when I?m running
Calabash 1.0.13 and 1.0.16 standalone (Saxon 9.4). The version that?s
bundled with oXygen 15.1 seems to be 1.0.13. I don?t know what?s bundled
with oXygen 15.2. Wait ? did you say 15.2? With 15.1, I get the same
results as you, i.e., a mangled bullet for p:escape-markup. It seems as
if the assumed encoding for the results window is incorrect in oXygen.

Gerrit

On 20.01.2014 21:25, Wendell Piez wrote:
> Hi,
>
> Don't ask why I'm doing this; I'd rather not say. :-)
>
> Running this XProc:
>
> <p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="1.0">
>
>    <p:serialization port="result" method="text"/>
>
>    <p:input port="source">
>      <p:inline>
>        <doc>Hello bullet: &#x2022;</doc>
>      </p:inline>
>    </p:input>
>
>    <p:output port="result"/>
>
>    <p:wrap name="wrap" match="/" wrapper="wrapper"/>
>
>    <p:escape-markup name="escape-wrapped-contents"/>
>
> </p:declare-step>
>
> I am getting:
>
> <doc>Hello bullet: ???</doc>
>
> As you can imagine, I'd like to see an honest bullet (U-2022) in the
results.
>
> By commenting out the 'escape-markup' step I can see my bullet makes
> it through to that point.
>
> I am using Calabash inside oXygen 15.2.
>
> What am I doing wrong? Any hints?
>
> Cheers, Wendell
>
> Wendell Piez | http://www.wendellpiez.com
> XML | XSLT | electronic publishing
> Eat Your Vegetables
> _____oo_________o_o___ooooo____ooooooo_^
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at oxygenxml.com
> http://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: Gerrit Imsieke, Svea Jelonek,
Thomas Schmidt, Dr. Reinhard V?ckler


------------------------------

Message: 3
Date: Mon, 20 Jan 2014 21:53:03 -0500
From: Wendell Piez <wapiez at wendellpiez.com>
Subject: [oXygen-user] Fwd:  Escaping markup, preserving contents in
		 XProc
To: "oxygen-user at oxygenxml.com" <oxygen-user at oxygenxml.com>
Message-ID:
		 <CAAO_-xxdxs6X-P0PqUaiimoRX+P
+CyRe8E4R15D=5Rk5n8ACBA at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Gerrit, thanks, this is useful info.

It is oXygen v15.1. Sorry about that!

The error isn't just with the results pane, however; it's also in the
file written to disk.

Hm. :-)

Cheers, Wendell

Wendell Piez | http://www.wendellpiez.com
XML | XSLT | electronic publishing
Eat Your Vegetables
_____oo_________o_o___ooooo____ooooooo_^


On Mon, Jan 20, 2014 at 5:58 PM, Imsieke, Gerrit, le-tex
<gerrit.imsieke at le-tex.de> wrote:
> Hi Wendell,
>
> this works for me both with p:escape-markup and without when I?m running
> Calabash 1.0.13 and 1.0.16 standalone (Saxon 9.4). The version that?s
> bundled with oXygen 15.1 seems to be 1.0.13. I don?t know what?s bundled
> with oXygen 15.2. Wait ? did you say 15.2? With 15.1, I get the same
> results as you, i.e., a mangled bullet for p:escape-markup. It seems as
> if the assumed encoding for the results window is incorrect in oXygen.
>
> Gerrit
>
> On 20.01.2014 21:25, Wendell Piez wrote:
>> Hi,
>>
>> Don't ask why I'm doing this; I'd rather not say. :-)
>>
>> Running this XProc:
>>
>> <p:declare-step xmlns:p="http://www.w3.org/ns/xproc" version="1.0">
>>
>>    <p:serialization port="result" method="text"/>
>>
>>    <p:input port="source">
>>      <p:inline>
>>        <doc>Hello bullet: &#x2022;</doc>
>>      </p:inline>
>>    </p:input>
>>
>>    <p:output port="result"/>
>>
>>    <p:wrap name="wrap" match="/" wrapper="wrapper"/>
>>
>>    <p:escape-markup name="escape-wrapped-contents"/>
>>
>> </p:declare-step>
>>
>> I am getting:
>>
>> <doc>Hello bullet: ???</doc>
>>
>> As you can imagine, I'd like to see an honest bullet (U-2022) in the
results.
>>
>> By commenting out the 'escape-markup' step I can see my bullet makes
>> it through to that point.
>>
>> I am using Calabash inside oXygen 15.2.
>>
>> What am I doing wrong? Any hints?
>>
>> Cheers, Wendell
>>
>> Wendell Piez | http://www.wendellpiez.com
>> XML | XSLT | electronic publishing
>> Eat Your Vegetables
>> _____oo_________o_o___ooooo____ooooooo_^
>> _______________________________________________
>> oXygen-user mailing list
>> oXygen-user at oxygenxml.com
>> http://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: Gerrit Imsieke, Svea Jelonek,
> Thomas Schmidt, Dr. Reinhard V?ckler
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at oxygenxml.com
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user


------------------------------

Message: 4
Date: Tue, 21 Jan 2014 09:23:22 -0500
From: Henry Gorbsky <gorbsky at us.ibm.com>
Subject: [oXygen-user] High contrast accessiblity
To: oxygen-user at oxygenxml.com
Message-ID:

<OF01CB622C.5D6C9FA8-ON85257C67.004E30D8-85257C67.004F0B70 at us.ibm.com>
Content-Type: text/plain; charset="us-ascii"



Hello,
I have a question regarding the accessibility features of the editor. I am
a low vision user and require high contrast (white-on-black) setting. I am
on Windows 7 with the global high contrast mode setting activated. However,
when I load the Oxygen editor, the document edit window does not display
with high-contrast. The document window shows typical black font on white
background, which is not accessible. I've gone into settings to try to
change background/font colors, hoping to achieve a high contrast effect to
no avail.  Any thoughts on why this is occurring and suggestions on how to
remedy? Thanks.


*regards*
Hank D.  Gorbsky
Internet e-mail: gorbsky at us.ibm.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20140121/79525d37/attachment-0001.html


------------------------------

Message: 5
Date: Tue, 21 Jan 2014 18:13:18 +0200
From: Oxygen XML Editor Support <support at oxygenxml.com>
Subject: Re: [oXygen-user] High contrast accessiblity
To: oxygen-user at oxygenxml.com
Message-ID: <52DE9C9E.5070507 at oxygenxml.com>
Content-Type: text/plain; charset="iso-8859-1"

Hello,

Unfortunately Oxygen does not fully support high contrast themes
out-of-the-box. The user interface colors (menus and views) are adjusted
accordingly, but the editor colors are fixed, independent on the color
theme.
However, you should be able to achieve good results, by tweaking a few
options:

1. The white background for Text mode can be changed in Options >
Preferences, Editor > Edit modes > Text, 'Editor background color'. You
will most likely want to change all the other colors from that option
page ('Editor caret color', 'Highlight current line', etc).

2. You will also have to change the color of individual tokens (syntax
highlight) for XML and other content types in Options > Preferences,
Editor > Colors. Select each token (Text, Comment, etc) from the XML
subsection and pick an appropriate color.

Let us know if you need additional assistance.

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



On 21.01.2014 16:23, Henry Gorbsky wrote:
>
> Hello,
> I have a question regarding the accessibility features of the editor.
> I am a low vision user and require high contrast (white-on-black)
> setting. I am on Windows 7 with the global high contrast mode setting
> activated. However, when I load the Oxygen editor, the document edit
> window does not display with high-contrast. The document window shows
> typical black font on white background, which is not accessible. I've
> gone into settings to try to change background/font colors, hoping to
> achieve a high contrast effect to no avail.  Any thoughts on why this
> is occurring and suggestions on how to remedy? Thanks.
>
>
> *regards*
> Hank D.  Gorbsky
> Internet e-mail: gorbsky at us.ibm.com
>
>
>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at oxygenxml.com
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20140121/43472a93/attachment-0001.html


------------------------------

_______________________________________________
oXygen-user mailing list
oXygen-user at oxygenxml.com
http://www.oxygenxml.com/mailman/listinfo/oxygen-user


End of oXygen-user Digest, Vol 39, Issue 12
*******************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20140121/0b61652b/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
Url : http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20140121/0b61652b/attachment.gif 


More information about the oXygen-user mailing list