You sample is just a regular XML file, the parser certainly can parse such a file. Perhaps I misunderstood you question. if you mean how to extract the mixed content of a element. a good sample is samples/sax/SAXWriter.java in your Xerces binary distribution. _____
Eric Ye * IBM, JTC - Silicon Valley * [EMAIL PROTECTED] ----- Original Message ----- From: "Sauquet Dominique" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 06, 2000 10:18 AM Subject: Parsing of Mixed Content > Hi > > It would be most helpful if you could provide me with Java Code samples to > parse Mixed Content such as : > .... > <prompt> > I have <value expr="card_type"/> > number <value expr="card_num"/>, > expiring on <value expr="expiry_date"/>. > Is this correct? > </prompt> > ... > > If you do not have code samples, I would appreciate any idea of how to do > it. > Thanks a lot in advance > Dominique Sauquet >