phpgroupware-developers
[Top][All Lists]
Advanced

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

[Phpgroupware-developers] xslt support for php5


From: Sigurd Nes
Subject: [Phpgroupware-developers] xslt support for php5
Date: Sun, 14 Nov 2004 00:37:24 +0100
User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)

I have made a pacth [#3518] for enabling xslt-support for php5 for the
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 the entity &nbsp; from msgbox.xsl

Sigurd




reply via email to

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