15:01:06 RRSAgent has joined #xproc 15:01:06 logging to http://www.w3.org/2013/01/17-xproc-irc 15:01:07 Zakim, aaaa is jfuller 15:01:07 +jfuller; got it 15:01:12 rrsagent, set logs world visible 15:02:07 Vojtech has joined #xproc 15:03:01 +Jeroen 15:03:19 zakim, jeroen is me 15:03:19 +Vojtech; got it 15:03:42 http://edition.cnn.com/2013/01/16/world/europe/uk-helicopter-crash/index.html 15:05:08 zakim, who's here? 15:05:08 On the phone I see Moz, jfuller, Alex_Milows, Norm, Vojtech 15:05:09 On IRC I see Vojtech, RRSAgent, Norm, alexmilowski, Zakim, MoZ, jfuller_, liam, caribou 15:05:24 Present: Norm, Mohamed, Jim, Alex, Vojtech 15:06:09 Topic: Accept this agenda? 15:06:09 -> http://www.w3.org/XML/XProc/2013/01/17-agenda 15:06:12 Accepted. 15:06:22 Topic: Accept minutes from the previous meeting? 15:06:22 -> http://www.w3.org/XML/XProc/2012/11/01-minutes 15:06:41 Accepted. 15:06:47 Topic: Next meeting: 24 Jan 2013 15:07:12 No regrets 15:07:18 Topic: Change meeting time? 15:07:55 Jim: I'm finding Thursday challenging. 15:08:05 Norm: TIme of day is to suit west coast USA and Europe. 15:08:10 s/TIme/Time/ 15:09:03 Norm: I don't like Monday's for meetings. I could do Tue, Wed, or, reluctantly, Friday. 15:09:42 Jim: Maybe Cornelia would be able to make it if we moved the meeting time? 15:09:57 Alex: Henry has a complicated schedule too. 15:10:20 ACTION: Norm to send email polling for a different/better meeting time. 15:11:55 Topic: Review of open action items 15:12:33 ht has joined #xproc 15:12:50 Norm: Alex, Henry, Norm, please report on your actions in email; suggest which ones are overtaken by events. 15:13:09 Present: Norm, Mohamed, Jim, Alex, Vojtech, Henry 15:14:01 zip and unzip ... still draft 15:14:01 http://www.w3.org/XML/XProc/docs/xproc-zip_unzip.html 15:14:17 +??P2 15:14:26 zakim, ??p2 is ht 15:14:26 +ht; got it 15:14:28 zakim, ? is me 15:14:28 sorry, ht, I do not recognize a party named '?' 15:16:12 Alex: What's the status on the Processing Model document? 15:16:24 Norm: The status is we're in Last Call and have comments from reviewers that we haven't addressed. 15:16:38 Henry summarizes. 15:18:00 Alex: Does it make sense to try to bring this to closure as fast as possible, even if other stuff is more interesting. 15:18:04 Norm: Yes, that's the case. 15:19:20 -> http://lists.w3.org/Archives/Public/public-xml-processing-model-comments/2012Jan/0000.html 15:20:48 Alex: I'll try to look at this after the call today. 15:21:38 zakim, q? 15:21:38 I see Alex_Milows on the speaker queue 15:21:45 zakim, q- 15:21:45 I see Alex_Milows on the speaker queue 15:22:28 ACTION: Norm to make XML Processor Profiles document an explicit agenda item 15:23:06 Topic: Review progress on use cases/requirements 15:23:18 http://www.w3.org/XML/XProc/docs/requirements-v2-jim.xml 15:23:22 Norm: Jim, I think you said you'd take a stab at it. 15:23:40 Jim: I worked on the zip/unzip step instead. I did do some work, but it's not uploaded yet. 15:24:18 ...The link above has notes from our f2f meeting. I'll try to get a revised document online by Tuesday for next week. 15:24:46 Topic: Review of proposal to simplify parameters 15:25:40 Norm: I think we were talking about Vojtech's inheritence proposal. 15:25:58 Vojtech: The main idea was that maybe we could get rid of parameters altogether by inventing some sort of inheritence mechanism. 15:26:09 ...Because we don't want to lose the "magical" behavior that they inherit from the pipeline. 15:26:38 ...So options could possibly inherit from the calling context or maybe the other way around. 15:26:56 ...This option "propagates down" if it's used. From a nested scope, for example. 15:27:30 initial Norm link on fixing parameters - http://lists.w3.org/Archives/Public/public-xml-processing-model-wg/2012Sep/0014.html 15:27:42 ...It would be different to our current parameters but it would allow for things like having an XSLT step that has an option called parameters that's declared that it inherits from above. And by some kind of naming convention you could actually still use this magic that you're used to. 15:28:07 ...The main idea would be to get rid of parameters concept alltogether and replace it with options. 15:28:27 ...And with maps, the "parameters" option could be a map and those key/values could be inherited. 15:28:38 Alex: Presumably we'd still need the with-param kind of construct. 15:28:45 last meeting minute param discussion - http://www.w3.org/XML/XProc/2012/11/01-minutes.html#item04 15:29:05 Vojtech: That's a question. Or some way to extend or override the map options. 15:29:25 Alex: I think you could make that work in a number of ways. With-param could just be on the XSLT step. 15:29:59 ...You could have a default parameter option and with-param could just modify the map associated with the default parameter option. We could support an option name. 15:30:31 Vojtech: We'd have to be really careful with with-param and with-option and the order that we evaluate these things in. You could have with-option dynamically building the map and with-param updating it. 15:30:53 ...That whole inheritence mechanism is simpler but also introduces some complexity, some side-effects that could be surprising if you don't really know what you're doing. 15:31:16 Alex: Are you imagining the inheritence goes by the data-flow or by the structure? 15:31:49 Vojtech: On the declare-option you'd say inherit=true and then when you use the XSLT step, if the parameters option is not set, it would look in the upper-contexts to find an option or variable with the same name and use that value. 15:32:12 ...You could also do it the other way around, on a pipeline you can declare an option called parameters and inherit=true and it could propogate down. 15:32:34 Norm: That's the same functionality, it's just a case of where you put the label, right? 15:33:07 Vojtech: Well, yes, perhaps, but I think it's safer in some sense to propogate down because the author has more control. The other way around, using the steps could introduce surprises. 15:33:33 Alex: Minus a whole bunch of details, I like this idea. I never liked the distinction between options and parameters. I didn't want to do it, but we didn't have an alternative. 15:33:44 ...So I like this approach, but we need to make sure we get the details right. 15:33:54 Vojtech: In my idea, it's all based on the option names. 15:34:11 ...Any option name could be inherited. 15:34:51 Alex: We need to decide if inheritence is a special thing that you turn on, or it's the default and you have a way to turn it off. 15:34:59 Jim: I'd go for always inherited. 15:35:21 Vojtech: If it's always turned on, it could help with unbound optional options. 15:35:50 Alex: I think I'm in favor of always inheriting too. 15:36:32 Norm: It only applies to steps inside compound steps so it's not too dangerous, I guess. 15:37:30 Vojtech: If you really want something to be unbound, you should be able to make it explicit. 15:37:36 Norm: But we don't have a syntax for that. 15:37:45 Alex: But we'd need one, I think. 15:38:25 ...We need to look at the details. 15:38:32 Vojtech: I'm willing to dive a little deeper. 15:39:00 Norm: I think that would be great. 15:39:06 Henry: I'd like to see the same examples, if at all possible. 15:39:13 Vojtech: The same? 15:39:22 Henry: The same ones that Norm used in his proposal. 15:39:24 Vojtech: Ok. 15:39:49 LOL 15:39:52 Henry: I'm confident that either one of these or almost anything else would be an improvement. 15:40:09 Topic: Support for document metadata? 15:40:13 Norm attempts to summarize. 15:42:25 Henry: We had this in the old markup pipeline engine, and the motivation in that case was output type. You could allow internal XSLT steps to set output type HTML and have that actually work at the end of the pipeline because it got passed along with the metadata. 15:43:02 ...The bad news is that you have to think through the semantics about what kind of steps preserve this and what kind don't. It's not at all obvious, for example, that an XSLT step preserves the metadata. It may not make sense for the metadata to propagate. 15:43:08 ...That may just be too hard a question to answer. 15:43:20 Alex: It may also be the case that the pipeline author wants control over that. 15:43:31 Henry: But we don't want them to have to think about that! 15:43:49 s/that!/that if they don't want to./ 15:43:59 Alex: But like inheritence, it might be the case that there needs to be a default and a way to specify the alternative. 15:44:13 ...Output content type is a good example. 15:44:50 Alex: I'm a little confused, because we had at least two proposals and then the f2f, and I'm not sure where we've gotten to. 15:46:48 Norm attempts to explain again: we started with Vojtech's proposal for binary which required passing along the MIME type and we generalized that to document metadata. 15:46:48 Alex: Right, but my proposal didn't require that. 15:48:09 The chair expresses some confusion about the state of the binary proposals. 15:48:21 ACTION: Norm to put review of the binary proposals on the agenda for next week 15:49:02 Alex: Two things in my proposal are that XML is the only thing that flows through the pipeline. The binary is identified by reference. Everything is treated uniformly. It doesn't matter if the resource manager has a magic URI or if you point off into the ether of the universe 15:49:22 Norm: Ok, my bad. 15:50:41 Alex: I'd like to see some good use cases for document metadata. 15:50:53 Norm: Fair enough. 15:51:31 Henry: The other one that I recall that we recall that we used this for is preserving the character encoding. Which I can't remember if you can get from the infoset or not. 15:52:27 Alex: There's a whole bunch of things that can be grouped into: how I got the original data vs. parameters needed for serialization. There's a whole bunch of metadata in there that's related. People might want to preserve how they read the data in how they write it and metadata is a good way to transport that form one place to another. 15:52:50 Henry: The reason we did this for character encoding is that we invented an encoding that allowed us to preserve entity references. 15:52:57 -Alex_Milows 15:53:26 +Alex_Milows 15:54:53 Vojtech: I have a question: all the metadata values or attributes that you mentioned look like magic metadata fields. But applications can also set things, like timestamps and labels, yes? 15:55:02 Henry: Oh, absolutely, pipeline authors could come up with their own metadata. 15:55:26 Jim: For non-XML it allows us to add metadata without changing the documents. It's like implementing a state machine without having the state in the documents. 15:55:37 ACTION: Norm to make sure document metadata stays on the agenda 15:56:22 Topic: Any other business? 15:56:29 Alex: Who's going to XML Prague 15:56:44 Jim: Everyone but Henry 15:57:33 -ht 15:58:28 ACTION: Jim/WG to discuss XProcathon at next telcon 15:59:01 Adjourned. 15:59:06 -Alex_Milows 15:59:08 -jfuller 15:59:08 -Norm 15:59:08 -Vojtech 15:59:22 rrsagent, draft minutes 15:59:22 I have made the request to generate http://www.w3.org/2013/01/17-xproc-minutes.html Norm 15:59:29 -Moz 15:59:31 XML_PMWG()10:00AM has ended 15:59:31 Attendees were +420.6.026.9.aaaa, Alex_Milows, Norm, Moz, jfuller, Vojtech, ht 16:00:52 rrsagent, set logs world-visible 16:00:52 Meeting: XML Processing Model WG 16:00:52 Agenda: http://www.w3.org/XML/XProc/2013/01/17-agenda 16:00:52 Date: 17 Jan 2013 16:00:52 Meeting: 224 16:00:52 Chair: Norm 16:00:52 Scribe: Norm 16:00:53 ScribeNick: norm 16:00:59 rrsagent, draft minutes 16:00:59 I have made the request to generate http://www.w3.org/2013/01/17-xproc-minutes.html Norm 16:04:46 zakim, q+ 16:04:47 I see Norm on the speaker queue 16:04:52 zakim, q? 16:04:52 I see Norm on the speaker queue 17:16:58 jfuller__ has joined #xproc 17:56:49 jfuller has joined #xproc 18:17:31 jfuller_ has joined #xproc 18:24:37 jfuller has joined #xproc 18:30:59 Zakim has left #xproc 18:49:08 jfuller_ has joined #xproc 18:51:18 ht has joined #xproc 19:00:28 jfuller has joined #xproc 19:14:58 jfuller_ has joined #xproc 19:22:08 jfuller has joined #xproc 19:39:56 jfuller_ has joined #xproc 20:02:59 jfuller__ has joined #xproc 20:59:01 jfuller_ has joined #xproc 21:09:29 jfuller__ has joined #xproc 21:24:58 jfuller has joined #xproc 21:29:28 jfuller_ has joined #xproc