On Tue, 29 Aug 2023 09:26:34 -0500, Grant Taylor wrote:
>>     ...
>> <https://www.ibm.com/docs/en/zos/2.5.0?topic=parameters-character-sets>
>
>> &&amp;amp;   To identify a temporary data set name, for example,
>> &&amp;amp;TEMPDS, and, to identify an in-stream or sysout data set name,
>> for example, &&amp;amp;PAYOUT
>
>I would expect that to be "&amp;&amp;TEMPDS".
>
>Sadly, the way that IBM constructs their sight, using content
>dynamically loaded by JavaScript, makes it difficult to find the
>underlying HTML.
>
I used curl to fetch the page to which I'm replying and saw what
you expect.  The decoding command seems to be:
    content = content.replace(/&amp;/g,"&")

Whether IBM or L-Soft, the rendering bug has existed too long.
Could it be a bug in the Javascript engine itself?

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to