[octc-svndiff] SF.net SVN: octc:[418] trunk/tools/xquery/simple_dump.xquery
Brought to you by:
bansp
|
From: <ba...@us...> - 2010-11-27 11:57:24
|
Revision: 418
http://octc.svn.sourceforge.net/octc/?rev=418&view=rev
Author: bansp
Date: 2010-11-27 11:57:18 +0000 (Sat, 27 Nov 2010)
Log Message:
-----------
one declaration less
Modified Paths:
--------------
trunk/tools/xquery/simple_dump.xquery
Modified: trunk/tools/xquery/simple_dump.xquery
===================================================================
--- trunk/tools/xquery/simple_dump.xquery 2010-11-27 11:54:30 UTC (rev 417)
+++ trunk/tools/xquery/simple_dump.xquery 2010-11-27 11:57:18 UTC (rev 418)
@@ -7,16 +7,15 @@
Originally by Piotr Bański (bansp at o2.pl), 26-nov-2010.
License: GNU GPL ver. 3.0 or any later version.
-$Id:$
+$Id$
:)
declare default element namespace "http://www.tei-c.org/ns/1.0";
-declare namespace functx = "http:///www.functx.com";
declare option saxon:output "method=text";
(:the following variable is system-internal :)
-declare variable $my_svn_id as xs:string := "$Id:$";
+declare variable $my_svn_id as xs:string := "$Id$";
for $par in //text//(ab | p)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|