On 24/04/2013 07:36, Ihe Onwuka wrote:
I am downloading loading webpages and munging the markup. I strip
off the HTML namespace as part of the munging process but now I have
a requirement to reconstitute the HTML.
Can I leave the html unnamespaced or is it ok or necessary to just
stick in an xmlns="http://www.w3.org/1999/xhtml" (or some other)
declaration
That appears to be an html question not an xslt one, so this is a _very_
marginal question for this list.
HTML does not have namespaces.
If you are generating HTML 4 or earlier any xmlns attribute is invalid.
If you are generating HTML5 or later
xmlns="http://www.w3.org/1999/xhtml" is valid but ignored.
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
--~------------------------------------------------------------------
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>
--~--