https://bz.apache.org/bugzilla/show_bug.cgi?id=61875
--- Comment #7 from Matthew Broadhead <[email protected]> --- i stepped through ForEachTagTest.java line 140 if (tag.doStartTag() == IterationTag.EVAL_BODY_INCLUDE) { seems to take a long time line 142 result = dot.evaluate(tag.getCurrent()); takes virtually no time but the iterations seem to add up to a lot of time in total i don't really understand the ins and outs but it seems like every element has been split up and stored separately instead of being stored as an xml structure. so the xml search tools don't work very well it is like loading a separate document for each search. is there any way to access the low level dtm stuff through the javax.xml.*? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
