Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XMLTOCURSOR() with invalid characters
Message
 
 
To
26/07/2016 23:25:08
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01638686
Message ID:
01638730
Views:
103
>Hi Dmitry, to include binary data in xml:
>
>-it should be base64encoded
>
>-base64Encoded data does not need to be set inside a [CDATA] section -
> CDATA -character data- sections are meant to tell the XML parser that
>there's no markup to process inside.
>
>-The Xml spec says that Xml nodes wich contains base64encoded values
>should indicate it in the xml schema ( https://www.w3.org/TR/xml-media-types/#usage )
>so you need to tell VFP to generate the schema to get automatic base64encoding
>and proper XML format:
>
>You can test it by embedding any pdf for example:
>
>
>
>create cursor test ( bindata m nocptrans )
>insert into test ( bindata ) values ( filetostr("somePdf.pdf") )
>cursortoxml('test','xx',1,32,0,'1')
>strtofile(xx,'temp.xml')
>modify file temp.xml
>
>
>
>Marco

Thank you, Marco.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform