Re: [xsl] ignore DOCTYPE

Subject: Re: [xsl] ignore DOCTYPE
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Mon, 21 May 2001 18:00:31 +0100
At 10:36 PM 5/21/01, Felix wrote:
How to ignore the <!DOCTYPE ...> line during the transformation?

Use a non-validating parser.


The DOCTYPE declaration is part of the document prolog and should not be visible to the transformation engine to begin with. Its only effect is to indicate which set of DTD declarations to use for validation (or resolving general entities).

Regards,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread