handling hierarchical sectioning

7 views
Skip to first unread message

HansBKK

unread,
Dec 15, 2011, 8:55:52 PM12/15/11
to leo-e...@googlegroups.com
I'm using @shadow, but should also apply to @thin
I would prefer to use method 2 ("cascading rollup"?) below, but I'm getting the feeling method 1 ("flat rollup"?) is more robust from the POV of data security. I'm hoping this is only because I've been playing around with bad multi-source cloning practices in the past.

Yes there is a question in there. . .

8-)

Method 1:

header: @ <file> a.xyz
  body:
    blah-blah-top
      <<section 1>>
    blah-blah-top
    <<section 2>>
    blah-blah-top

header: <<section 1>>
  body:
    blah-blah-1
    <<section 1a>>
    blah-blah-1
    <<section 1b>>
    blah-blah-1

--------------------

Method 2:

header: @ <file> a.xyz
  body:
    blah-blah-top
      blah-blah-1
      <<section 1a>>
      blah-blah-1
      <<section 1b>>
      blah-blah-1
    blah-blah-top
    <<section 2>>
    blah-blah-top

Edward K. Ream

unread,
Dec 16, 2011, 9:13:11 AM12/16/11
to leo-e...@googlegroups.com
On Thu, Dec 15, 2011 at 8:55 PM, HansBKK <han...@gmail.com> wrote:

> Yes there is a question in there. . .

Not sure what your question is, but please note that sections must be
defined in some descendant of the node containing the reference.
That's the one and only constraint.

EKR

HansBKK

unread,
Dec 16, 2011, 6:26:30 PM12/16/11
to leo-e...@googlegroups.com
To clarify, my question was

"Is it possible that my use of method B contributed to my data loss problems?"

and you have answered with a "no".
Reply all
Reply to author
Forward
0 new messages