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

Documentation Example of form_schema_parse #76

Closed
dmenne opened this issue Jun 18, 2020 · 1 comment
Closed

Documentation Example of form_schema_parse #76

dmenne opened this issue Jun 18, 2020 · 1 comment
Assignees
Labels
bug an unexpected problem or unintended behavior

Comments

@dmenne
Copy link
Contributor

dmenne commented Jun 18, 2020

The example in form_schema_parse:

fs <- form_schema(flatten = FALSE)
fsp <- form_schema_parse(fs) 
# object 'name' not found  fsp 
<- form_schema(parse=TRUE)
 # works
@dmenne dmenne added the bug an unexpected problem or unintended behavior label Jun 18, 2020
@florianm
Copy link
Collaborator

Thanks, I've updated the docs and added tests. Above docs referred to ODK Central pre 0.8, which returned fiendishly ugly XML form schemas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants