[Yanel-commits] rev 37108 - public/yanel/trunk/src/contributions/resources/pdf/yanel-htdocs/doc

michi at wyona.com michi at wyona.com
Sun Jun 15 11:46:34 CEST 2008


Author: michi
Date: 2008-06-15 11:46:34 +0200 (Sun, 15 Jun 2008)
New Revision: 37108

Modified:
   public/yanel/trunk/src/contributions/resources/pdf/yanel-htdocs/doc/index.html
Log:
docu improved

Modified: public/yanel/trunk/src/contributions/resources/pdf/yanel-htdocs/doc/index.html
===================================================================
--- public/yanel/trunk/src/contributions/resources/pdf/yanel-htdocs/doc/index.html	2008-06-15 09:41:26 UTC (rev 37107)
+++ public/yanel/trunk/src/contributions/resources/pdf/yanel-htdocs/doc/index.html	2008-06-15 09:46:34 UTC (rev 37108)
@@ -54,9 +54,22 @@
     <yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
       <yanel:rti name="pdf" namespace="http://www.wyona.org/yanel/resource/1.0"/>
 
-      <yanel:property name="yanel-path" value="yanelrepo:REPOID:/sample.xml"/>
+      <yanel:property name="yanel-path-matcher" value="/*.pdf"/>
+      <yanel:property name="yanel-path" value="yanelrepo:REPOID:/{1}.xml"/>
     </yanel:resource-config>
 </pre>
+
+    <p>Custom XSLT</p>
+<pre>
+    &lt;yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0"&gt;
+      &lt;yanel:rti name="pdf" namespace="http://www.wyona.org/yanel/resource/1.0"/&gt;
+
+      &lt;yanel:property name="yanel-path-matcher" value="/*.pdf"/&gt;
+      &lt;yanel:property name="yanel-path" value="yanelrepo:REPOID:/{1}.xml"/&gt;
+
+      &lt;yanel:property name="xslt" value="/my-xml2fo.xsl"/&gt;
+    &lt;/yanel:resource-config&gt;
+</pre>
     
   </body>
 </html>



More information about the Yanel-commits mailing list