fiordo
01-09-2002, 10:07 AM
Hi everybody,
I'm updatind some attributes of some nodes of my XML file: the interface for writing is made in Flash and the input text field in which I write to modify the file is of the same dimensions of the text box that will work as a container.
The file then is updated and everything works well until I push enter to go on a new line at this poin the texs are not uploaded anymore on the system and I'll show you what happens:
in the input text box
______________________
|(enter enter)
|
|ok
|
|_____________________
The XML file has now been modified and when i open it with the notepad i get the following:
<showcase>
<automotive>
<progetto_1 testo_1="//<---[here you see 2 rectangles as symbol for "enter"] ok">
</progetto_1>
</automotive>
</showcase>
The XML file has now been modified and when i open it with IE i get the following:
<showcase>
- <automotive>
- <progetto_1 testo_1="ok"> // <---[ it looks like it is viewed normally]
etc ... etc...
The XML file has now been modified and when i open it with a trace i get the following:
<showcase>
<automotive>
</automotive></showcase>
and the node <progetto_1> and all its attributes disappear.
Can you hel me in solving this problem?
Thanks in advance.
Roberto.
I'm updatind some attributes of some nodes of my XML file: the interface for writing is made in Flash and the input text field in which I write to modify the file is of the same dimensions of the text box that will work as a container.
The file then is updated and everything works well until I push enter to go on a new line at this poin the texs are not uploaded anymore on the system and I'll show you what happens:
in the input text box
______________________
|(enter enter)
|
|ok
|
|_____________________
The XML file has now been modified and when i open it with the notepad i get the following:
<showcase>
<automotive>
<progetto_1 testo_1="//<---[here you see 2 rectangles as symbol for "enter"] ok">
</progetto_1>
</automotive>
</showcase>
The XML file has now been modified and when i open it with IE i get the following:
<showcase>
- <automotive>
- <progetto_1 testo_1="ok"> // <---[ it looks like it is viewed normally]
etc ... etc...
The XML file has now been modified and when i open it with a trace i get the following:
<showcase>
<automotive>
</automotive></showcase>
and the node <progetto_1> and all its attributes disappear.
Can you hel me in solving this problem?
Thanks in advance.
Roberto.