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

------------------------------------------------------------------------------
  Issues:
  
   * References can only point to a particular translation
-  * A. Common parent node
+  * A. Common parent node or artificial node
    * Influences content hierarchy (and maybe URL structure)
+   * Obtain all translations of an artificial common node using 
{{{Node.getReferences()}}}
   * B. No common parent node: relations between translations have to be 
maintained (or is this optional?)
    * B.1. via multi-value reference property at each translation
    * B.2. via language-independent node
@@ -185, +186 @@

  Shared UUID, artificial shared node
  
  {{{
- /welcome_de
+ /de
+   /willkommen
-   /lenya:sharedDocumentNode = 1
+     /lenya:sharedDocumentNode = 1
-   /lenya:language = "de"
+     /lenya:language = "de"
+ /en
- /welcome_en
+   /welcome
-   /lenya:sharedDocumentNode = 1
+     /lenya:sharedDocumentNode = 1
-   /lenya:language = "en"
+     /lenya:language = "en"
  /lenya:sharedDocumentNodes
    /welcome
      /jcr:uuid = 1

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

Reply via email to