<xsl:stylesheet xmlns="http://www.w3.org/1999/xhtml"
version="1.0"
xmlns:ms="urn:schemas-microsoft-com:xslt"
xmlns:infoRequest="ControlSkin3"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="xmlns">
<xsl:output omit-xml-declaration="yes" method="xml" encoding="utf-8" />
I've got a problem during the transformation in xhtml, some elements like this : xmlns:ms="urn:schemas-microsoft-com:xslt" are insered in a lot of my xhtml tag.
ex:
<script type="text/javascript" src="/style/js/etablissement/videos.js"
xmlns:infoRequest="ControlSkin3"
xmlns:ms="urn:schemas-microsoft-com:xslt" ></script>
I'm working on IIS6. and I've no explanations.
Did you have already the same problem? What's wrong about my code?
Thank you.