in reply to Re: Parsing an XML-like definition of an XML-like language to create a parser of the actual data in that language.
in thread Parsing an XML-like definition of an XML-like language to create a parser of the actual data in that language.

Grandfather, Thanks, it did not occur to me that DTD was an official acronym and so this helps me also to search CPAN for further choices in trying to string together the two parsers.

-M

Free your mind

  • Comment on Re^2: Parsing an XML-like definition of an XML-like language to create a parser of the actual data in that language.

Replies are listed 'Best First'.
Re^3: Parsing an XML-like definition of an XML-like language to create a parser of the actual data in that language.
by blazar (Canon) on Nov 20, 2006 at 12:40 UTC
    Grandfather, Thanks, it did not occur to me that DTD was an official acronym and so this helps me also to search CPAN for further choices in trying to string together the two parsers.

    (As a side note and mostly just for fun) so you did never look at the source for a web page? For this particular one I find:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- Took this out for IE6ites "http://www.w3.org/TR/REC-html40/loose. +dtd" -->