[Yanel-commits] rev 43092 - public/yanel/trunk/src/realms/yanel-website

michi at wyona.com michi at wyona.com
Fri May 29 10:41:34 CEST 2009


Author: michi
Date: 2009-05-29 10:41:34 +0200 (Fri, 29 May 2009)
New Revision: 43092

Modified:
   public/yanel/trunk/src/realms/yanel-website/uuid2path.xml
Log:
examples added

Modified: public/yanel/trunk/src/realms/yanel-website/uuid2path.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/uuid2path.xml	2009-05-29 08:20:51 UTC (rev 43091)
+++ public/yanel/trunk/src/realms/yanel-website/uuid2path.xml	2009-05-29 08:41:34 UTC (rev 43092)
@@ -1,5 +1,13 @@
 <?xml version="1.0"?>
 
+<!--
+UUID 2 Path Example:
+   UUID:about/de.xhtml => ueber.html => UUID:deutsch => de/ueber.html => UUID:/ => /de/ueber.html
+
+Path 2 UUID Example:
+  /de/ueber.html => search for 'de' with parent-uuid="/" => UUID:deutsch => search for 'ueber.html' with parent-uuid="deutsch => UUID: about/de.xhtml
+-->
+
 <uuid2path>
   <node uuid="about/de.xhtml"        ><name parent-uuid="deutsch">ueber.html</name></node>
   <node uuid="about/en.xhtml"        ><name parent-uuid="english">about.html</name></node>



More information about the Yanel-commits mailing list