Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create XML from 2.x
Message
From
08/12/2006 09:03:46
 
 
To
08/12/2006 09:01:03
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
01176033
Message ID:
01176035
Views:
18
I just realized that created in VFP the file is also invalid. So it has nothing to do with foxpro 2.x, but with VFP in general.


>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
Previous
Reply
Map
View

Click here to load this message in the networking platform