14:51:28 RRSAgent has joined #forms 14:51:28 logging to http://www.w3.org/2012/06/20-forms-irc 14:51:30 RRSAgent, make logs public 14:51:30 Zakim has joined #forms 14:51:32 Zakim, this will be IA_XForms 14:51:32 ok, trackbot; I see IA_XForms()11:00AM scheduled to start in 9 minutes 14:51:33 Meeting: Forms Working Group Teleconference 14:51:33 Date: 20 June 2012 14:51:49 Agenda: http://lists.w3.org/Archives/Public/public-forms/2012Jun/0026 14:51:53 Chair: Steven 14:55:32 Steven has changed the topic to: #forms Agenda: http://lists.w3.org/Archives/Public/public-forms/2012Jun/0026 (Steven) 14:56:17 alain has joined #forms 15:01:18 IA_XForms()11:00AM has now started 15:01:22 +??P6 15:01:48 +??P24 15:01:55 zakim, I am ??P6 15:02:03 nvdbleek has joined #forms 15:02:06 +Steven; got it 15:02:10 zakim, ??p24 is alain 15:02:11 zakim, i am ??p24 15:02:15 zakim, code? 15:02:15 ebruchez has joined #forms 15:02:23 +alain; got it 15:02:24 code is xform 15:02:25 sorry, alain, I do not see a party named '??p24' 15:02:33 the conference code is 93676 (tel:+1.617.761.6200 sip:zakim@voip.w3.org), nvdbleek 15:03:09 + +1.650.919.aaaa 15:03:13 + +1.323.425.aabb 15:03:24 zakim, +1.323.425.aabb is ebruchez 15:03:24 +ebruchez; got it 15:03:47 zakim, I am +1.6 15:03:48 + +44.782.483.aacc 15:03:52 +nvdbleek; got it 15:04:16 https://www.quixey.com/ 15:06:13 zakim, +44 is Philip 15:06:13 +Philip; got it 15:07:07 zakim, who is here? 15:07:07 On the phone I see Steven, alain, nvdbleek, ebruchez, Philip 15:07:08 On IRC I see ebruchez, nvdbleek, alain, Zakim, RRSAgent, Steven, trackbot 15:07:09 pfennell has joined #forms 15:08:19 Topic: "XForms for Business and Government" 15:08:26 pfennell - Minutes Taker 15:09:06 Scribe: pfennell 15:09:07 Seneca interested in support an event in using XForms for Business and Government. 15:10:28 Let Steven know about speakers for the event. 15:11:24 Philip to enquire if there are any UK people who would be interested in this event. 15:11:56 Event to, probably, be held at CWI. 15:12:45 Possible time-frame late September or beginning October. 15:13:17 Topic: xsl:function/@override 15:13:19 http://lists.w3.org/Archives/Public/public-forms/2012Jun/0023.html 15:14:37 Mike Kay confirmed usage of the function 'override' attribute. 15:15:49 Consensus is that this is not required for XForms 2.0. There are no good use-cases for this. 15:17:08 What should be the behaviour if two functions, with matching names/namespaces and arity are in scope? 15:18:23 "It is a static error [err:XQST0034] if the expanded QName and arity (number of arguments) of the declared function are equal (as defined by the eq operator) to the expanded QName and arity of another function in function signatures." 15:18:30 http://www.w3.org/TR/xquery/#FunctionDeclns 15:18:47 Xquery does not have 'override'. Xquery raises a static error. 15:19:35 nvdbleek has joined #forms 15:22:14 http://wiki.orbeon.com/forms/doc/developer-guide/xforms-xpath-functions 15:24:15 Nick wants the 'override' attribute. 15:25:09 http://www.w3.org/TR/xslt20/#element-function 15:25:54 The optional override attribute defines what happens if this function has the same name and arity as a function provided by the implementer or made available in the static context using an implementation-defined mechanism. If the override attribute has the value yes, then this function is used in preference; if it has the value no, then the other function is used in preference. The default value is yes. 15:26:11 http://www.w3.org/TR/xslt20/#function-function-available 15:26:58 Does anyone object to the addition of the 'override' attribute? 15:27:52 There were no objects to the addition of the 'override' attribute. 15:29:18 Steve: The convincing case is declaring a function that's supported all but one implementation. 15:29:46 s/Steve/Steven/ 15:31:42 RESOLUTION: We will adopt @override, from XSLT 2.0, for function declarations. 15:31:43 rrsagent,make minutes 15:31:43 I have made the request to generate http://www.w3.org/2012/06/20-forms-minutes.html Steven 15:32:40 Override will only apply to extension functions. 15:32:46 Topic: Common @model and @context 15:32:48 http://lists.w3.org/Archives/Public/public-forms/2012Jun/0013.html 15:32:50 ACTION nvdbleek to specify that you can't override build-in functions 15:32:50 Created ACTION-1908 - Specify that you can't override build-in functions [on Nick Van Den Bleeken - due 2012-06-27]. 15:34:45 No reply from Leigh about checking schemas yet. 15:34:51 Topic: Spec review 15:34:52 http://lists.w3.org/Archives/Public/public-forms/2012Jun/0006.html 15:36:04 http://lists.w3.org/Archives/Public/public-forms/2012Jun/0012.html 15:38:15 Erik: ID conflicts can occur if the same fragments is loaded via load/@embed 15:38:19 (Sometimes I wish we had never used ID) 15:41:23 Steven: 'XML was not designed for the things we use it for'. 15:42:20 Steven: Could remove the xs:ID type from the @id? 15:43:24 Nick: 'Shadow Trees' are a possible solution to ID attribute scope. 15:45:54 Erik: Java has strong encapsulation which is an example of a possible approach. 15:46:47 Erik: We also need to consider the 'escape' of events. 15:48:11 Erik: XForms 2.0 is defining 'simple' inclusions and more advance solutions should be added via extensions. 15:50:35 Steven: Where simple enclusions have been implemented it is possible to have ID clashes. 15:56:05 Steven: A helpful solution for the XForms user is to not to have to worry about ID clashes but this is at the expense of the implementer. 15:56:56 Repeating IDs are currently handled within xf:repeat. 15:58:13 Steven: To Alan, do you see any disavantages to this? 16:00:02 Steven: more discussion required for IDs. 16:00:36 Steven: Hopefully the problem with requesting the first working draft for XForms 2.0 will be fixed. 16:01:45 -Steven 16:01:47 -alain 16:01:48 -nvdbleek 16:01:50 -Philip 16:01:52 -ebruchez 16:01:54 IA_XForms()11:00AM has ended 16:01:56 Attendees were Steven, alain, +1.650.919.aaaa, ebruchez, +44.782.483.aacc, nvdbleek, Philip 16:01:58 rrsagent, make minutes 16:01:58 I have made the request to generate http://www.w3.org/2012/06/20-forms-minutes.html Steven 16:02:18 Regrets: John 16:02:27 rrsagent, make minutes 16:02:27 I have made the request to generate http://www.w3.org/2012/06/20-forms-minutes.html Steven 16:32:42 ebruchez has joined #forms 17:22:14 Zakim has left #forms 18:22:42 alain has joined #forms