in reply to Re^7: more bracket chaos
in thread more bracket chaos

the modules are designed to work as independantly of each other as possible, the session var could be told
<session add="foo"><qd>bar</qd></session> or <session add="foo"><case c="<qd>bar</qd>"> <refa>something</refa> <refb>something else</refb> </case></session> or <session <qd>ses_action</qd>="foo">some data</session> where ses_action is one of ; add ; del ; append etc
</code>

Replies are listed 'Best First'.
Re^9: more bracket chaos
by ikegami (Patriarch) on Aug 30, 2007 at 18:33 UTC

    Ok, I'll grant you that your model requires them. I'll stop here before I say something non-constructive.

      well thanks for having a look.