We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
let newXML = LocalDataModelXML.newTasksXML! newXML.addChild(XML(string: tasks))
If construct XML from existing XML new tag added new tag and not parse new tag. After parse final xml view one first tag
<Doc StatusDoc="new" > <clientsTasks> <clientTask description="Dsdsd" persone="Гребенкина Анастасия" date="1562290361.0" id_client="000006383" name="Dodd’s" /> </clientsTasks> <clientsTasks> <clientTask description="Dsdsd" date="1562463999.0" id_client="000006383" persone="Гребенкина Анастасия" name="dsdsdds" /> </clientsTasks> <clientsTasks> <clientTask name="dsdsdds" description="Dsdsd" date="1562463999.0" id_client="000006383" persone="Гребенкина Анастасия" /> </clientsTasks> <clientsTasks> <clientTask date="1562463999.0" persone="Гребенкина Анастасия" description="Dsdsd" id_client="000006383" name="dsdsdds" /> </clientsTasks> <clientsTasks> <clientTask id_client="000006383" name="dsdsdds" date="1562463999.0" persone="Гребенкина Анастасия" description="Dsdsd" /> </clientsTasks> <clientsTasks> <clientTask persone="Гребенкина Анастасия" date="1562207178.0" description="dsdsd" id_client="000006383" name="dsdsd" /> </clientsTasks> <clientsTasks> <clientTask date="1562121435.0" description="Hello" persone="Казакова Анастасия" name="test update view" id_client="000006383" /> </clientsTasks> </Doc>
The text was updated successfully, but these errors were encountered:
Hi, @kiri11ko, can you post full code, so I can better understand your question!
Sorry, something went wrong.
No branches or pull requests
If construct XML from existing XML new tag added new tag and not parse new tag.
After parse final xml view one first tag
The text was updated successfully, but these errors were encountered: