Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create a simple text file like xml?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01089149
Message ID:
01089248
Vues:
17
>I am trying to create a simple text file that would look like XML.
>
>Here is what I do:
>
>
>cMyStr = "<MYTAG>" + mytable.fld1 + "</MYTAG>" + chr(13) + ;
>         "<MYTAG2>" + mytable.fld2 + "</MYTAG2>" + chr(13) + ;
>         "<MYTAG3>" + mytable.fld3 + "</MYTAG3>"
>strtofile(cMyStr, "MYFILE.XML" )
>
>
>The problem is that when I look at the MYFILE.XML in DOS (typing TYPE MYFILE.XML) only the last tag is shown to be in the resulting file.
>
>What am I missing here?
>
>Thank you.

There's some code that will DBF to XML and XML to DBF w/o CA or X2C in these messages:
Main program in message #1086916
Performance fix in message #1086938 (error handler call)
Performance fix in message #1087429 (speed)

I know there are CrLfs in XML FIles - but am not sure how they behave when embedded in XML strings. XML Vales or Node Text do not like "&" - IF they work - forget I mentioned it - if there are issues there may be some XML substitution for CrLf (like there is for ampersand).
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform