The following should work: Main::Sub1,Main::Sub2,Main::Sub(n)
Am Samstag, 18. August 2012 00:34:49 UTC+2 schrieb Ben Israel: > > If there is one sub-tag, or a string of sut-tags, the system works nicely. > > Main::Sub1 > > Shows as: > Main > > - Sub1 > > > Main::Sub1::Sub2::Sub(n) > > Shows as: > Main > > - Sub1 > - Sub2 > - Subn > > > What I need doesn't seem to work, which is multiple elements at one sub > level: > > Main::Sub1,Sub2,Sub(n) > > Shows as: > Main > > - Sub1 > > Sub2 > Sub(n) > > Does not work as desired. The system will place all Sub elements after 1 > at the root tag level. Boooh. What I want is > > Main > > - Sub1 > - Sub2 > - Sub(n) > > > Couldn't figure out if there was some syntax to get this behavior. Please > advise. > > Ver. 2.01 > > -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/mnemosyne-proj-users/-/9xByhFhaSU0J. For more options, visit https://groups.google.com/groups/opt_out.
