We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159f612 commit 2000f4cCopy full SHA for 2000f4c
src/request_body_processor/xml.cc
@@ -86,7 +86,7 @@ class MSCSAXHandler {
86
}
87
88
if (xml_data->currpath.length() > 0) {
89
- // set an offset to store this is the first item or not -> remove the '.' or not
+ // set an offset to store whether this is the first item, in order to know whether to remove the '.'
90
int offset = (xml_data->nodes.size() > 1) ? 1 : 0;
91
xml_data->currpath.erase(xml_data->currpath.length() - (name.length()+offset));
92
0 commit comments