10 months agoDan Connolly http://www.w3.org/People/Connolly/investigating DOM security exceptions
10 months agoDan Connolly http://www.w3.org/People/Connolly/tweaking the way diagnostics are handled
10 months agoDan Connolly http://www.w3.org/People/Connolly/moved loop/closure around to get multiple transforms working async; removed debug code
10 months agoDan Connolly http://www.w3.org/People/Connolly/trying madly to get async working with more than one txform; giving up for tonight
10 months agoDan Connolly http://www.w3.org/People/Connolly/fetching source XML, transformations is now async
10 months agoDan Connolly http://www.w3.org/People/Connolly/moving emacs/javascript clues
10 months agoDan Connolly http://www.w3.org/People/Connolly/devnotes draft somewhat complete
10 months agoDan Connolly http://www.w3.org/People/Connolly/reorganizing devnotes; somewhat interrupted
10 months agoDan Connolly http://www.w3.org/People/Connolly/declare externals using jslint conventions; order functions to be defined before use (except recursive grddl_data)
10 months agoDan Connolly http://www.w3.org/People/Connolly/jslint cleanups: var, 4 spaces, etc
10 months agoDan Connolly http://www.w3.org/People/Connolly/starting to handle recursive namespaceTransformation case
10 months agoDan Connolly http://www.w3.org/People/Connolly/handle section 4: rel="transformation"
10 months agoDan Connolly http://www.w3.org/People/Connolly/move do_grddl to runner.html, since it knows the document structure
10 months agoDan Connolly http://www.w3.org/People/Connolly/use textContent rather than innerHTML to dump the kb
10 months agoDan Connolly http://www.w3.org/People/Connolly/on the tabulator api, some scribbles
10 months agoDan Connolly http://www.w3.org/People/Connolly/oops; was parsing the wrong thing
10 months agoDan Connolly http://www.w3.org/People/Connolly/import a bunch of tabulator stuff and call the RDF/XML parser
10 months agoDan Connolly http://www.w3.org/People/Connolly/grab enough tabulator sources to run the RDF/XML parser
11 months agoDan Connolly http://www.w3.org/People/Connolly/running XSLT seems to work
11 months agoDan Connolly http://www.w3.org/People/Connolly/handle relative URIs in grddl:transform attribute
11 months agoDan Connolly http://www.w3.org/People/Connolly/load uri.js too
11 months agoDan Connolly http://www.w3.org/People/Connolly/uri.js from tabulator svn.3511 Fri Jul 20 11:19:16 2007 -0500
11 months agoDan Connolly http://www.w3.org/People/Connolly/able to get the transform pointer from the 1st test case
11 months agoDan Connolly http://www.w3.org/People/Connolly/note some security/policy issues
11 months agoDan Connolly http://www.w3.org/People/Connolly/get source address from form
11 months agoDan Connolly http://www.w3.org/People/Connolly/cite XSLT API docs, GRDDL test cases
11 months agoDan Connolly http://www.w3.org/People/Connolly/use application/javascript in favor of deprecated text/javascript; add some dev breadcrumbs
11 months agoDan Connolly http://www.w3.org/People/Connolly/GRDDL test page where you give the URI of a document and it gives you the RDF - mocked up