[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: retaining "xml:" prefix on attribute name

Subject: RE: retaining "xml:" prefix on attribute name
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 30 Oct 2003 08:28:23 -0000
xml prefix
I'm puzzled as to why you should want an xml:lang attribute in HTML
output, since it's not legal HTML. 

The serialization spec says that the HTML output method should output
namespaced elements as if they were XML, but it says nothing about
namespaced attributes on non-namespaced elements. So I guess your XSLT
processor is within its rights to drop the prefix, though it seems an
odd decision to me.

Michael Kay

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Saverio Perugini
> Sent: 29 October 2003 22:25
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  retaining "xml:" prefix on attribute name
> 
> 
> Hello,
> 
> I'm trying to make an XSLT stylesheet include the following 
> element in its result document.
> 
> <grammar version="1.0" xml:lang="en-US" 
> xmlns="http://www.w3.org/2001/06/grammar" root="root">
> 
> The resulting document must be html.
> However, when I use <xsl:output method="html"/>, I get
> 
> <grammar version="1.0" lang="en-US" 
> xmlns="http://www.w3.org/2001/06/grammar" root="root"> (i.e., 
> the "xml:" prefix on the lang attribute is removed!).
> 
> When I use <xsl:output method="xml"/>, the "xml:" prefix 
> remains. I however need html, not xml, output.  I am using 
> libxslt. Is it possible to retain the "xml:" prefix on the 
> lang attribute in HTML output?
> 
> Thanks,
> Saverio
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.