Torsten Schlabach wrote:
Doug,

 > So it seems that having the ability to create children documents of
 > Index might be required for some publications.

I had hit this issue before ... But how do you want the sitetree to look then?

Today the sitetree looks like this:

index
- page 1
- page 2
---- page 2.1
---- page 2.2
- page 3

This means, "page 1", "page 2" und "page 3" are children of "index".

No, they aren't. The sitetree looks like

  <node id="index">
    <label xml:lang="en">Home</label>
    <label xml:lang="de">Home</label>
  </node>

  <node id="tutorial">
    <label xml:lang="en">Tutorial</label>
    <label xml:lang="de">Tutorial</label>

    <node id="new_doctype">
      <label xml:lang="en">Create new doctype</label>
    </node>
  </node>

  <node id="concepts">
    <label xml:lang="en">Concepts (english only)</label>
  </node>

...

But the other case is for instance used in the cocooncenter pub:


http://www.cocooncenter.org/index.html
http://www.cocooncenter.org/index/contact.html
http://www.cocooncenter.org/index/contributing.html
...
http://www.cocooncenter.org/articles.html
http://www.cocooncenter.org/articles/transformer.html
...

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to