Rules in kontakt 4

Ok so I have watcand the the tutorials several times and still have had no luck getting notion to recognize kontakt 4 or kontakt 3 can someone shed some light on my mistake I'm sure its simple but I must be missing something.
<plugin id="1315531572"> <!-- Enter PluginID here or use <midi-out id="X"> where X = A,B,C or D for MIDI out port rules-->
<setup>
<velocity-map id="xxxx" /> <!-- choose dynamic map by id -->
<hairpin-map id="xxxx" />
<hairpin-cc value="11" />
<!-- uncomment to set return CC value for hairpins. Useful when both velocity and CC control volume as well as timbre -->
<!-- <hairpin-anchor value="75" /> -->
</setup>
<!-- Example Rules. Feel free to edit, copy and paste to create rules to suit your needs -->
</rule>
<rule name="staccatto">
<!-- Tests -->
<if articulation = "staccato"/>
<channel-change channel = "10"/>
</rule>
</rule>
<rule name="slur">
<!-- Tests -->
<if condition="under-slur" />
<if not-condition="slide-down" />
<if not-condition="slide-up" />
<!-- Instructions -->
<channel-change channel = "8"/>
</rule>
<rule name = ”legato tremolo example”>
<!-- Tests -->
<if technique = “trem”/>
<!-- Instructions -->
<channel-change channel = "7"/>
</rule>
</rule>
<rule name = ”pizzaccato example”>
<if technique = "pizz" />
<!-- Instructions -->
<channel-change channel = "4"/>
</rule>
</Kontakt >
</rule-set>
<plugin id="1315531572"> <!-- Enter PluginID here or use <midi-out id="X"> where X = A,B,C or D for MIDI out port rules-->
<setup>
<velocity-map id="xxxx" /> <!-- choose dynamic map by id -->
<hairpin-map id="xxxx" />
<hairpin-cc value="11" />
<!-- uncomment to set return CC value for hairpins. Useful when both velocity and CC control volume as well as timbre -->
<!-- <hairpin-anchor value="75" /> -->
</setup>
<!-- Example Rules. Feel free to edit, copy and paste to create rules to suit your needs -->
</rule>
<rule name="staccatto">
<!-- Tests -->
<if articulation = "staccato"/>
<channel-change channel = "10"/>
</rule>
</rule>
<rule name="slur">
<!-- Tests -->
<if condition="under-slur" />
<if not-condition="slide-down" />
<if not-condition="slide-up" />
<!-- Instructions -->
<channel-change channel = "8"/>
</rule>
<rule name = ”legato tremolo example”>
<!-- Tests -->
<if technique = “trem”/>
<!-- Instructions -->
<channel-change channel = "7"/>
</rule>
</rule>
<rule name = ”pizzaccato example”>
<if technique = "pizz" />
<!-- Instructions -->
<channel-change channel = "4"/>
</rule>
</Kontakt >
</rule-set>