Re: [xsl] xsl:element will not create an output element, in any context

Subject: Re: [xsl] xsl:element will not create an output element, in any context
From: N David Brown <orieldave@xxxxxxxxxxxxxx>
Date: Fri, 01 Jun 2007 11:02:22 +0000
Ok, thanks for the explanation, David =)

- Dave


David Carlisle wrote:
Why is the namespace not correct?
because it's got the wrong characters in it.
the xhtml namespace is
http://www.w3.org/1999/xhtml
and you declared (but didn't use)
http://www.w3.org/1999/XHTML
which is a different namespace.

I just tested the link...
Whether a server serves anything from a URI has no relationship to
whether that URI is usable as a namespace for a particular vocabulary.
Thw w3c server  rewrites the URI to lowercase if it would otherwise
fail a GET request which is a convenience if you are trying to get web
pages, but irrelevant to namespace processing which is case sensitive.

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________

Current Thread