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

Why can't session get the username from the same place as qd does? It's really weird that it needs to be converted to ML and then back to a string.

Replies are listed 'Best First'.
Re^8: more bracket chaos
by simonodell (Acolyte) on Aug 30, 2007 at 18:15 UTC
    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>

      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.