Options:
- # Session Start: Mon Jan 21 00:00:00 2008
- # Session Ident: #html-wg
- # [00:26] * Quits: tH (Rob@87.102.43.39) (Quit: ChatZilla 0.9.80-rdmsoft [XULRunner 1.8.0.9/2006120508])
- # [00:50] * Quits: Lachy (Lachlan@84.215.54.100) (Quit: Leaving)
- # [00:50] * Joins: Lachy (Lachlan@84.215.54.100)
- # [00:56] * Joins: olivier (ot@128.30.52.30)
- # [01:14] * Quits: Lachy (Lachlan@84.215.54.100) (Quit: Leaving)
- # [01:45] * Quits: shepazu (schepers@128.30.52.30) (Ping timeout)
- # [01:48] * Joins: shepazu (schepers@128.30.52.30)
- # [02:51] * Quits: olivier (ot@128.30.52.30) (Quit: Leaving)
- # [03:06] * Joins: Lachy (Lachlan@84.215.54.100)
- # [03:22] * Quits: mjs (mjs@64.81.48.145) (Quit: mjs)
- # [03:58] * Quits: Shunsuke (Shunsuke@123.176.107.50) (Quit: Tiarra 0: SIGINT received; exit)
- # [04:00] * Joins: Shunsuke (Shunsuke@123.176.107.50)
- # [04:17] * Quits: Lachy (Lachlan@84.215.54.100) (Quit: This computer has gone to sleep)
- # [05:29] * Joins: dbaron (dbaron@71.204.145.103)
- # [05:43] * Joins: olivier (ot@128.30.52.30)
- # [06:21] * Quits: jane (j@76.170.65.146) (Quit: zomg)
- # [06:22] * Joins: jane (j@76.170.65.146)
- # [06:47] * Quits: dbaron (dbaron@71.204.145.103) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [07:25] * Quits: olivier (ot@128.30.52.30) (Ping timeout)
- # [07:51] * Joins: tH_ (Rob@87.102.43.39)
- # [07:51] * tH_ is now known as tH
- # [08:57] * Joins: Lachy (Lachlan@84.215.54.100)
- # [09:38] * Joins: mjs (mjs@64.81.48.145)
- # [09:56] * Joins: mjs_ (mjs@64.81.48.145)
- # [09:56] * Quits: mjs (mjs@64.81.48.145) (Connection reset by peer)
- # [10:21] * Joins: ROBOd (robod@89.122.216.38)
- # [10:23] * Quits: Lachy (Lachlan@84.215.54.100) (Quit: This computer has gone to sleep)
- # [10:53] * Joins: Lachy (Lachlan@213.236.208.22)
- # [11:12] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: Leaving)
- # [11:12] * Joins: Lachy (Lachlan@213.236.208.22)
- # [11:36] * Joins: myakura (myakura@123.224.220.19)
- # [11:51] * Joins: zcorpan (zcorpan@88.131.66.80)
- # [12:10] <MikeSmith> hsivonen - it appears that Michael Koch has uploaded a Saxon 9 package to the Debian New queue
- # [12:10] <MikeSmith> http://ftp-master.debian.org/new/saxonb_9.0-1.html
- # [12:10] <MikeSmith> libsaxonb-java - The Saxon-B XSLT Processor
- # [12:11] <hsivonen> MikeSmith: ok. I'll look into patching Saxon for column numbers today
- # [12:12] <MikeSmith> great. I could be a couple days before it actually is apt-gettable
- # [12:12] <MikeSmith> I don't know how long the lag is
- # [12:12] <MikeSmith> but the license seems to be the Mozilla license
- # [12:13] <hsivonen> MikeSmith: MPL 1.0 even
- # [12:17] <MikeSmith> hsivonen - btw, the reply I got from Karl Berry about URIs in GNU-formatted error messages makes me wonder if Emacs might actually be smart enough already to correctly parse error messages with source-file-name parts that are URIs or that otherwise contain colon characters
- # [12:17] <MikeSmith> http://lists.gnu.org/archive/html/bug-standards/2008-01/msg00001.html
- # [12:18] <MikeSmith> especially if the messages contain column numbers as well as line numbers
- # [12:18] <hsivonen> MikeSmith: thanks
- # [12:18] <hsivonen> MikeSmith: I guess that's enough to write an experimental GNU output class
- # [12:18] <MikeSmith> cool
- # [12:21] <MikeSmith> but at least one case I can see that would be ambiguous is what it would do with a line-number-only message containing a URI with a port number in it
- # [12:21] <MikeSmith> e.g., http://foo.com:8080:5: Error;bar
- # [12:21] <hsivonen> yeah
- # [12:22] <MikeSmith> anyway, when I have time, I'll mess around with testing it in Vim too
- # [12:22] <hsivonen> btw, how wrong can I go if I use Saxon 9 to back Schematron 1.5? have XPath semantics changed?
- # [12:23] <MikeSmith> dunno. I guess it'd be backward compatible in that regard
- # [12:23] <MikeSmith> but not sure
- # [12:23] <MikeSmith> place to ask would be on xsl-list I guess
- # [12:23] <MikeSmith> probably get a reply from Michael Kay
- # [12:25] <hsivonen> hmm. I'm not subscribed but xml-dev might be good enough
- # [12:28] <MikeSmith> I see #xsl or #xslt channels on Freenode, but they look very underpopulated
- # [12:29] <hsivonen> Hmm. Wikipedia talks about "XPath 1.0 compatibility mode" in Saxon 9
- # [12:30] * MikeSmith wonders what it says about the online culture around a major programming language if it doesn't have an active IRC channel
- # [12:30] <MikeSmith> hsivonen - that makes sense
- # [12:30] <hsivonen> hmm. Saxon-SA has some cool feature points
- # [12:31] <hsivonen> personally, I'd care more about the query optimizer and streaming than about schema-awareness
- # [12:32] <MikeSmith> hsivonen - you don't think XML Schema and PSVI support are cool feature points? :)
- # [12:32] <hsivonen> MikeSmith: I don't
- # [12:33] <MikeSmith> yeah, somehow I figured you might not. I'm not sure how much I'd like to talk with the people who do...
- # [12:40] <hsivonen> MikeSmith: I sent my question to xml-dev
- # [12:41] <hsivonen> so many jars... import java.ecosystem.*
- # [12:46] <MikeSmith> hsivonen - it seems like implementing a work-alike for validator.nu in any language other that Java is going to be a pretty daunting task for anybody who attempts it
- # [12:46] <MikeSmith> given the chain of dependencies
- # [12:48] <Philip> I expect implementing it in Java is pretty daunting too :-)
- # [12:48] <hsivonen> MikeSmith: yes, Java is strong with RELAX NG and Schematron
- # [12:53] <anne> If you have the parsing library and you instead go with custom code (the class per element idea from Hixie) it might work
- # [12:53] <hsivonen> anne: that wouldn't be workalike for the whole Validator.nu, though. :-)
- # [12:54] <anne> it would work different, yes :)
- # [12:54] <hsivonen> anne: writing custom code for HTML5 and SVG and MathML isn't a small task
- # [12:56] <hsivonen> hmm. Saxon-B source imports closed Saxon-SA stuff it seems
- # [12:56] <Philip> Nobody uses MathML so you can just skip writing that part and it'll be fine :-)
- # [13:01] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [13:02] <anne> at some point i'd like to figure out how I can make hsivonen stop to suggest that MathML is only written by tools
- # [13:03] <hsivonen> anne: why? wouldn't it be better to first stop Philip who's saying no one uses it?
- # [13:08] <anne> Philip's concerns can be addressed by addressing yours and solving the browser support problem
- # [13:08] <anne> well, in my world of thought :)
- # [13:11] <anne> that is, I believe that part of the reason that nobody uses it comes due to complexity and lack of support
- # [13:11] <anne> complexity probably includes not being able to use it in HTML
- # [13:36] <hsivonen> anne: chances are that a radical simplication would make it something other than MathML.
- # [13:37] <hsivonen> anne: as it stands, suggesting that MathML is generated by TeX4ht, iTeX2mml, Mathematica, OpenOffice.org, etc. doesn't seem like an unreasonable position to me.
- # [13:38] <Philip> Should it be possible for such generated MathML to be imported back into one of those programs for further editing?
- # [13:39] <hsivonen> Philip: part of the value proposition was the ability to import to Mathematica and Maple
- # [13:39] <hsivonen> Philip: as far as I've noticed, the promise remains unfulfilled
- # [13:39] * Quits: myakura (myakura@123.224.220.19) (Quit: Leaving...)
- # [13:39] <hsivonen> Philip: but yeah, I'd expect import to Mathematica, Maple and OpenOffice.org but not to LaTeX or iTeX
- # [13:48] * Joins: timbl_ (timbl@85.95.98.99)
- # [13:57] * Joins: matt (matt@128.30.52.30)
- # [14:13] * Quits: timbl_ (timbl@85.95.98.99) (Quit: timbl_)
- # [14:32] * Joins: timbl (timbl@85.95.98.99)
- # [14:48] * Quits: timbl (timbl@85.95.98.99) (Quit: KUTGW)
- # [14:48] * Joins: timbl (timbl@85.95.98.99)
- # [14:55] * Quits: mjs_ (mjs@64.81.48.145) (Quit: mjs_)
- # [15:04] * Joins: ROBOd (robod@89.122.216.38)
- # [15:14] * Joins: aaronlev (chatzilla@65.78.0.149)
- # [15:32] * Quits: timbl (timbl@85.95.98.99) (Quit: timbl)
- # [16:18] * Joins: timbl_ (timbl@85.95.98.99)
- # [16:43] * Quits: gsnedders (gsnedders@86.151.228.75) (Quit: Partying in teh intarwebs)
- # [16:43] * Joins: gsnedders (gsnedders@86.151.228.75)
- # [16:55] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
- # [16:57] * Quits: aaronlev (chatzilla@65.78.0.149) (Ping timeout)
- # [17:12] * Joins: aaronlev (chatzilla@66.30.196.151)
- # [17:14] * Joins: aroben (aroben@68.63.169.188)
- # [17:19] * Quits: timbl_ (timbl@85.95.98.99) (Quit: timbl_)
- # [17:22] * Joins: Lachy (Lachlan@84.215.54.100)
- # [17:33] * Quits: Lachy (Lachlan@84.215.54.100) (Quit: Leaving)
- # [17:33] * Joins: Lachy (Lachlan@84.215.54.100)
- # [17:44] * Joins: DanC (connolly@128.30.52.30)
- # [17:49] * Joins: Sander (svl@86.87.68.167)
- # [17:55] <MikeSmith> hsivonen - if Saxon-B is actually importing non-free stuff, it seems like it couldn't be built from sources without the builder having a copies of the non-free stuff around
- # [17:55] <MikeSmith> but http://ftp-master.debian.org/new.html seems to indicate there's a source package
- # [17:55] <MikeSmith> which I think is required by policy for all Debian java stuff anyway
- # [17:56] * Parts: zcorpan (zcorpan@88.131.66.80)
- # [18:06] * Joins: smedero (smedero@192.223.6.251)
- # [19:15] <hsivonen> MikeSmith: Debian might be patching out the -SA deps. I don't know.
- # [19:19] * Joins: dbaron (dbaron@71.204.145.103)
- # [19:21] * Joins: edas (edaspet@82.233.238.50)
- # [19:22] * Joins: adele (adele@17.203.15.207)
- # [19:25] * Joins: kingryan (kingryan@66.92.2.56)
- # [19:46] * Joins: timbl (timbl@85.95.98.99)
- # [19:47] * matt is now known as mattnap
- # [19:48] * Quits: mattnap (matt@128.30.52.30) (Quit: mattnap)
- # [19:53] * Quits: timbl (timbl@85.95.98.99) (Quit: timbl)
- # [19:55] * Quits: aaronlev (chatzilla@66.30.196.151) (Ping timeout)
- # [19:58] <MikeSmith> hsivonen - ah yeah, could well be
- # [20:02] <MikeSmith> hsivonen - I notice there's finally a package for RNV, David Tolpin's Relax NG validator
- # [20:03] <MikeSmith> http://ftp-master.debian.org/new/rnv_1.7.9-1.html
- # [20:08] * Joins: aaronlev (chatzilla@65.78.0.149)
- # [20:11] * Quits: adele (adele@17.203.15.207) (Quit: adele)
- # [20:27] * Quits: DanC (connolly@128.30.52.30) (Client exited)
- # [20:39] * Joins: timbl (timbl@85.95.98.99)
- # [20:43] * Quits: timbl (timbl@85.95.98.99) (Quit: timbl)
- # [20:44] * Joins: DanC (connolly@128.30.52.30)
- # [20:44] * Joins: adele (adele@17.203.15.207)
- # [21:00] * Joins: zcorpan (zcorpan@83.227.33.203)
- # [21:00] <zcorpan> publishing day tomorrow?
- # [21:05] * Quits: zcorpan (zcorpan@83.227.33.203) (Ping timeout)
- # [21:09] * Quits: adele (adele@17.203.15.207) (Quit: adele)
- # [21:22] * Quits: edas (edaspet@82.233.238.50) (Ping timeout)
- # [21:25] * Joins: edas (edaspet@82.233.238.50)
- # [21:28] * Quits: edas (edaspet@82.233.238.50) (Ping timeout)
- # [21:33] * Joins: edas (edaspet@82.233.238.50)
- # [21:48] * Joins: zcorpan (zcorpan@83.227.33.203)
- # [21:54] * Joins: edaspet (edaspet@82.233.238.50)
- # [21:55] * Quits: edas (edaspet@82.233.238.50) (Ping timeout)
- # [22:05] * Quits: zcorpan (zcorpan@83.227.33.203) (Ping timeout)
- # [22:15] * Joins: adele (adele@17.203.15.207)
- # [22:16] * Quits: jgraham__ (jgraham@81.86.219.94) (Client exited)
- # [22:19] * Quits: adele (adele@17.203.15.207) (Quit: adele)
- # [22:23] * Joins: zcorpan (zcorpan@83.227.33.203)
- # [22:24] * Quits: ROBOd (robod@89.122.216.38) (Quit: http://www.robodesign.ro )
- # [22:41] * Joins: adele (adele@17.203.15.207)
- # [22:41] * Quits: aaronlev (chatzilla@65.78.0.149) (Connection reset by peer)
- # [22:43] * Joins: aaronlev (chatzilla@65.78.0.149)
- # [22:44] <anne> zcorpan, yes
- # [22:44] <anne> zcorpan, I believe 5PM our time
- # [22:44] <anne> but it's probably not that exact
- # [22:45] <Philip> Is anybody planning to post favourably biased stories to news publications?
- # [22:46] <anne> I believe the W3C is preparing a press release
- # [22:46] <gsnedders> But that's normal for any movement to TR space, is it not?
- # [22:46] <anne> This one is pretty special as I understand it
- # [22:47] <gsnedders> OMFG über PR! :P
- # [22:52] * Quits: edaspet (edaspet@82.233.238.50) (Ping timeout)
- # [22:53] * Quits: heycam (cam@210.84.44.198) (Ping timeout)
- # [22:59] * Joins: mjs (mjs@64.81.48.145)
- # [23:05] * Quits: zcorpan (zcorpan@83.227.33.203) (Ping timeout)
- # [23:06] * Joins: mjs_ (mjs@64.81.48.145)
- # [23:06] * Quits: mjs (mjs@64.81.48.145) (Connection reset by peer)
- # [23:07] * Quits: Navarr (navarr@76.247.244.98) (Connection reset by peer)
- # [23:07] * Joins: Navarr (navarr@76.247.244.98)
- # [23:11] * Joins: tH_ (Rob@87.102.8.113)
- # [23:12] * jgraham wonders if the w3c still plan to rebrand XHTML2
- # [23:12] * Quits: tH (Rob@87.102.43.39) (Connection reset by peer)
- # [23:12] * tH_ is now known as tH
- # [23:18] * Quits: Lachy (Lachlan@84.215.54.100) (Quit: Leaving)
- # [23:19] * Joins: sbuluf (ll@200.49.132.81)
- # [23:41] * Quits: Navarr (navarr@76.247.244.98) (Quit: Yeah.. I'll see ya around...)
- # [23:57] * Joins: Zeros (Zeros-Elip@67.154.87.254)
- # [23:58] <gsnedders> we're getting /TR/html5, right?
- # [23:59] <Philip> I'm hoping for /TR/html-five-point-oh
- # [23:59] <gsnedders> MikeSmith: ping
- # Session Close: Tue Jan 22 00:00:00 2008
The end :)