]> err.no Git - sope/blobdiff - sope-xml/samples/testqp.m
renamed DOM implementations from DOMxx to NGDOMxx
[sope] / sope-xml / samples / testqp.m
index 726915aac2a7f78cf8d4a6f31568732b9fd5e347..996e835bb5bcc79463bd22cc823e12f2da78534c 100644 (file)
@@ -68,7 +68,7 @@ int main(int argc, char **argv, char **env) {
     
     if ([path hasPrefix:@"-"]) {
       if ([path isEqualToString:@"-pyx"]) {
-        out = [[[DOMPYXOutputter alloc] init] autorelease];
+        out = [[[NGDOMPYXOutputter alloc] init] autorelease];
       }
       else if ([path isEqualToString:@"-xml"]) {
         out = [[[DOMXMLOutputter alloc] init] autorelease];