-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlighted text in XML samples #7
Comments
Changes made only for v1.2, could also be used for 1.1: GUI Layout: removed "(Key identifiers have been highlighted.)" as there is a description below the sample saying "Notice how the Parameter/@name attributes match with the Control/@parameterRef attributes." Flow Control Rules: changed text as follows: FROM: (Note how the highlighted Control/@id attribute matches the highlighted Edit/@field attribute and how the highlighted enumID attribute matches the highlighted value attribute) TO: (Note how the Control/@id attribute "c_AlphaMode" matches the Edit/@field attribute "c_AlphaMode" and how the enumID attribute "e_Custom" matches the value attribute "e_Custom") |
I see the change in the GUI Layout text, but do not see the change in the Flow Control Rules text. Could be my document is older than what it shoudl be. |
@gmala : You only have a v1.1 doc and would need to generate v1.2 from within this repository (with Pandoc and the script FIXatdl.sh). Is it ok to make the changes described above for v1.1? I wanted to wait for your approval before making the change to flow control rules. |
I was able to go through the issues in Git. (Just goes to show how often I’ve been logging in).
Please make the changes if you can. I know these things can be rather tedious so thank you for your thorough review of the document.
…-Greg
From: Hanno Klein <notifications@github.com>
Sent: Monday, December 7, 2020 11:01 AM
To: FIXTradingCommunity/fixatdl-specification <fixatdl-specification@noreply.github.com>
Cc: Greg Malatestinic <gmala@jandj.com>; Mention <mention@noreply.github.com>
Subject: Re: [FIXTradingCommunity/fixatdl-specification] Highlighted text in XML samples (#7)
@gmala<https://github.com/gmala> : You only have a v1.1 doc and would need to generate v1.2 from within this repository (with Pandoc and the script FIXatdl.sh). Is it ok to make the changes described above for v1.1? I wanted to wait for your approval before making the change to flow control rules.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#7 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFAXRQSQMV64PHOZ7KFAG3LSTT3Z5ANCNFSM4UDOGV2A>.
|
Also applied to v1.1 |
Section 3.4 (GUI Layout) and 3.5 (Flow Control Rules) highlight key identifiers in the XML samples. This is not possible with markdown and would require a manual editing step everytime the spec is generated by Pandoc. Such highlighting should be avoided in general and replaced with descriptive text or other means.
This change applies to v1.1 and v1.2.
The text was updated successfully, but these errors were encountered: