non-absolute xml namespaces

Joe Orton joe at manyfish.co.uk
Thu Nov 6 08:15:24 EST 2008


On Wed, Nov 05, 2008 at 08:35:00AM -0500, Evert | Rooftop wrote:
>> Yeah, that's a bug.  I'll commit this patch to fix it:
>>
>> Index: src/props.c
>> ===================================================================
>> --- src/props.c	(revision 1570)
>> +++ src/props.c	(working copy)
>> @@ -562,8 +562,8 @@
>> }
>>
>> static const char *manyns[10] = {
>> -    "alpha", "beta", "gamma", "delta", "epsilon",
>> -    "zeta", "eta", "theta", "iota", "kappa"
>> +    "alpha:", "beta:", "gamma:", "delta:", "epsilon:",
>> +    "zeta:", "eta:", "theta:", "iota:", "kappa:"
>> };
>>
>> static int propmanyns(void)
>>
>
> Actually, even that will throw a warning. I'm doing a :

OK, I've changed it to use http: URIs everywhere I could find, since 
this type of URI was legitimately rejected by some parsers.  But since 
you have to cope with DAV: anyway, not sure that's worth much ;)

Let me know if I've missed anywhere.

Regards, Joe




More information about the litmus mailing list