Re: [PHP-DEV] RFC proposal: Provide support for XSLT 3.0, XPath 3.1, and XQuery 3.1

2017-10-05 Thread Johannes Schlüter
On Mi, 2017-10-04 at 11:23 -0700, Walter Parker wrote: > Sorry, my mistake. I didn't notice when PHP changed from GPL style to > BSD style. > Hard to remember, since that happened already during the last century (with PHP 3 in 1997) ;-) And yes, LGPL modules are tolerable, but not liked. GPL is

Re: [PHP-DEV] RFC proposal: Provide support for XSLT 3.0, XPath 3.1, and XQuery 3.1

2017-10-04 Thread Walter Parker
On Wed, Oct 4, 2017 at 10:57 AM, Davey Shafik wrote: > On Tue, Oct 3, 2017 at 1:29 PM, Walter Parker wrote: > >> On Tue, Oct 3, 2017 at 7:51 AM, Dan Ackroyd >> wrote: >> >> > Hi O'Neil, >> > >> > On 3 October 2017 at 10:04, O'Neil Delpratt wrote: >> > > Hi, >> > > >> > > We are considering sub

Re: [PHP-DEV] RFC proposal: Provide support for XSLT 3.0, XPath 3.1, and XQuery 3.1

2017-10-04 Thread Davey Shafik
On Tue, Oct 3, 2017 at 1:29 PM, Walter Parker wrote: > On Tue, Oct 3, 2017 at 7:51 AM, Dan Ackroyd > wrote: > > > Hi O'Neil, > > > > On 3 October 2017 at 10:04, O'Neil Delpratt wrote: > > > Hi, > > > > > > We are considering submitting an RFC along the following lines and > > welcome your comme

Re: [PHP-DEV] RFC proposal: Provide support for XSLT 3.0, XPath 3.1, and XQuery 3.1

2017-10-03 Thread Rowan Collins
[Forwarding this to the list, because I seem to have edited the To line wrong.] On 03/10/2017 14:58, Michael Kay wrote: I'm not 100% sure of my facts here, but I assume there is a significant call overhead every time there's a function call from the PHP world to Saxon's Java world or vice ver

Re: [PHP-DEV] RFC proposal: Provide support for XSLT 3.0, XPath 3.1, and XQuery 3.1

2017-10-03 Thread Walter Parker
On Tue, Oct 3, 2017 at 7:51 AM, Dan Ackroyd wrote: > Hi O'Neil, > > On 3 October 2017 at 10:04, O'Neil Delpratt wrote: > > Hi, > > > > We are considering submitting an RFC along the following lines and > welcome your comments: > > > > Enhancing the existing XSLTProcessor is not an option: it has

Re: [PHP-DEV] RFC proposal: Provide support for XSLT 3.0, XPath 3.1, and XQuery 3.1

2017-10-03 Thread Dan Ackroyd
Hi O'Neil, On 3 October 2017 at 10:04, O'Neil Delpratt wrote: > Hi, > > We are considering submitting an RFC along the following lines and welcome > your comments: > > Enhancing the existing XSLTProcessor is not an option: it has fallen too far > behind for this to be viable. That's probably t

[PHP-DEV] RFC proposal: Provide support for XSLT 3.0, XPath 3.1, and XQuery 3.1

2017-10-03 Thread O'Neil Delpratt
Hi, We are considering submitting an RFC along the following lines and welcome your comments: ** Provide support for XSLT 3.0, XPath 3.1, and XQuery 3.1 ** PHP is frequently used to create web services that process XML input and deliver HTML to web clients. Often this is done by invoking XSLT