From 10cb0d335c99b1159953e14f5af0ccc091d74dd2 Mon Sep 17 00:00:00 2001 From: "john.xlm" Date: Mon, 1 Jun 2026 18:55:48 -0400 Subject: [PATCH 1/2] Improve email formatting in README Formatted email address for better visibility. --- README => README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename README => README.md (93%) diff --git a/README b/README.md similarity index 93% rename from README rename to README.md index a8fe6e0..d280c9b 100644 --- a/README +++ b/README.md @@ -1,4 +1,5 @@ To use the Report Generator: + 1. If the files are in a .zip archive, unzip it to your computer. 2. Open file Rule606ReportGenerator.html in a browser. 3. If you see a message @@ -23,9 +24,11 @@ it is most likely due to network or other security restrictions. Please contact your IT department for assistance but do not attempt to circumvent their security measures without permission. -Suggestions directed to StructuredData@sec.gov regarding layout and content of -the report are welcome. +Suggestions directed to `StructuredData@sec.gov` regarding layout and content of +the report are welcome. + --- + Created by staff of the U.S. Securities and Exchange Commission. Data and content created by government employees within the scope of their employment are not subject to domestic copyright protection. 17 U.S.C. 105. From ba961c3e77ac1d14e7ef96a549e48f594977e506 Mon Sep 17 00:00:00 2001 From: John Wooten Date: Tue, 30 Jun 2026 10:24:59 -0400 Subject: [PATCH 2/2] Format code snippets in README for clarity --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d280c9b..436f174 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ To use the Report Generator: 1. If the files are in a .zip archive, unzip it to your computer. -2. Open file Rule606ReportGenerator.html in a browser. +2. Open file `Rule606ReportGenerator.html` in a browser. 3. If you see a message "The browser mode you are running is not compatible with this application." Then please follow the suggestions in the rest of the message. @@ -9,15 +9,15 @@ To use the Report Generator: 5. Browse to file oh-20191231.xsd in the "samples" folder and select it. 6. Click on the button "Browse to the XML File..." 7. Choose any one of the sample files, such as one of these three: - 606a1_held_order_public_report.xml - 606b1_held_exempt_not_held_customer_routing.xml - 606b3_not_held_customer_handling.xml -6. After a few moments, your browser should produce one or more pdf files and + - `606a1_held_order_public_report.xml` + - `606b1_held_exempt_not_held_customer_routing.xml` + - `606b3_not_held_customer_handling.xml` +8. After a few moments, your browser should produce one or more pdf files and offer to save or open them. 606b1 reports are limited to 500 rows each. -7. Other sample .xml files vary the amount of data and period covered, to - illustrate the effect on the .pdf output. -8. Any sample files you create on your own can also be loaded; so long as you - have loaded the xsd file, it will report any syntax errors. +9. Other sample `.xml` files vary the amount of data and period covered, to + illustrate the effect on the `.pdf` output. +10. Any sample files you create on your own can also be loaded; so long as you + have loaded the `xsd` file, it will report any syntax errors. If the application does not work at all inside your corporate IT environment, it is most likely due to network or other security restrictions. Please