14:50:08 RRSAgent has joined #xproc 14:50:08 logging to http://www.w3.org/2007/07/12-xproc-irc 14:51:13 Hi 14:54:43 Norm: when you test your xproc implementation inside netbeans do you put everything inside the jar before running it? I'm trying to run without jaring all the stuff, but it's being impossible due to the resource reading stuff for configuration files. any clue on it? 14:59:02 avernet has joined #xproc 15:00:23 alexmilowski has joined #xproc 15:00:30 PGrosso has joined #xproc 15:00:53 XML_PMWG()11:00AM has now started 15:01:00 +[ArborText] 15:01:25 +[IPcaller] 15:01:30 +Alessandro_Vernet 15:01:34 +Alex_Milowski 15:01:41 Zakim, [I is me 15:01:41 +ruilopes; got it 15:02:14 +Norm 15:03:02 zakim, who's on the phone? 15:03:02 On the phone I see PGrosso, ruilopes, Alessandro_Vernet, Alex_Milowski, Norm 15:04:25 Andrew has joined #xproc 15:04:58 +??P10 15:05:03 zakim, ? is Andrew 15:05:03 +Andrew; got it 15:05:12 Zakim, I will stay on IRC only 15:05:12 I don't understand 'I will stay on IRC only', MoZ 15:05:29 Meeting: XML Processing Model WG 15:05:30 Date: 12 July 2007 15:05:30 Agenda: http://www.w3.org/XML/XProc/2007/07/12-agenda 15:05:30 Meeting number: 75, T-minus 16 weeks 15:05:30 Chair: Norm 15:05:30 Scribe: Norm 15:05:32 ScribeNick: Norm 15:05:34 Norm, I will stay on IRC only 15:05:55 zakim, who's on the phone? 15:05:55 On the phone I see PGrosso, ruilopes, Alessandro_Vernet, Alex_Milowski, Norm, Andrew 15:06:11 Present: Paul, Rui, Alessandro, Alex, Norm, Andrew 15:06:27 Regrets: Richard, Henry 15:06:42 Topic: Accept this agenda? 15:06:42 -> http://www.w3.org/XML/XProc/2007/07/12-agenda 15:06:59 Norm notes that he added a link for 2.1 and added a 2.6 15:07:17 Accepted. 15:07:19 Topic: Accept minutes from the previous meeting? 15:07:19 -> http://www.w3.org/XML/XProc/2007/07/05-minutes 15:07:24 Accepted. 15:07:27 Topic: Next meeting: telcon 19 July 2007 15:07:51 We have continuing regrets from Richard and Henry. Also Rui. 15:08:36 Topic: Parameters and pipelines proposal 15:08:45 -> http://lists.w3.org/Archives/Public/public-xml-processing-model-wg/2007Jul/0127.html 15:09:03 Norm summarizes the proposal. 15:10:17 Any discussion? 15:10:29 Going once... 15:10:34 Accepted. 15:10:48 Topic: Remove p:empty as an option for XPath context 15:10:59 -> http://lists.w3.org/Archives/Public/public-xml-processing-model-wg/2007Jul/0099.html 15:11:38 Norm suggests that we no longer allow the context to be empty. 15:12:55 Some discussion of what to do in the case where there's no primary input port to default to and the expression is known not to need a context. 15:13:06 NOrm, what are you proposing for evaluating "$foo='2'" 15:13:32 Alessandro suggests binding to an empty document node. 15:14:20 Norm: I suggest we direct the editor to give that a try. 15:14:26 Accepted. 15:14:37 moz, do you want to call in to talk about p:map? 15:14:57 We'll skip 2.3 today until Mohamed can be present. 15:15:00 Topic: Catching errors 15:15:12 Norm summarizes. 15:16:52 Alex: Do we have a parking lot for future things? 15:16:58 Norm: Not at the moment. 15:17:12 Norm: I suggest we setup a wiki page for that, at e.g., wiki.xproc.org. 15:17:26 +1 for wiki parking page 15:17:45 Norm wonders if the supporters are content for V2. 15:17:52 They appear to be. 15:18:04 We'll reconsider this for V2, no change for V1. 15:18:22 Topic: Rename "name" option on p:rename 15:18:29 -> http://lists.w3.org/Archives/Public/public-xml-processing-model-wg/2007Jul/0110.html 15:18:42 + 1 to new-name 15:18:56 Norm summarizes. 15:19:08 Any discussion? 15:19:11 Any objections? 15:19:14 Accepted. 15:19:27 Topic: # Rename c:parameter-list to c:parameter-set 15:19:32 s/# R/R 15:19:41 -> http://lists.w3.org/Archives/Public/public-xml-processing-model-wg/2007Jul/0126.html 15:19:45 Norm summarizes. 15:20:02 Any discussion? 15:20:05 Any objections? 15:20:07 Accepted. 15:20:42 Topic: Step changes 15:21:01 -> http://lists.w3.org/Archives/Public/public-xml-processing-model-wg/2007Jul/0119.html 15:21:53 Alex: There's authentication, encoding stuff, and serialization options. Is anything other than serialization controversial? 15:22:08 Topic: Serialization 15:22:26 Alex: p:http-request and p:store both serialize. 15:22:46 ...XSLT2/XQuery1 Serialization describes how to control serialization. 15:23:07 ...many are similar to XSLT 1 15:23:57 s/step we/spec we/ 15:24:32 Norm: Do you think the complex serialization stuff is needed on p:http-request? 15:24:51 Alex: I have had to control XML serialization; given that, I can see how I might need to. 15:26:05 Norm: Don't I also then need it on escape-markup? 15:26:18 Alex: There are a few things that don't apply, but maybe. 15:27:55 Norm: I worry about the implementation burden, but there is a stand-alone spec we can point to. 15:28:00 Alex: We could say that only XML was required. 15:28:18 Norm: I guess that would be ok. 15:28:56 Norm decides not to persue the "p:store" vs. "p:serialize" steps. 15:29:25 Alessandro: A slightly different look at it is that, at least in my mind, implementors will want to reuse existing code. 15:29:38 ...If they have an XSLT 2 engine, they'll be OK. 15:30:01 ...For implementors with XSLT 1 engines, what are they going to do? Can we limit the required set to just what's supported in XSLT 1? 15:30:14 Alex: I'd have to reread the serialization spec to find out. 15:31:00 Norm: Alex, can you look at that? 15:31:25 ACTION: Alex to review the serialization spec to see if we can define a set of parameter/value pairs that we require that happens to be supported by XSLT 1 and XSLT 2. 15:31:57 Norm: Have we accepted these ideas in principle? 15:32:04 Norm: I guess so. 15:32:44 Topic: p:serialization 15:32:56 Alex: I want to be able to reuse options on several teps. 15:32:58 s/teps/steps/ 15:33:31 ...I propose a pipeline-level p:serialization element (like xsl:output) to handle this case. 15:34:15 Alex: Once you have a named p:serialization element, you can refer to it from the p:outputs where you want it. 15:35:10 Norm: This is only for p:output elements on the p:pipeline, right? 15:35:12 Alex: Right. 15:36:11 Norm: Maybe we could turn it around and make it like p:log where p:serialization points to the port it wants to be applied to. 15:36:45 Any further discussion? 15:37:48 Accepted. 15:38:10 Norm: What about character maps? 15:38:14 Alex: I left it out. 15:38:24 ...That requires even more declarations in our pipeline. 15:38:55 Norm: I bet it'll come back, but I'm fine with leaving them out now. 15:40:43 Norm: Please add an editorial note about it. 15:41:48 Topic: http-request 15:42:12 Norm: I saw the proposal for http-get, did you also change the http-request? 15:42:30 Alex: I only added the serialization and authentication options and some words about parsing HTML. 15:42:53 Alex: The two issues I see are (1) is there some simplification for simple GETs and (2) should this be required? 15:43:06 Norm: I thought we agreed to make it required. 15:43:17 General agreement. 15:43:38 Norm: I have real reservations about p:http-get. 15:44:25 Alex: I'm not sure I follow. 15:46:18 MoZ has joined #xproc 15:46:52 -> http://lists.w3.org/Archives/Public/public-xml-processing-model-wg/2007Jul/0056.html 15:47:53 Norm attempts to summarize Henry's desire for a simple http-request option that just returns the response directly with no c:http-response/c:body wrappers. 15:49:22 Alex: If we want an href option then I think we should look at expanding what "p:load" does. 15:50:24 Scribe fails to capture some discussion 15:50:44 Norm: I guess we're splitting Henry's request in half: a simple result vs. a simple request. 15:51:21 Norm: I hear Alex in favor an attribute on c:http-request for providing a simple response, but not on anything for providing a simple request. 15:51:28 Alex: Right. 15:52:10 Norm: So what distinguish a simple get from load is the authorization stuff. 15:52:18 Alex: And http-request can handle non-XML stuff. 15:53:30 Norm: Ok, I think I'm happy with that. If you just want to do a simple get, use p:load; if you want authorization or fancy encodings, get out the big guns. 15:53:34 Alex: That sounds good to me. 15:54:46 Proposal: An attribute for a simple response from p:http-request, but http-request does the whole deal. 15:55:19 Alex: And we clarify that p:load is expected to be able to do HTTP... 15:55:25 Accepted. 15:55:46 Topic: Any other business 15:56:49 Norm: I want to know what stands between us and last call. 15:57:26 Norm: Please be prepared to enumerate the issues you know of next week. 15:57:36 Adjourned. 15:57:39 -Norm 15:57:40 -Andrew 15:57:41 -PGrosso 15:57:42 -ruilopes 15:57:42 Whoo hoo! 15:57:44 -Alessandro_Vernet 15:57:45 -Alex_Milowski 15:57:46 XML_PMWG()11:00AM has ended 15:57:47 Attendees were PGrosso, [IPcaller], Alessandro_Vernet, Alex_Milowski, ruilopes, Norm, Andrew 15:57:48 rrsagent, set logs world-visible 15:57:51 rrsagent, draft minutes 15:57:51 I have made the request to generate http://www.w3.org/2007/07/12-xproc-minutes.html Norm 15:57:57 PGrosso has left #xproc 15:58:07 alexmilowski has left #xproc 17:30:01 Zakim has left #xproc