Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid expression #85

Open
BackWorld opened this issue Feb 16, 2017 · 1 comment
Open

Invalid expression #85

BackWorld opened this issue Feb 16, 2017 · 1 comment

Comments

@BackWorld
Copy link

DDXMLElement *root = [document rootElement];
    DDXMLNode *defaultNameSpace = [root namespaceForPrefix:@""];
    defaultNameSpace.name = @"default";
    int index = 1;
    NSError *error;
    
    NSArray *spineNodes = [root nodesForXPath:@"//default:ncx/default:navMap" error:&error];

why?

@BackWorld
Copy link
Author

DDXMLErrorDomain Code=1207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant