[Home] [By Thread] [By Date] [Recent Entries]

Subject: retaining "xml:" prefix on attribute name
From: Saverio Perugini <sperugin@xxxxxxxxxxxxxxxx>
Date: Wed, 29 Oct 2003 17:24:44 -0500 (EST)
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


Current Thread
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member