You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by "Gregor J. Rothfuss" <gr...@apache.org> on 2005/05/16 19:11:49 UTC

Re: svn commit: r170391 - in /lenya/docu/src/documentation/content/xdocs: 1_4/concepts/authoring_live.xml 1_4/concepts/publication.xml site.xml

tschlabach@apache.org wrote:

>      <concepts href="concepts/" label="Concepts"> 	 
> +      <wysiwyg href="publication.html" label="Publication" />
> +      <wysiwyg href="authoring_live.html" label="Authoring and Live mode" />
>        <wysiwyg href="wysiwyg.html" label="WYSIWYG" />
>      </concepts>

minor nit: please pick unique element names for new nodes, otherwise 
site:newnode linking won't work.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r170391 - in /lenya/docu/src/documentation/content/xdocs: 1_4/concepts/authoring_live.xml 1_4/concepts/publication.xml site.xml

Posted by Thorsten Scherler <th...@apache.org>.
On Mon, 2005-05-16 at 13:11 -0400, Gregor J. Rothfuss wrote:
> tschlabach@apache.org wrote:
> 
> >      <concepts href="concepts/" label="Concepts"> 	 
> > +      <wysiwyg href="publication.html" label="Publication" />
> > +      <wysiwyg href="authoring_live.html" label="Authoring and Live mode" />
> >        <wysiwyg href="wysiwyg.html" label="WYSIWYG" />
> >      </concepts>
> 
> minor nit: please pick unique element names for new nodes, otherwise 
> site:newnode linking won't work.
> 
> ----------------

Yeah, you only can use the same node names within different nodes, like:

<test>
 <bla/>
</test>
<test2>
 <bla/>
</test2>

Then you can use site:test/bla and site:test2/bla. 

HTH

salu2
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org