[Xsltforms-support] hiding/displaying groups
Brought to you by:
alain-couthures
From: Jens Ø. P. <oe...@gm...> - 2012-07-10 10:11:49
|
Hello, I have groups for hiding/displaying a set of buttons for inserting missing elements and attributes. They are at times monstrously long, such as, <xf:group class="show-hide" ref=".[not(@altRepGroup)] | .[not(@authority)] | .[not(@authorityURI)] | .[not(@displayLabel)] | .[not(@ID)] | .[not(@lang)] | .[not(@nameTitleGroup)] | .[not(mods:nonSort)] | .[not(mods:partName)] | .[not(mods:partNumber)] | .[not(@script)] | .[not(mods:subTitle)] | .[not(@supplied)] | .[not(mods:title)] | .[not(@transliteration)] | .[not(@type)] | .[not(@usage)] | .[not(@valueURI)] | .[not(@xml:lang)] | .[not(@xlink:href)]"> My problem is that this works with fine with xsltforms-1.0RC, but not with revisions 547-549 (the only revisions I have tested). This has nothing to do with the namespaced attributes. It has nothing to do with elements versus attributes. Length also does not have anything to do with it. By the way: what would be the version number of xsltforms-1.0RC (so I can test when the behaviour changed)? Best, Jens On Jul 4, 2012, at 9:54 PM, Alain Couthures wrote: > Hello, > > I have just fixed a big performance issue due to XML namespace being > used in XPath expression (for example, in @xml:lang). > > It was strongly slowing the transformation step (more than twelve > seconds in a rather simple test form!). > > BTW, the namespace:: axis is not yet supported by Mozilla XSLT engine... > > Thank you for your feedbacks! > > -Alain > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support |