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

QXmlEdit is not sufficiently careful about attribute names ending up in XML files it cannot read #6

Closed
GoogleCodeExporter opened this issue Mar 18, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open an XML file
2. Create an attribute with a space in its name (QXmlEdit happily accepts it)
3. Save the XML file
4. Try to reopen the file
5. See QXmlEdit complain that it is uncapable to open the file because it is 
invalid

What is the expected output? What do you see instead?

QXmlEdit should refuse to add attributes with invalid names.

QXmlEdit does not complain and then saves a file that cannot be re-opened any 
more.


What version of the product are you using? On what operating system?

0.4.9 on linux.
Please provide any additional information below.


Original issue reported on code.google.com by sergio.c...@gmail.com on 30 Sep 2010 at 5:57

@GoogleCodeExporter
Copy link
Author

Original comment by lbello...@gmail.com on 30 Sep 2010 at 6:10

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by lbello...@gmail.com on 1 Oct 2010 at 9:08

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by lbello...@gmail.com on 1 Oct 2010 at 9:55

@GoogleCodeExporter
Copy link
Author

Fixed in rev 156, but using the Unicode Basic Multilingual Plane (BMP) only. 
This limitation will be removed in a future.

Original comment by lbello...@gmail.com on 4 Oct 2010 at 9:09

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

I would like to thank you for the extremely quick response to the bug report 
and also to take the occasion to express my appreciation for this software 
project!

Original comment by sergio.c...@gmail.com on 4 Oct 2010 at 9:43

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

No branches or pull requests

1 participant