Re: [xml] Unexpected Nodeset Limit for XPath

2021-12-03 Thread Eberhard
roups/286143052248115 -Original Message- From: xml On Behalf Of Nick Sent: Wednesday, December 1, 2021 9:53 PM To: xml@gnome.org Subject: [xml] Unexpected Nodeset Limit for XPath I have a large XML file, but a fairly basic and flat layout. Depending on the number of elements, I'm hitting

[xml] Unexpected Nodeset Limit for XPath

2021-12-01 Thread Nick
I have a large XML file, but a fairly basic and flat layout. Depending on the number of elements, I'm hitting a nodeset limit. I'm surprised to hit the nodeset limit because it seems like the xpath can ignore (ie. not store) all of the "Term" elements--which are causing the error. If I reduc