Question on xml format

ScaleRichView support and discussion (TRichView add-on for WYSIWYG editing)
Post Reply
bortsov
Posts: 6
Joined: Thu Jan 26, 2012 8:04 am
Location: Беларусь

Question on xml format

Post by bortsov »

Have difficulty decoding the IMG tag from the xml file on the web server by means of php.
Probyval decode back to jpg base64 function but it did not work.
Prompt please as encoded images in the xml in the IMG tag


<image parastyleno="1" spacing="0" alt="Красные кровяные клетки" imagefilename="http://www.roboraptor.tk/1-216.jpg" class="TJPEGImage" img="FFD8FFE000104A46494600010101004800480000FFE100664.....
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

it's just a hexadecimal code
"FFD8..." means that the first byte is $FF, the second byte is $D8, and so on.
Post Reply