[Bug 5893] [XSLT 2.0] Allow explicit setting of doctype-system and doctype-public to null

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5893





--- Comment #5 from Michael Kay <mike@saxonica.com>  2008-10-27 13:41:14 ---
>I have to say that it is not clear to me what will be output of 

<xsl:output method="html" doctype-public=""/>

The essence of this proposal is that this will be identical to

<xsl:output method="html"/>

That is, setting the attribute to "" is the same as omitting it.

I don't actually know what the answer to your question is without reading the
serialization spec in detail, but I don't think that's relevant.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 27 October 2008 13:41:24 UTC