xsl-list
[Top] [All Lists]

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

2007-06-01 02:19:20

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--