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

fixes xml typos #694

Merged
merged 1 commit into from
May 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions odk1-src/openrosa-form-list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ If accepted by the server, the server will respond with a ``Content-Type: text/x
<?xml version='1.0' encoding='UTF-8' ?>
<xforms xmlns="http://openrosa.org/xforms/xformsList">
<xform>
<formID>mydomain.org:formId</id>
<formID>mydomain.org:formId</formID>
<name>Form with zero or more additional files</name>
<version>1.1</version>
<hash>md5:c28fc778a9291672badee04ac880a05d</hash>
<descriptionText>A possibly very long description of the form</descriptionText>
<downloadUrl>http://myhost.com/app/path/getMe/formIdA</downloadUrl>
<manifestUrl>http://myothehost.com/app/path/getOtherStuff?formId=formIdA</namifestUrl>
<manifestUrl>http://myothehost.com/app/path/getOtherStuff?formId=formIdA</manifestUrl>
</xform>
<xform>
<formID>http://mydomain.org/uniqueFormXmlns</id>
<formID>http://mydomain.org/uniqueFormXmlns</formID>
<name>Form without additional files</name>
<version>v50 alpha</version>
<hash>md5:c28fc778a9291672badee04ac770a05d</hash>
Expand Down