"Massot, David" wrote: > I am using xerces-c in order to parse a WML file. Besides, WAP terminals > are using compiled WML (.wmlc) files because of their bandwidth. > Is it possible to parse such binary files with xerces ?
It's not possible to parse binary WML using Xerces (or any other standard XML parser). You need to first decode it to text WML. Sorry I can't give more happy news! Best regards, Mike.