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)? " --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]