[z3-checkins] r33439 - z3/deliverance/branches/packaged/deliverance/test-data/nycsr

ianb at codespeak.net ianb at codespeak.net
Thu Oct 19 03:13:49 CEST 2006


Author: ianb
Date: Thu Oct 19 03:13:38 2006
New Revision: 33439

Added:
   z3/deliverance/branches/packaged/deliverance/test-data/nycsr/nycsr-live.xml
      - copied, changed from r33437, z3/deliverance/branches/packaged/deliverance/test-data/nycsr/nycsr.xml
Log:
Added another version of the nycsr rules that works for me right now against the live site

Copied: z3/deliverance/branches/packaged/deliverance/test-data/nycsr/nycsr-live.xml (from r33437, z3/deliverance/branches/packaged/deliverance/test-data/nycsr/nycsr.xml)
==============================================================================
--- z3/deliverance/branches/packaged/deliverance/test-data/nycsr/nycsr.xml	(original)
+++ z3/deliverance/branches/packaged/deliverance/test-data/nycsr/nycsr-live.xml	Thu Oct 19 03:13:38 2006
@@ -3,5 +3,14 @@
 <rules xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.plone.org/deliverance" >
   <xi:include href="standardrules.xml" />
 
-  <copy theme="//div[@id='container']" content="//*[@id='portal-columns']" />
+  <!-- This rule isn't working for me; the div that contains
+       everything on nycsr.org seems to have an id of 'body'
+       not 'container'...?  -- ianb  -->
+
+  <!-- <copy theme="//div[@id='container']"
+        content="//*[@id='portal-columns']" /> -->
+
+  <copy theme="//div[@id='body']"
+        content="//*[@id='portal-columns']" />
+
 </rules>


More information about the z3-checkins mailing list