Fix XML special characters in operator properties

- Changed < to &lt;
- Changed > to &gt;

These need to be escaped in XML property values.
This commit is contained in:
Bill
2026-02-03 21:18:39 -07:00
parent 1b49ff317c
commit 66840fbfe7

View File

@@ -126,7 +126,7 @@
<node concept="2KtLg9" id="Phase1_B002" role="2Ks9SJ"> <node concept="2KtLg9" id="Phase1_B002" role="2Ks9SJ">
<node concept="2KtLhQ" id="Phase1_IF001" role="2KtLgA"> <node concept="2KtLhQ" id="Phase1_IF001" role="2KtLgA">
<node concept="2KtLkU" id="Phase1_E005" role="2KtLhR"> <node concept="2KtLkU" id="Phase1_E005" role="2KtLhR">
<property role="TrG5h" value=">" /> <property role="TrG5h" value="&gt;" />
<node concept="2KtLnB" id="Phase1_E006" role="2KtLkW"> <node concept="2KtLnB" id="Phase1_E006" role="2KtLkW">
<property role="TrG5h" value="num" /> <property role="TrG5h" value="num" />
</node> </node>
@@ -173,7 +173,7 @@
</node> </node>
<node concept="2KtLiZ" id="Phase1_W001" role="2KtLgA"> <node concept="2KtLiZ" id="Phase1_W001" role="2KtLgA">
<node concept="2KtLkU" id="Phase1_E011" role="2KtLjA"> <node concept="2KtLkU" id="Phase1_E011" role="2KtLjA">
<property role="TrG5h" value="<" /> <property role="TrG5h" value="&lt;" />
<node concept="2KtLoP" id="Phase1_E012" role="2KtLkW"> <node concept="2KtLoP" id="Phase1_E012" role="2KtLkW">
<property role="TrG5h" value="0" /> <property role="TrG5h" value="0" />
</node> </node>