Alexandre Poitras <alexandre.poitras <at> gmail.com> writes:
>
> Hello,
>
> I am facing some problems with the file sitetree.xml. I am trying to
> put a directory name in the id attribute of a node but it doesn't seem
> to work. My file is like this,
>
> <node id="metho">
> <label xml:lang="fr">MÃ(c)thodologie</label>
> <node id="/parcours/P1000">
> <label xml:lang="fr">Parcours gÃ(c)nÃ(c)ral de dÃ(c)veloppement</label>
> </node>
>
> So there is one page call "metho.html" and the other one are
> "metho/parcours/Pxxx.html". Notice that there is no
> "metho/parcours.html". Basically, I am just using this directory for
> classifying purposes. But when I try to acces the document
> "metho/parcours/Pxxx.html", I get an error that the document doesn't
> exist. My question is : "Is there something wrong in my syntax or do
> I need to customize pipeline (I know where but I am just trying to not
> touch the pipelines implementations as long as possible)? "
>
Actually, it seems to be the way it´s done at the
lenya website http://lenya.apache.org.
it's
http://lenya.apache.org/1_2_x/tutorial/index.html
and there's no
http://lenya.apache.org/1_2_x/tutorial.html
But hen using the lenya administration, in contrast,
every node is a document itself, having document childrens.
A guess you only need to create this parcours document
and then as a children.
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@lenya.apache.org
For additional commands, e-mail: user-help@lenya.apache.org
|