Heiko Wundram
2013-07-24 09:28:32 UTC
Hey!
Another problem I'm currently facing is the following:
<py:match path="a/b">
<test />
</py:match>
<py:match path="a/c">
<test2 />
</py:match>
<py:match path="a">
<test3>
${select('*|text()')}
</test3>
</py:match>
applied to
<a>
<c />
<b />
<b />
</a>
produces
<test3>
<test2 />
<b />
<b />
</test3>
It seems as through Genshi forgets the context after the first replacement,
so that the additional matches are no longer applied (i.e., the path "a/b"
isn't found). I have no (simple) means of replacing the contained "b"s to
be matchable on their own (which fixes the problem), due to the fact that
the name is also in use in other contexts.
Thanks for any hint!
--- Heiko Wundram.
Another problem I'm currently facing is the following:
<py:match path="a/b">
<test />
</py:match>
<py:match path="a/c">
<test2 />
</py:match>
<py:match path="a">
<test3>
${select('*|text()')}
</test3>
</py:match>
applied to
<a>
<c />
<b />
<b />
</a>
produces
<test3>
<test2 />
<b />
<b />
</test3>
It seems as through Genshi forgets the context after the first replacement,
so that the additional matches are no longer applied (i.e., the path "a/b"
isn't found). I have no (simple) means of replacing the contained "b"s to
be matchable on their own (which fixes the problem), due to the fact that
the name is also in use in other contexts.
Thanks for any hint!
--- Heiko Wundram.
--
You received this message because you are subscribed to the Google Groups "Genshi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genshi+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/genshi.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Genshi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genshi+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at http://groups.google.com/group/genshi.
For more options, visit https://groups.google.com/groups/opt_out.