Skip to content

Conversation

@supertick
Copy link
Collaborator

Generated set data when appened to would create mis matched tags
this fixes the xml created

String rpattern = "";
for (String w : splitPattern) {
if (w.startsWith("<SET>") || w.startsWith("<BOT") || w.startsWith("NAME=")) {
if (w.startsWith("<SET>") || w.startsWith("</SET>") || w.startsWith("<BOT") || w.startsWith("</BOT>") || w.startsWith("NAME=")) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we be case insensitive here? we made changes a while back to be insensitive to case for the xml tags...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm not positive, but its about "generating" xml - so its prolly important to pick a case and stick to it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

honestly, i didn't follow all the logic, just saw that end tag matching wasn't complete so 🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants