Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 72795 invoked from network); 10 Feb 2000 16:47:36 -0000 Received: from cfmgw.iclnet.co.uk (HELO ws.icl.co.uk) (194.176.223.193) by locus.apache.org with SMTP; 10 Feb 2000 16:47:36 -0000 Received: from mailgate.icl.co.uk (mailgate [172.16.2.3]) by ws.icl.co.uk (8.8.8/8.8.8) with ESMTP id QAA02424 for ; Thu, 10 Feb 2000 16:46:52 GMT Received: from vguard1.icl.co.uk (vguard1.icl.co.uk [145.227.248.91]) by mailgate.icl.co.uk (8.9.3/8.9.0) with SMTP id QAA22274 for ; Thu, 10 Feb 2000 16:46:14 GMT Received: FROM x400.icl.co.uk BY vguard1.icl.co.uk ; Thu Feb 10 16:47:25 2000 0000 Received: from fel01suksmsg2.icl.com (fel01suksmsg2.icl.com [145.227.201.50]) by x400.icl.co.uk (8.9.3/8.9.2) with ESMTP id QAA13581; Thu, 10 Feb 2000 16:44:35 GMT Received: by FEL01SUKSMSG2 with Internet Mail Service (5.5.2650.21) id ; Thu, 10 Feb 2000 16:45:45 -0000 Message-ID: <93CB64052F94D211BC5D0010A800133101FDEA23@wwmess3.bra01.icl.co.uk> From: Kay Michael To: "'Assaf Arkin'" , Kay Michael Cc: "'Scott Boag/CAM/Lotus'" , James Clark , Steve Muench , Adam Winer , Eduardo.Pelegrillopart@eng.sun.com, sax@megginson.com, cocoon-dev@xml.apache.org, xalan-dev@xml.apache.org Subject: RE: SAT API Proposal (Draft 3) (was XSLT API) Date: Thu, 10 Feb 2000 16:45:19 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" > > OutputProperties: if getMethod() returns anything other > than xml, text, or html, then the value must have a namespace prefix and there > is a need to turn this into a namespace URI. (We could define that the > returned string is in a form such as uri^local-name.) > > Is there a benefit to that? How many methods do you expect to have? Very few, but the spec says method ::= "xml" | "html" | "text" | qname-but-not-ncname I currently allow "fop", but that's non-compliant, so I'm changing it to have a namespace prefix. > > OutputProperties: on the methods for handling the list of > CDATA elements, I > > can't see how namespace prefixes are supposed to be > handled. Again we could > > say that the names are expressed as uri^local-name. > > How would you specify that in xsl:output? cdata-section-elements is defined as a whitespace-separated list of qnames. The prefix in the qname must be interpreted in the context of the specific xsl:output statement, therefore a prefix must be resolved into a URI before the lists from different xsl:output statements are merged. Mike Kay