This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Removing xmlns attributes from html tags


Thank you very much, david. It seems to work.
Just one small question more though concerning this. 

When I inserted the line:
- exclude-result-prefixes="#default xmlns common style user"
it didnt remove the default xmlns which was set to:
- xmlns="http://www.w3.org/TR/REC-html40";
When I removed this line every xmlns was gone in my html.

So, is there a way to remove this xmlns also ?

I though it would work with the #default, as described in the microsoft
documentation for xsl:stylesheet.

Anders Flodell
Intellix A/S

-----Original Message-----
From: David Carlisle [mailto:davidc@nag.co.uk]
Sent: den 28 mars 2001 13:52
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] Removing xmlns attributes from html tags



> I dont want to show this in the HTML, is there a way to remove the
> xmlns attributes ?

The exclude-result-prefixes  attribute is your friend.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]