kodaligopi547 / droiddraw

Automatically exported from code.google.com/p/droiddraw
0 stars 0 forks source link

Can't save and/or open #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I save my work in a folder as a .xml
2. I try to open it
3. An error message pops up

What is the expected output? What do you see instead?
I thought it would open my saved work but it pops up an error message saying 
"the entity name must immediately follow the '&' in the entity reference"

What version of the product are you using? On what operating system?
DroidDraw-r1b16 on windows 7 64bit

Please provide any additional information below.
Mostly Just want to save my work, don't much care how

Original issue reported on code.google.com by kcswarth...@gmail.com on 17 Sep 2010 at 11:40

GoogleCodeExporter commented 9 years ago
Hi,

did you save the .xml file with DroidDraw or another editor?
If possible would you please provide the file.

cheers
Frank

Original comment by Dietrich.Frank@gmail.com on 20 Sep 2010 at 11:33

GoogleCodeExporter commented 9 years ago
I went to "file" "save as" saved the file as "NbGUI" as an .xml file and when I 
go to "File" "Open" and select "NbGUI.xml" while in the correct folder, it pops 
up that warning. 

Note: 
1) I am new to making android apps, xml and droiddraw (I've only been 
programing in java for about a year) so perhaps there is a certain way to save 
it or load it that I am not aware of being new to this. 
2) I am trying to open it in droiddraw while I have it open in another 
droiddraw window but I have saved it as both "NbGUI" and "NextBusGUI" and while 
it was saved as NbGUI I tried opening NextBusGUI and multiple other variations.

Original comment by kcswarth...@gmail.com on 20 Sep 2010 at 2:04

Attachments:

GoogleCodeExporter commented 9 years ago
Ah, tricky, the character ampersand is illegal in XML.

I will fix this so that it escapes characters correctly.

Original comment by brendan....@gmail.com on 12 Oct 2010 at 4:27

GoogleCodeExporter commented 9 years ago
This is fixed in SVN and will rollout with the next release.

Original comment by brendan....@gmail.com on 12 Oct 2010 at 4:45