- From: John Aldridge <john.aldridge@informatix.co.uk>
- Date: Thu, 07 Sep 2000 19:05:27 +0100
- To: "Henrik Frystyk Nielsen" <frystyk@microsoft.com>, <michaelm@netsol.com>
- Cc: "Simon St.Laurent" <simonstl@simonstl.com>, <XML-uri@w3.org>
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