[Yanel-commits] rev 41852 - public/yanel/contributions/resources/xquery/examples

michi at wyona.com michi at wyona.com
Mon Mar 9 15:04:03 CET 2009


Author: michi
Date: 2009-03-09 15:04:03 +0100 (Mon, 09 Mar 2009)
New Revision: 41852

Modified:
   public/yanel/contributions/resources/xquery/examples/hypertext-link.xq
Log:
foo bar added

Modified: public/yanel/contributions/resources/xquery/examples/hypertext-link.xq
===================================================================
--- public/yanel/contributions/resources/xquery/examples/hypertext-link.xq	2009-03-09 13:56:06 UTC (rev 41851)
+++ public/yanel/contributions/resources/xquery/examples/hypertext-link.xq	2009-03-09 14:04:03 UTC (rev 41852)
@@ -12,4 +12,4 @@
 declare function local:hyperlink($href as xs:anyURI, $text as xs:string) as element(xhtml:a) {
    <xhtml:a href="{$href}">{$text}</xhtml:a> };
 
-local:hyperlink(xs:anyURI("index.html"), "contents") 
+local:hyperlink(xs:anyURI("/foo/bar.html"), "Foo Bar") 



More information about the Yanel-commits mailing list