Can anyone see a problem with using namespaces to differentiate the different
languages that a piece of content may be in?

For example:  
    I have attributes:  Title, Description, Body
    So, within a given node I may have:
        tnc-en-us:Title
        tnc-en-us:Description
        tnc-en-us:Body
        tnc-esp:Title
        tnc-esp:Description
        tnc-esp-Body
        tnc-fr:Title
        tnc-fr:Description
        tnc-fr:Body
        etc, etc, etc

Or would it be preferable to model it by node structure:
     ..../lang/en-us/
                  Title
                  Description
                  Body
     ..../lang/esp/
                  Title
                  Description
                  Body
     ....etc, etc, etc
or

     ..../lang-en-us/
                  Title
                  Description
                  Body
     ..../lang-esp/
                  Title
                  Description
                  Body
     ....etc, etc, etc
-- 
View this message in context: 
http://www.nabble.com/content-modelling-tp14619895p14619895.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to