RE: I-D ACTION:draft-daigle-uri-std-00.txt

At 10:07 07/09/00 -0700, Henrik Frystyk Nielsen wrote:

>My two statements are completely consistent: It is fully acceptable but
>not required for any parser to know about specific URI schemes and their
>normalization rules.
>
>What is the problem?

I don't think it helps people to write reliable portable code if

<xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:dc="http://purl.org:80/dc/elements/1.0/"
 >
    <xsl:template match="dc:Creator">
       :
    </xsl:template>
</xsl:stylesheet>

may or may not have the desired effect depending on the particular XSLT 
implementation in use.
--
Cheers,
John

Received on Thursday, 7 September 2000 14:05:37 UTC