Re: [oXygen-user] High contrast accessiblity

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@us.ibm.com From: oxygen-user-request@oxygenxml.com To: oxygen-user@oxygenxml.com, Date: 01/21/2014 01:00 PM Subject: oXygen-user Digest, Vol 39, Issue 12 Sent by: oxygen-user-bounces@oxygenxml.com Send oXygen-user mailing list submissions to oxygen-user@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@oxygenxml.com You can reach the person managing the list at oxygen-user-owner@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@wendellpiez.com> Subject: [oXygen-user] Escaping markup, preserving contents in XProc To: "oxygen-user@oxygenxml.com" <oxygen-user@oxygenxml.com> Message-ID: <CAAO_-xycAT=_sZhdK-qgqPg0FweqbX0xPuE770LRZ=Q +56O2ow@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: •</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@le-tex.de> Subject: Re: [oXygen-user] Escaping markup, preserving contents in XProc To: oxygen-user@oxygenxml.com Message-ID: <52DDAA2E.1000002@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: •</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@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@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@wendellpiez.com> Subject: [oXygen-user] Fwd: Escaping markup, preserving contents in XProc To: "oxygen-user@oxygenxml.com" <oxygen-user@oxygenxml.com> Message-ID: <CAAO_-xxdxs6X-P0PqUaiimoRX+P +CyRe8E4R15D=5Rk5n8ACBA@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@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: •</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@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@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@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@us.ibm.com> Subject: [oXygen-user] High contrast accessiblity To: oxygen-user@oxygenxml.com Message-ID: <OF01CB622C.5D6C9FA8-ON85257C67.004E30D8-85257C67.004F0B70@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@us.ibm.com
participants (1)
-
Henry Gorbsky