<html><body>
<p><font size="2" face="sans-serif">Hi Adrian,</font><br>
<font size="2" face="sans-serif">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! &nbsp;</font><br>
<font size="2" face="sans-serif"><br>
<br>
*regards*<br>
Hank D. &nbsp;Gorbsky<br>
Internet e-mail: gorbsky@us.ibm.com<br>
<br>
</font><br>
<br>
<img width="16" height="16" src="cid:1__=0ABBF6F4DFFBEB0A8f9e8a93df938@us.ibm.com" border="0" alt="Inactive hide details for oxygen-user-request---01/21/2014 01:00:11 PM---Send oXygen-user mailing list submissions to  oxygen-u"><font size="2" face="sans-serif">oxygen-user-request---01/21/2014 01:00:11 PM---Send oXygen-user mailing list submissions to &nbsp;oxygen-user@oxygenxml.com</font><br>
<br>
<font size="1" face="sans-serif">From:        </font><font size="1" face="sans-serif">oxygen-user-request@oxygenxml.com</font><br>
<font size="1" face="sans-serif">To:        </font><font size="1" face="sans-serif">oxygen-user@oxygenxml.com, </font><br>
<font size="1" face="sans-serif">Date:        </font><font size="1" face="sans-serif">01/21/2014 01:00 PM</font><br>
<font size="1" face="sans-serif">Subject:        </font><font size="1" face="sans-serif">oXygen-user Digest, Vol 39, Issue 12</font><br>
<font size="1" face="sans-serif">Sent by:        </font><font size="1" face="sans-serif">oxygen-user-bounces@oxygenxml.com</font><br>
<hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br>
<br>
<br>
<tt><font size="2">Send oXygen-user mailing list submissions to<br>
                 oxygen-user@oxygenxml.com<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
                 </font></tt><tt><font size="2"><a href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user">http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a></font></tt><tt><font size="2"><br>
or, via email, send a message with subject or body 'help' to<br>
                 oxygen-user-request@oxygenxml.com<br>
<br>
You can reach the person managing the list at<br>
                 oxygen-user-owner@oxygenxml.com<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of oXygen-user digest...&quot;<br>
<br>
<br>
Today's Topics:<br>
<br>
 &nbsp; 1. Escaping markup, preserving contents in XProc (Wendell Piez)<br>
 &nbsp; 2. Re: Escaping markup, preserving contents in XProc<br>
 &nbsp; &nbsp; &nbsp;(Imsieke, Gerrit, le-tex)<br>
 &nbsp; 3. Fwd: &nbsp;Escaping markup, preserving contents in XProc (Wendell Piez)<br>
 &nbsp; 4. High contrast accessiblity (Henry Gorbsky)<br>
 &nbsp; 5. Re: High contrast accessiblity (Oxygen XML Editor Support)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 20 Jan 2014 15:25:36 -0500<br>
From: Wendell Piez &lt;wapiez@wendellpiez.com&gt;<br>
Subject: [oXygen-user] Escaping markup, preserving contents in XProc<br>
To: &quot;oxygen-user@oxygenxml.com&quot; &lt;oxygen-user@oxygenxml.com&gt;<br>
Message-ID:<br>
                 &lt;CAAO_-xycAT=_sZhdK-qgqPg0FweqbX0xPuE770LRZ=Q+56O2ow@mail.gmail.com&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Hi,<br>
<br>
Don't ask why I'm doing this; I'd rather not say. :-)<br>
<br>
Running this XProc:<br>
<br>
&lt;p:declare-step xmlns:p=&quot;</font></tt><tt><font size="2"><a href="http://www.w3.org/ns/xproc">http://www.w3.org/ns/xproc</a></font></tt><tt><font size="2">&quot; version=&quot;1.0&quot;&gt;<br>
<br>
 &nbsp;&lt;p:serialization port=&quot;result&quot; method=&quot;text&quot;/&gt;<br>
<br>
 &nbsp;&lt;p:input port=&quot;source&quot;&gt;<br>
 &nbsp; &nbsp;&lt;p:inline&gt;<br>
 &nbsp; &nbsp; &nbsp;&lt;doc&gt;Hello bullet: &amp;#x2022;&lt;/doc&gt;<br>
 &nbsp; &nbsp;&lt;/p:inline&gt;<br>
 &nbsp;&lt;/p:input&gt;<br>
<br>
 &nbsp;&lt;p:output port=&quot;result&quot;/&gt;<br>
<br>
 &nbsp;&lt;p:wrap name=&quot;wrap&quot; match=&quot;/&quot; wrapper=&quot;wrapper&quot;/&gt;<br>
<br>
 &nbsp;&lt;p:escape-markup name=&quot;escape-wrapped-contents&quot;/&gt;<br>
<br>
&lt;/p:declare-step&gt;<br>
<br>
I am getting:<br>
<br>
&lt;doc&gt;Hello bullet: ???&lt;/doc&gt;<br>
<br>
As you can imagine, I'd like to see an honest bullet (U-2022) in the results.<br>
<br>
By commenting out the 'escape-markup' step I can see my bullet makes<br>
it through to that point.<br>
<br>
I am using Calabash inside oXygen 15.2.<br>
<br>
What am I doing wrong? Any hints?<br>
<br>
Cheers, Wendell<br>
<br>
Wendell Piez | </font></tt><tt><font size="2"><a href="http://www.wendellpiez.com">http://www.wendellpiez.com</a></font></tt><tt><font size="2"><br>
XML | XSLT | electronic publishing<br>
Eat Your Vegetables<br>
_____oo_________o_o___ooooo____ooooooo_^<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 20 Jan 2014 23:58:54 +0100<br>
From: &quot;Imsieke, Gerrit, le-tex&quot; &lt;gerrit.imsieke@le-tex.de&gt;<br>
Subject: Re: [oXygen-user] Escaping markup, preserving contents in<br>
                 XProc<br>
To: oxygen-user@oxygenxml.com<br>
Message-ID: &lt;52DDAA2E.1000002@le-tex.de&gt;<br>
Content-Type: text/plain; charset=UTF-8; format=flowed<br>
<br>
Hi Wendell,<br>
<br>
this works for me both with p:escape-markup and without when I?m running <br>
Calabash 1.0.13 and 1.0.16 standalone (Saxon 9.4). The version that?s <br>
bundled with oXygen 15.1 seems to be 1.0.13. I don?t know what?s bundled <br>
with oXygen 15.2. Wait ? did you say 15.2? With 15.1, I get the same <br>
results as you, i.e., a mangled bullet for p:escape-markup. It seems as <br>
if the assumed encoding for the results window is incorrect in oXygen.<br>
<br>
Gerrit<br>
<br>
On 20.01.2014 21:25, Wendell Piez wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; Don't ask why I'm doing this; I'd rather not say. :-)<br>
&gt;<br>
&gt; Running this XProc:<br>
&gt;<br>
&gt; &lt;p:declare-step xmlns:p=&quot;</font></tt><tt><font size="2"><a href="http://www.w3.org/ns/xproc">http://www.w3.org/ns/xproc</a></font></tt><tt><font size="2">&quot; version=&quot;1.0&quot;&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp;&lt;p:serialization port=&quot;result&quot; method=&quot;text&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp;&lt;p:input port=&quot;source&quot;&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&lt;p:inline&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;doc&gt;Hello bullet: &amp;#x2022;&lt;/doc&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;&lt;/p:inline&gt;<br>
&gt; &nbsp; &nbsp;&lt;/p:input&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp;&lt;p:output port=&quot;result&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp;&lt;p:wrap name=&quot;wrap&quot; match=&quot;/&quot; wrapper=&quot;wrapper&quot;/&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp;&lt;p:escape-markup name=&quot;escape-wrapped-contents&quot;/&gt;<br>
&gt;<br>
&gt; &lt;/p:declare-step&gt;<br>
&gt;<br>
&gt; I am getting:<br>
&gt;<br>
&gt; &lt;doc&gt;Hello bullet: ???&lt;/doc&gt;<br>
&gt;<br>
&gt; As you can imagine, I'd like to see an honest bullet (U-2022) in the results.<br>
&gt;<br>
&gt; By commenting out the 'escape-markup' step I can see my bullet makes<br>
&gt; it through to that point.<br>
&gt;<br>
&gt; I am using Calabash inside oXygen 15.2.<br>
&gt;<br>
&gt; What am I doing wrong? Any hints?<br>
&gt;<br>
&gt; Cheers, Wendell<br>
&gt;<br>
&gt; Wendell Piez | </font></tt><tt><font size="2"><a href="http://www.wendellpiez.com">http://www.wendellpiez.com</a></font></tt><tt><font size="2"><br>
&gt; XML | XSLT | electronic publishing<br>
&gt; Eat Your Vegetables<br>
&gt; _____oo_________o_o___ooooo____ooooooo_^<br>
&gt; _______________________________________________<br>
&gt; oXygen-user mailing list<br>
&gt; oXygen-user@oxygenxml.com<br>
&gt; </font></tt><tt><font size="2"><a href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user">http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a></font></tt><tt><font size="2"><br>
&gt;<br>
<br>
-- <br>
Gerrit Imsieke<br>
Gesch?ftsf?hrer / Managing Director<br>
le-tex publishing services GmbH<br>
Weissenfelser Str. 84, 04229 Leipzig, Germany<br>
Phone +49 341 355356 110, Fax +49 341 355356 510<br>
gerrit.imsieke@le-tex.de, </font></tt><tt><font size="2"><a href="http://www.le-tex.de">http://www.le-tex.de</a></font></tt><tt><font size="2"><br>
<br>
Registergericht / Commercial Register: Amtsgericht Leipzig<br>
Registernummer / Registration Number: HRB 24930<br>
<br>
Gesch?ftsf?hrer: Gerrit Imsieke, Svea Jelonek,<br>
Thomas Schmidt, Dr. Reinhard V?ckler<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 20 Jan 2014 21:53:03 -0500<br>
From: Wendell Piez &lt;wapiez@wendellpiez.com&gt;<br>
Subject: [oXygen-user] Fwd: &nbsp;Escaping markup, preserving contents in<br>
                 XProc<br>
To: &quot;oxygen-user@oxygenxml.com&quot; &lt;oxygen-user@oxygenxml.com&gt;<br>
Message-ID:<br>
                 &lt;CAAO_-xxdxs6X-P0PqUaiimoRX+P+CyRe8E4R15D=5Rk5n8ACBA@mail.gmail.com&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Gerrit, thanks, this is useful info.<br>
<br>
It is oXygen v15.1. Sorry about that!<br>
<br>
The error isn't just with the results pane, however; it's also in the<br>
file written to disk.<br>
<br>
Hm. :-)<br>
<br>
Cheers, Wendell<br>
<br>
Wendell Piez | </font></tt><tt><font size="2"><a href="http://www.wendellpiez.com">http://www.wendellpiez.com</a></font></tt><tt><font size="2"><br>
XML | XSLT | electronic publishing<br>
Eat Your Vegetables<br>
_____oo_________o_o___ooooo____ooooooo_^<br>
<br>
<br>
On Mon, Jan 20, 2014 at 5:58 PM, Imsieke, Gerrit, le-tex<br>
&lt;gerrit.imsieke@le-tex.de&gt; wrote:<br>
&gt; Hi Wendell,<br>
&gt;<br>
&gt; this works for me both with p:escape-markup and without when I?m running<br>
&gt; Calabash 1.0.13 and 1.0.16 standalone (Saxon 9.4). The version that?s<br>
&gt; bundled with oXygen 15.1 seems to be 1.0.13. I don?t know what?s bundled<br>
&gt; with oXygen 15.2. Wait ? did you say 15.2? With 15.1, I get the same<br>
&gt; results as you, i.e., a mangled bullet for p:escape-markup. It seems as<br>
&gt; if the assumed encoding for the results window is incorrect in oXygen.<br>
&gt;<br>
&gt; Gerrit<br>
&gt;<br>
&gt; On 20.01.2014 21:25, Wendell Piez wrote:<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; Don't ask why I'm doing this; I'd rather not say. :-)<br>
&gt;&gt;<br>
&gt;&gt; Running this XProc:<br>
&gt;&gt;<br>
&gt;&gt; &lt;p:declare-step xmlns:p=&quot;</font></tt><tt><font size="2"><a href="http://www.w3.org/ns/xproc">http://www.w3.org/ns/xproc</a></font></tt><tt><font size="2">&quot; version=&quot;1.0&quot;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;p:serialization port=&quot;result&quot; method=&quot;text&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;p:input port=&quot;source&quot;&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&lt;p:inline&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;&lt;doc&gt;Hello bullet: &amp;#x2022;&lt;/doc&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp;&lt;/p:inline&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;/p:input&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;p:output port=&quot;result&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;p:wrap name=&quot;wrap&quot; match=&quot;/&quot; wrapper=&quot;wrapper&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; &nbsp; &nbsp;&lt;p:escape-markup name=&quot;escape-wrapped-contents&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt; &lt;/p:declare-step&gt;<br>
&gt;&gt;<br>
&gt;&gt; I am getting:<br>
&gt;&gt;<br>
&gt;&gt; &lt;doc&gt;Hello bullet: ???&lt;/doc&gt;<br>
&gt;&gt;<br>
&gt;&gt; As you can imagine, I'd like to see an honest bullet (U-2022) in the results.<br>
&gt;&gt;<br>
&gt;&gt; By commenting out the 'escape-markup' step I can see my bullet makes<br>
&gt;&gt; it through to that point.<br>
&gt;&gt;<br>
&gt;&gt; I am using Calabash inside oXygen 15.2.<br>
&gt;&gt;<br>
&gt;&gt; What am I doing wrong? Any hints?<br>
&gt;&gt;<br>
&gt;&gt; Cheers, Wendell<br>
&gt;&gt;<br>
&gt;&gt; Wendell Piez | </font></tt><tt><font size="2"><a href="http://www.wendellpiez.com">http://www.wendellpiez.com</a></font></tt><tt><font size="2"><br>
&gt;&gt; XML | XSLT | electronic publishing<br>
&gt;&gt; Eat Your Vegetables<br>
&gt;&gt; _____oo_________o_o___ooooo____ooooooo_^<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; oXygen-user mailing list<br>
&gt;&gt; oXygen-user@oxygenxml.com<br>
&gt;&gt; </font></tt><tt><font size="2"><a href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user">http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a></font></tt><tt><font size="2"><br>
&gt;&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Gerrit Imsieke<br>
&gt; Gesch?ftsf?hrer / Managing Director<br>
&gt; le-tex publishing services GmbH<br>
&gt; Weissenfelser Str. 84, 04229 Leipzig, Germany<br>
&gt; Phone +49 341 355356 110, Fax +49 341 355356 510<br>
&gt; gerrit.imsieke@le-tex.de, </font></tt><tt><font size="2"><a href="http://www.le-tex.de">http://www.le-tex.de</a></font></tt><tt><font size="2"><br>
&gt;<br>
&gt; Registergericht / Commercial Register: Amtsgericht Leipzig<br>
&gt; Registernummer / Registration Number: HRB 24930<br>
&gt;<br>
&gt; Gesch?ftsf?hrer: Gerrit Imsieke, Svea Jelonek,<br>
&gt; Thomas Schmidt, Dr. Reinhard V?ckler<br>
&gt; _______________________________________________<br>
&gt; oXygen-user mailing list<br>
&gt; oXygen-user@oxygenxml.com<br>
&gt; </font></tt><tt><font size="2"><a href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user">http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a></font></tt><tt><font size="2"><br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Tue, 21 Jan 2014 09:23:22 -0500<br>
From: Henry Gorbsky &lt;gorbsky@us.ibm.com&gt;<br>
Subject: [oXygen-user] High contrast accessiblity<br>
To: oxygen-user@oxygenxml.com<br>
Message-ID:<br>
                 &lt;OF01CB622C.5D6C9FA8-ON85257C67.004E30D8-85257C67.004F0B70@us.ibm.com&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
<br>
<br>
Hello,<br>
I have a question regarding the accessibility features of the editor. I am<br>
a low vision user and require high contrast (white-on-black) setting. I am<br>
on Windows 7 with the global high contrast mode setting activated. However,<br>
when I load the Oxygen editor, the document edit window does not display<br>
with high-contrast. The document window shows typical black font on white<br>
background, which is not accessible. I've gone into settings to try to<br>
change background/font colors, hoping to achieve a high contrast effect to<br>
no avail. &nbsp;Any thoughts on why this is occurring and suggestions on how to<br>
remedy? Thanks.<br>
<br>
<br>
*regards*<br>
Hank D. &nbsp;Gorbsky<br>
Internet e-mail: gorbsky@us.ibm.com<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: </font></tt><tt><font size="2"><a href="http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20140121/79525d37/attachment-0001.html">http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20140121/79525d37/attachment-0001.html</a></font></tt><tt><font size="2">&nbsp;<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Tue, 21 Jan 2014 18:13:18 +0200<br>
From: Oxygen XML Editor Support &lt;support@oxygenxml.com&gt;<br>
Subject: Re: [oXygen-user] High contrast accessiblity<br>
To: oxygen-user@oxygenxml.com<br>
Message-ID: &lt;52DE9C9E.5070507@oxygenxml.com&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hello,<br>
<br>
Unfortunately Oxygen does not fully support high contrast themes <br>
out-of-the-box. The user interface colors (menus and views) are adjusted <br>
accordingly, but the editor colors are fixed, independent on the color <br>
theme.<br>
However, you should be able to achieve good results, by tweaking a few <br>
options:<br>
<br>
1. The white background for Text mode can be changed in Options &gt; <br>
Preferences, Editor &gt; Edit modes &gt; Text, 'Editor background color'. You <br>
will most likely want to change all the other colors from that option <br>
page ('Editor caret color', 'Highlight current line', etc).<br>
<br>
2. You will also have to change the color of individual tokens (syntax <br>
highlight) for XML and other content types in Options &gt; Preferences, <br>
Editor &gt; Colors. Select each token (Text, Comment, etc) from the XML <br>
subsection and pick an appropriate color.<br>
<br>
Let us know if you need additional assistance.<br>
<br>
Regards,<br>
Adrian<br>
<br>
Adrian Buza<br>
oXygen XML Editor and Author Support<br>
<br>
Tel: +1-650-352-1250 ext.202<br>
Fax: +40-251-461482<br>
support@oxygenxml.com<br>
</font></tt><tt><font size="2"><a href="http://www.oxygenxml.com">http://www.oxygenxml.com</a></font></tt><tt><font size="2"><br>
<br>
<br>
<br>
On 21.01.2014 16:23, Henry Gorbsky wrote:<br>
&gt;<br>
&gt; Hello,<br>
&gt; I have a question regarding the accessibility features of the editor. <br>
&gt; I am a low vision user and require high contrast (white-on-black) <br>
&gt; setting. I am on Windows 7 with the global high contrast mode setting <br>
&gt; activated. However, when I load the Oxygen editor, the document edit <br>
&gt; window does not display with high-contrast. The document window shows <br>
&gt; typical black font on white background, which is not accessible. I've <br>
&gt; gone into settings to try to change background/font colors, hoping to <br>
&gt; achieve a high contrast effect to no avail. &nbsp;Any thoughts on why this <br>
&gt; is occurring and suggestions on how to remedy? Thanks.<br>
&gt;<br>
&gt;<br>
&gt; *regards*<br>
&gt; Hank D. &nbsp;Gorbsky<br>
&gt; Internet e-mail: gorbsky@us.ibm.com<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; oXygen-user mailing list<br>
&gt; oXygen-user@oxygenxml.com<br>
&gt; </font></tt><tt><font size="2"><a href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user">http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a></font></tt><tt><font size="2"><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: </font></tt><tt><font size="2"><a href="http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20140121/43472a93/attachment-0001.html">http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20140121/43472a93/attachment-0001.html</a></font></tt><tt><font size="2">&nbsp;<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
oXygen-user mailing list<br>
oXygen-user@oxygenxml.com<br>
</font></tt><tt><font size="2"><a href="http://www.oxygenxml.com/mailman/listinfo/oxygen-user">http://www.oxygenxml.com/mailman/listinfo/oxygen-user</a></font></tt><tt><font size="2"><br>
<br>
<br>
End of oXygen-user Digest, Vol 39, Issue 12<br>
*******************************************<br>
<br>
</font></tt><br>
</body></html>