PHP XML parsing with values using encoding=base64

Johnny

New Member
How does one parse XML that contains values that are encoded. In my case I have a number of values that are encoded with base64:\[code\]<value encoding="base64">...</value>\[/code\]Using SimpleXML it appears to ignore the encoding. So there must be a different way...
 
Back
Top