Closed pgmmpk closed 5 years ago
@typiconman please review. Escaping <
and >
are very safe. Re-naming attribute 2Stars
->TwoStars
is less so, but it seems that no code is using it anyways.
In any case, XML attribute can not start with a digit - these files will be rejected by most XML parses, unless fixed somehow.
For an example, see Ponomar/languages/xml/Services/Kathisma1.xml
Yes, it's fine. Sorry, I didn't get around to it this morning.
<
and>
in manyCmd
attributes (automatically, with regex)2Stars
by replacing withTwoStars
inServices/Kathisma*
(again, with regex)