Re: SGML Parsing

2001-03-27 Thread Michael D. Crawford
I don't know whether it suits your needs, but I understand there is an SGML parser contained within the W3C HTML validator: http://validator.w3.org/ While you're there, type in the URLs of a few of your favorite web page to see how compliant they are to the HTML standards ;-) The source itself i

Re: SGML Parsing

2001-03-26 Thread Rajesh K R
Kline" <[EMAIL PROTECTED]> To: "Xerces J Users (Adresse de messagerie)" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: "DESBOIS Sebastien" Sent: Monday, March 26, 2001 5:46 PM Subject: Re: SGML Parsing > On Mon, 26 Mar 2001, David DELGRANCHE wrote: > &g

Re: SGML Parsing

2001-03-26 Thread Bob Kline
On Mon, 26 Mar 2001, David DELGRANCHE wrote: > I know that xerces doesn't allow SGML parsing, but I have the > following problem to solve: I have a SGML document that I would like > to parse to retrieve specific informations knowing the name of the > tag and the name of the attribute. >