patchphpGroupWare - Patches: patch #3518, xslt –support for php5

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #3518: xslt –support for php5

Submitter:  Sigurd Nes <sigurdne>
Submitted:  Sat 13 Nov 2004 11:35:44 PM UTC
   
 
Category:  API - phpGWapi Priority:  5 - Normal
Item Group:  None Status:  Done
Privacy:  Public Assigned to:  skwashd
Open/Closed:  Closed

Thu 30 Dec 2004 10:55:16 AM UTC, comment #2: 

now also copied to HEAD

Dave Hall <skwashd>
Group administrator
Thu 30 Dec 2004 05:09:00 AM UTC, comment #1: 

added to propsed-18

Dave Hall <skwashd>
Group administrator
Sat 13 Nov 2004 11:35:44 PM UTC, original submission:  

I have made a pacth for enabling xslt –support for php5 for proposed-0_9_18-branch.

There is a bug that makes  the xsl-template choke on entities although they are defined in the stylesheet.

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY nl "&#10;">
<!ENTITY nbsp "&#160;">
]>

My solution is that I removed this the entity &nbsp; from msgbox.xsl

Sigurd Nes <sigurdne>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #8040:  patchfile1.diff added by sigurdne (4KiB - application/octet-stream - xslt support for php5)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-12-30 skwashd Open/ClosedOpen Closed
2004-12-30 skwashd StatusNone Done
2004-11-13 sigurdne Attached File- Added patchfile1.diff, #3876

Back to the top

Powered by Savane 3.15.
Corresponding source code