Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change 
notification.

The following page has been changed by AndreasHartmann:
http://wiki.apache.org/lenya/JcrContentModel

------------------------------------------------------------------------------
   * A. Shared parent node
    * Influences content hierarchy (and maybe URL structure)
   * B. No shared parent node: relations between translations have to be 
maintained (or is this optional?)
-   * A.1. via multi-value reference property at each translation
+   * B.1. via multi-value reference property at each translation
-   * A.2. via language-independent node
+   * B.2. via language-independent node
    * In either case, translations are not self-contained anymore 
  
+ Examples:
+ 
+ {{{
+ /de
+   /willkommen
+     /jcr:uuid = 1
+     /lenya:language = "de"
+ /en
+   /welcome
+     /jcr:uuid = 2
+     /lenya:language = "en"
+ }}}
+ 
+ {{{
+ /welcome_de
+   /jcr:uuid = 1
+   /lenya:language = "de"
+ /welcome_en
+   /jcr:uuid = 2
+   /lenya:language = "en"
+ }}}
+ 

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

Reply via email to