Re: [xsl] XML source with DOCTYPE declaration

Subject: Re: [xsl] XML source with DOCTYPE declaration
From: Zeljko Rajic <zeljko.rajic@xxxxxxxxxx>
Date: Tue, 24 Apr 2001 08:51:40 +0200
Hi Wendell,

thanks for your tip:


> This suggests there's a top-level switch intended to turn namespace
> prefixes on the names on and off. I wonder what would happen if your
> DOCTYPE declaration said:
> 
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
> "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd";
> [
> <!ENTITY NS.prefixed "INCLUDE">
> ]>
> 
> or even
> 
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
> "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd";
> [
> <!ENTITY NS.prefixed "IGNORE">
> ]>

I've tried both, with no change in the result at all.  :(


Do you maybe know of a machanism in XSLT to check whether a DOCTYPE was
used in the XHTML file or not?


-  Zeljko

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


Current Thread