Subsequent author substitute HELP

In order to paste what I created, I guess in order for you to see it, I just did a find and replace < with an *. I also had to replace part any links/urls that appeared since it wouldn’t let me submit more than one. So for those, I just did a find and replace anything that started with http:// and replaced it with ***. I also had to delete whatever was in the info-tag since I’m trying to figure out why it won’t let me paste the CSL code I made. Hopefully this posts.

WHAT I WROTE:
*?xml version=“1.0” encoding=“utf-8”?>
*style xmlns="***purl.org/net/xbiblio/csl" class=“in-text” version=“1.0” name-as-sort-order=“all” demote-non-dropping-particle=“never” default-locale=“en_US”>
*!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) -->
*macro name=“author”>
*group>
*choose>
*if type=“book” match=“any”>
*names variable=“author editor”>
*name and=“text” delimiter-precedes-last=“never” initialize-with=". " name-as-sort-order=“all”>
*name-part name=“family” text-case=“uppercase”/>
*name-part name=“given” text-case=“uppercase”/>
*/name>
*/names>
*/if>
*else>
*names variable=“author container-author original-author collection-editor”>
*name and=“text” initialize-with=". “>
*name-part name=“family” text-case=“uppercase”/>
*name-part name=“given” text-case=“uppercase”/>
*/name>
*/names>
*/else>
*/choose>
*/group>
*/macro>
*macro name=“author-short”>
*choose>
*if type=“book” match=“any”>
*names variable=“editor” suffix=” “>
*name form=“short” et-al-min=“3” et-al-use-first=“1”>
*name-part name=“family”/>
*/name>
*/names>
*/if>
*else>
*names variable=“author” suffix=” “>
*name form=“short” delimiter=”" and=“text” et-al-min=“3” et-al-use-first=“1” initialize-with=". " name-as-sort-order=“all”>
*name-part name=“family”/>
*/name>
*/names>
*/else>
*/choose>
*/macro>
*macro name=“Date-published-YYYY”>
*choose>
*if match=“any” variable=“issued”>
*date date-parts=“year” form=“text” variable=“issued”/>
*/if>
*/choose>
*/macro>
*macro name=“Book-title”>
*text variable=“title” font-style=“italic”/>
*/macro>
*macro name=“title-article-chapter”>
*text variable=“title”/>
*/macro>
*citation>
*sort>
*key macro=“author-short”/>
*key macro=“Date-published-YYYY”/>
*/sort>
*layout delimiter="; " prefix="(" suffix=")">
*text macro=“author-short”/>
*text macro=“Date-published-YYYY”/>
*/layout>
*/citation>
*bibliography name-as-sort-order=“all” subsequent-author-substitute="__________," hanging-indent=“true”>
*sort>
*key variable=“author”/>
*key macro=“Date-published-YYYY”/>
*key macro=“title-article-chapter”/>
*/sort>
*layout>
*group>
*choose>
*if type=“book” match=“any”>
*group suffix=".">
*text macro=“author”/>
*text macro=“Date-published-YYYY” prefix=", “/>
*text macro=“Book-title” prefix=”. " suffix=". “/>
*choose>
*if match=“any” variable=“publisher-place”>
*text variable=“publisher-place” suffix=”: “/>
*/if>
*/choose>
*text variable=“publisher”/>
*choose>
*if match=“any” variable=“page-first”>
*text variable=“page-first” prefix=”, " suffix=" pp “/>
*/if>
*/choose>
*/group>
*/if>
*else-if type=“chapter” match=“any”>
*group suffix=”.">
*text macro=“author”/>
*text macro=“Date-published-YYYY” prefix=", " suffix=". “/>
*text macro=“title-article-chapter”/>
*names variable=“editor” prefix=” In: “>
*name and=“text” initialize-with=”. " name-as-sort-order=“all”/>
*/names>
*text macro=“Book-title” prefix=" “/>
*text variable=“page” prefix=”, " suffix=". “/>
*choose>
*if match=“any” variable=“publisher-place”>
*text variable=“publisher-place” suffix=”: “/>
*/if>
*/choose>
*text variable=“publisher” font-style=“normal” suffix=”."/>
*/group>
*/else-if>
*else-if type=“thesis” match=“any”>
*group suffix=".">
*text macro=“author”/>
*text macro=“Date-published-YYYY” prefix=", “/>
*text macro=“title-article-chapter” quotes=“true” prefix=”. “/>
*text variable=“genre” prefix=”. Unpublished “/>
*text variable=“publisher” prefix=”, “/>
*choose>
*if match=“any” locator=“page” variable=“page page-first number-of-pages collection-number”>
*text variable=“page-first” prefix=”, " suffix=" pp"/>
*/if>
*/choose>
*/group>
*/else-if>
*else>
*group suffix=".">
*text macro=“author”/>
*text macro=“Date-published-YYYY” prefix=", “/>
*text macro=“title-article-chapter” prefix=”. “/>
*text variable=“container-title” font-style=“italic” prefix=”. “/>
*choose>
*if match=“any” variable=“volume”>
*text variable=“volume” prefix=”, “/>
*/if>
*/choose>
*choose>
*if match=“any” variable=“issue”>
*text variable=“issue” prefix=”(" suffix=")"/>
*/if>
*/choose>
*text variable=“page” prefix=": "/>
*/group>
*/else>
*/choose>
*/group>
*/layout>
*/bibliography>
*/style>