Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create XML from 2.x
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Create XML from 2.x
Divers
Thread ID:
01176033
Message ID:
01176033
Vues:
104
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform