mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
parent
85057e5131
commit
a509694c17
22
pattern.c
22
pattern.c
@ -2039,22 +2039,12 @@ xmlStreamPushInternal(xmlStreamCtxtPtr stream,
|
||||
#endif /* if 0 ------------------------------------------------------- */
|
||||
if (match) {
|
||||
final = step.flags & XML_STREAM_STEP_FINAL;
|
||||
if (desc) {
|
||||
if (final) {
|
||||
ret = 1;
|
||||
} else {
|
||||
/* descending match create a new state */
|
||||
xmlStreamCtxtAddState(stream, stepNr + 1,
|
||||
stream->level + 1);
|
||||
}
|
||||
} else {
|
||||
if (final) {
|
||||
ret = 1;
|
||||
} else {
|
||||
xmlStreamCtxtAddState(stream, stepNr + 1,
|
||||
stream->level + 1);
|
||||
}
|
||||
}
|
||||
if (final) {
|
||||
ret = 1;
|
||||
} else {
|
||||
xmlStreamCtxtAddState(stream, stepNr + 1,
|
||||
stream->level + 1);
|
||||
}
|
||||
if ((ret != 1) && (step.flags & XML_STREAM_STEP_IN_SET)) {
|
||||
/*
|
||||
* Check if we have a special case like "foo/bar//.", where
|
||||
|
Loading…
x
Reference in New Issue
Block a user