I'm using trac 0.11.6 (genshi 0.5.1). >From a wiki page, I've done a query for a report. In my site.html file I am doing a py:match to try to adjust the table before it displays to the user.
I found that I can match at the highest level, <body>, and sequentially down in levels div id="main", div id="content", div class="wikipage searchable", but when I try to go the the next level below that, for example div xmlns="http://www.w3.org/1999/xhtml", or any of its siblings, the match will fail without any noticeable error. I presume this is some sort of permissions problem. However, I did not see anything in the documentation that covered it. I have several reasons for wanting to do this, primarily so that I can colorize rows within the report based on the data coming back from the query. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
