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