Hi,
How can I get the node returned by a rewrite rule? I want to be able to use
to this node in the @after section by writing something like this:
rule:
@after {
// use the node B here
}
: A -> B;
Thank you,
Ion Ionascu
www.ionionascu.eu