fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12289] exclude xlmns:php from output


From: Sigurd Nes
Subject: [Fmsystem-commits] [12289] exclude xlmns:php from output
Date: Wed, 12 Nov 2014 09:43:27 +0000

Revision: 12289
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12289
Author:   sigurdne
Date:     2014-11-12 09:43:26 +0000 (Wed, 12 Nov 2014)
Log Message:
-----------
exclude xlmns:php from output

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/inc/class.xslttemplates.inc.php

Modified: branches/dev-syncromind/phpgwapi/inc/class.xslttemplates.inc.php
===================================================================
--- branches/dev-syncromind/phpgwapi/inc/class.xslttemplates.inc.php    
2014-11-12 00:01:37 UTC (rev 12288)
+++ branches/dev-syncromind/phpgwapi/inc/class.xslttemplates.inc.php    
2014-11-12 09:43:26 UTC (rev 12289)
@@ -261,8 +261,9 @@
        <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0"
                xmlns:phpgw="http://phpgroupware.org/functions";
                xmlns:func="http://exslt.org/functions";
+               xmlns:php="http://php.net/xsl";
                extension-element-prefixes="func" 
-               exclude-result-prefixes="phpgw"
+               exclude-result-prefixes="phpgw php"
                >
 
 XSLT;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]