> Just a quick note to say that collective.xdv 1.0rc5 is now released. > > Get the KGS here: > > http://good-py.appspot.com/release/collective.xdv/1.0rc5
Thanks Martin for this release, new features and documentation are great, but... I fall into trouble with upgrade from rc4. I'm using http://good-py.appspot.com/release/collective.xdv/1.0 KGS which has been changed. Why not, but there should be http://good-py.appspot.com/release/collective.xdv/1.0rc4 Is there any change to get 1.0rc4 KGS published on good-py ? About upgrade problems - it seems rules does something strange with my content. Eg. I'm loading part of page by $.load(url) and this load is partially processed by XDV, even it should not be (it loads just bunch of <li>...</li> but current c.xdv returns full page including head, logo, footer etc. This is my first test only so I may be wrong with this. Anyway, 1.0rc4 KGS will help. Is there any chance problems may be caused by custom versions.cfg ? zope.* packages in my custom versions.cfg are: zope.component = 3.5.1 zope.copy = 3.5.0 zope.i18nmessageid = 3.5.1 zope.intid = 3.7.2 zope.keyreference = 3.6.2 zope.lifecycleevent = 3.5.2 zope.location = 3.5.4 zope.proxy = 3.5.0 zope.site = 3.5.1 zope.testing=3.8.1 Another problem is raised on zope console, but I've no idea where to look for line 441, column 20. 2010-04-23 08:37:15 ERROR plone.transformchain Unexpected error whilst trying to apply transform chain Traceback (most recent call last): File "/Users/naro/.buildout/eggs/plone.transformchain-1.0b1-py2.4.egg/plone/transformchain/transformer.py", line 42, in __call__ newResult = handler.transformIterable(result, encoding) File "/Users/naro/.buildout/eggs/collective.xdv-1.0rc5-py2.4.egg/collective/xdv/transform.py", line 296, in transformIterable transform = self.setupTransform() File "/Users/naro/.buildout/eggs/collective.xdv-1.0rc5-py2.4.egg/collective/xdv/transform.py", line 254, in setupTransform rules_parser=rules_parser, File "/Users/naro/.buildout/eggs/xdv-0.3a3-py2.4.egg/xdv/compiler.py", line 119, in compile_theme rules_doc = etree.parse(rules, parser=rules_parser) File "lxml.etree.pyx", line 2706, in lxml.etree.parse (src/lxml/lxml.etree.c:49958) File "parser.pxi", line 1500, in lxml.etree._parseDocument (src/lxml/lxml.etree.c:71797) File "parser.pxi", line 1529, in lxml.etree._parseDocumentFromURL (src/lxml/lxml.etree.c:72080) File "parser.pxi", line 1429, in lxml.etree._parseDocFromFile (src/lxml/lxml.etree.c:71175) File "parser.pxi", line 975, in lxml.etree._BaseParser._parseDocFromFile (src/lxml/lxml.etree.c:68173) File "parser.pxi", line 539, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:64257) File "parser.pxi", line 625, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:65178) File "parser.pxi", line 565, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:64521) XMLSyntaxError: Attribute class redefined, line 441, column 20 Thanks, Radim _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
