This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XML source with DOCTYPE declaration


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]