mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
namespace bugfixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26003 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b00e4b6bb3
commit
63208fe5c1
2 changed files with 31 additions and 3 deletions
|
@ -2827,12 +2827,11 @@ startElementNsFunction(void *ctx, const unsigned char *name,
|
|||
|
||||
if (namespaces[pos] == 0)
|
||||
{
|
||||
key = @"xmlns";
|
||||
key = @"";
|
||||
}
|
||||
else
|
||||
{
|
||||
key = [@"xmlns:" stringByAppendingString:
|
||||
UTF8Str(namespaces[pos])];
|
||||
key = UTF8Str(namespaces[pos]);
|
||||
}
|
||||
pos++;
|
||||
if (namespaces[pos] == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue