Re: [xsl] Inserting xml:namespace and prefixed elements into html output

Subject: Re: [xsl] Inserting xml:namespace and prefixed elements into html output
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 29 Jan 2002 17:14:10 GMT


 I'm attempting to generate html output containing vml and following a
 vml example, I'm trying to insert:
 <html><head>
 <xml:namespace prefix="v"/>


If you are generating html then XSLT won't use th eXML /> empty element
syntax, and won't allow an element name starting with XML (as teh XMl
REC reserves these)

Similarly if you are using the xml output method then XSLT would use the
/> syntax but still can not allow an element called xml...

Doesn't the microsoft weird-namespace-use-in-html system have an option
of a processing instruction syntax for namespaces?

David


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread