Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

13:27:32 webr3: hey all; is this the right place to discuss arc2? / get a bit of support?
13:34:06 bengee: webr3, yep
13:34:40 webr3: sweet - on phone will be 2 mins, got a problem w/ default namespace
13:40:38 bengee: bengee off for lunch, but back soon-ish
13:56:12 webr3: sorry about that!
13:57:03 webr3: problem: I need to produce (w/ arc2) <rdf:RDF
13:57:04 webr3: xmlns="http://www.w3.org/1999/xhtml"
13:57:05 webr3: xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
13:57:13 webr3: ...
13:57:32 webr3: but can't see how.. tried the obvious:
13:57:34 webr3: $ns = array(
13:57:35 webr3: '' => 'http://www.w3.org/1999/xhtml',
13:57:37 webr3: );
13:57:46 webr3: but no joy; any ideas?
14:24:08 bengee: in the rdfxml serializer?
14:25:51 bengee: the empty prefix for a default namespace is actually a nice idea
14:27:01 bengee: currently, you have to set a configuration option: 'serializer_default_ns' => 'http://...'
14:27:41 bengee: .. when you instantiate the serializer or the object that calls the serializer
14:57:10 webr3: cheers bengee :) config option will do for now