Thank you for the fast response Joe, Ive seen the bug reports, its kind-of loopy as to what is actually going on. I traced down the token queue size and increased it to 5000 so that it works now. I was wondering though if there were perhaps a more efficient way of filtering out a limited set of attributes on a node. Using the template matching mechanism seems to have a large amount of overhead in terms of complexity. I'm guessing a call template and copy-of statement could still filter the attributes but without the global pattern match.
-----Original Message----- From: Joseph Kesselman/Watson/IBM [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 12:01 PM To: John Meyer Cc: [EMAIL PROTECTED] Subject: Re: template rule xpath error There is currently a limit on the maximum size of XPaths. Known issue; you'll find it if you search Bugzilla. Workaround: Consider recoding this as multiple templates, each matching a smaller number of cases. ______________________________________ Joe Kesselman / IBM Research
