- From: Kay, Michael <Michael.Kay@softwareag.com>
- Date: Wed, 5 Mar 2003 15:49:12 +0100
- To: Svgdeveloper@aol.com, public-qt-comments@w3.org
XPath 1.0 imposes a restriction that concat() has 2 or more arguments. This means that implementations have to check specially to treat 0 or 1 arguments as an error, and software generating XPath expressions has to generate different code if the number of items to be concatenated is 0 or 1. The restriction imposes unnecessary burdens on both the implementation and the user, it is better to make the function general rather than impose artificial limits. Michael Kay > -----Original Message----- > From: Svgdeveloper@aol.com [mailto:Svgdeveloper@aol.com] > Sent: 05 March 2003 13:49 > To: public-qt-comments@w3.org > Subject: F&O - 6.4.1 - concat() > > > > What function (pun intended) does concat() with no argument serve? > > Could it be deleted without significant detriment? > > Andrew Watt >
Received on Wednesday, 5 March 2003 09:49:19 UTC