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

> 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.

Which is why it is the responsibility of the party generating the document
to use consistent and simplified names which most apps tend to do anyway.
This is what I suggest in point e) in [1].

Henrik

[1] http://lists.w3.org/Archives/Public/xml-uri/2000Jun/0739.html

Received on Thursday, 7 September 2000 15:40:14 UTC