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/TagLibDraft

------------------------------------------------------------------------------
  === Meta Data ===
  
  {{{xmlns:meta="http://apache.org/lenya/metadata/1.0"}}}
- 
+ ----
+ Example:
  {{{
+ <title>
- <meta:firstvalue
+   <meta:firstvalue
-   namespace="http://purl.org/dc/elements/1.1/";
+     namespace="http://purl.org/dc/elements/1.1/";
-   element="title"
+     element="title"
-   document="lenya-document:..."/>
+     document="lenya-document:..."/>
+ </title>
  }}}
- 
+ Result:
+ {{{
+ <title>Hello World!</title>
+ }}}
+ ----
+ Example:
  {{{
  <meta:values
    namespace="http://purl.org/dc/elements/1.1/";
    element="title"
    document="lenya-document:..."/>
  }}}
+ Result:
+ {{{
+ <meta:values
+   namespace="http://purl.org/dc/elements/1.1/";
+   element="title"
+   document="lenya-document:..."/>
+   <meta:value>value1</meta:value>
+   <meta:value>value2</meta:value>
+   ...
+ </meta:values>
+ }}}
+ ----
  

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

Reply via email to