Message
From
08/12/2006 09:01:03
 
 
To
Todo
General information
Fórum:
Visual FoxPro
Category:
FoxPro 2.x
Título:
Create XML from 2.x
Miscellaneous
ID da thread:
01176033
ID da mensagem:
01176033
Views:
105
Hello,

I am trying to create an XML file in foxPro 2.x:
lnFile = fCREATE("test.txt",0)

=fputs(lnFile,'<?xml version="1.0" encoding="UTF-8" ?>')
=fputs(lnFile,[	<DATA>])
=fputs(lnFile,[		<DOC_ATTR>])
=fputs(lnFile,[			<NAME_1>Curiël</NAME_1>])
=fputs(lnFile,[		</DOC_ATTR>])
=fputs(lnFile,[	</DATA>])

=fclose(lnFile)
However, the file that I created this way cannot be opened as a XML file. What I noticed is that if I create the same file in VFP, the file is correct. But created with FoxPro 2.6, it gives this error (in IE):
An invalid character was found in text content. Error processing resource 'file:///H:/projects/PRNEW/TEST.xml'. Line 4, Po...

   <NAME_1>Curi
Has anybody an idea what I could do about that?
Christian Isberner
Software Consultant
Next
Responder
Mapa
View