Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
どういうわけか、php を使用した私の xslt 変換は、常にxmlns=""すべてのルート要素に属性として追加します。これを防ぐ方法はありますか?
xmlns=""
あなたのXSLTで試してみてください:
<xsl:stylesheet exclude-result-prefixes="#default">