Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create XML from 2.x
Message
From
08/12/2006 09:01:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Create XML from 2.x
Miscellaneous
Thread ID:
01176033
Message ID:
01176033
Views:
103
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
Reply
Map
View

Click here to load this message in the networking platform