On 11/20/2018 1:59 AM, Hussein Shafie wrote:
On 11/19/2018 07:13 PM, Andy Black wrote:
...
I will examine ways to try and deal with our CSS challenge. So I'll
know, was a main part of the problem with the label(xpath()) items the
time it takes to process the xpath statements and that every time such
an element was rendered, it had to process the xpath command again?
Please consider replacing label(xpath, ...)
http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/label.html
by just xpath(...):
http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/xpath.html
I have worked on making this change. There are, however, a number of
cases where we have label(xpath, ...) where it ends with some /key/,
/value/ items. I tried changing these to use text(xpath(...), /key/,
/value/) and while it did indeed show correctly, it took a *much* longer
time to load than using label(xpath, ...) did. Because of this, I've
left these as label(xpath,...) for now.
Is there a reason why text(xpath(...), /key/, /value/) takes so much
longer to load than label(xpath,...) does? (I'd be happy to get you a
different document that is much shorter than the one I originally sent,
if you'd find that helpful.)
Anyway, after some extensive testing, we have decided to keep our once
experimental "label() manager" implementation in XXE v8.3.
OK, thanks. That is good news.
--Andy
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support