xsl-list
[Top] [All Lists]

Re: [xsl] HTML to XML

2009-05-28 11:39:01
Knight, Michel wrote:

When I run this scripts I get this :
<title xmlns:xhtml="http://www.w3.org/1999/xhtml";>
<meta xmlns:xhtml="http://www.w3.org/1999/xhtml";>

How to remove does comment?
xmlns:xhtml="http://www.w3.org/1999/xhtml";



<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
xmlns:xhtml="http://www.w3.org/1999/xhtml";>

Put an
  exclude-result-prefixes="xhtml"
on the xsl:stylesheet element.



--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>