non-absolute xml namespaces
Joe Orton
joe at manyfish.co.uk
Wed Nov 5 04:37:53 EST 2008
On Tue, Nov 04, 2008 at 05:45:47PM -0500, Evert | Rooftop wrote:
> Expat throws an error on me on property test 26: propmanyns
>
> The error in question is: xmlns: URI kappa is not absolute
>
> Is this an error I should completely ignore, or is this something that
> should really be fixed within litmus?
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)
More information about the litmus
mailing list