Many and various fixes for XML and URL stuff

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7587 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-09-22 18:55:21 +00:00
parent bfd71fd438
commit d800ea424a
11 changed files with 167 additions and 98 deletions

View file

@ -23,6 +23,8 @@ int main (int argc, char **argv)
NSData *data = [url resourceDataUsingCache: YES];
NSLog(@"%@", data);
url = [NSURL fileURLWithPath: @"/tmp/z"];
[url setResourceData: data];
NSLog(@"%@", _(Testing));
NSLog(@"%@", $(@"Testing"));