But it can read EBCDIC and others? Shouldn't you be able to write a custom Recognizer and Reader? I haven't really worked with this part of Xerces so I may be way off base.
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 21, 2000 4:04 AM > To: [EMAIL PROTECTED] > Subject: Re: parsing WML > > > "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. >
