• <small id='dUDRA'></small><noframes id='dUDRA'>

    1. <i id='dUDRA'><tr id='dUDRA'><dt id='dUDRA'><q id='dUDRA'><span id='dUDRA'><b id='dUDRA'><form id='dUDRA'><ins id='dUDRA'></ins><ul id='dUDRA'></ul><sub id='dUDRA'></sub></form><legend id='dUDRA'></legend><bdo id='dUDRA'><pre id='dUDRA'><center id='dUDRA'></center></pre></bdo></b><th id='dUDRA'></th></span></q></dt></tr></i><div id='dUDRA'><tfoot id='dUDRA'></tfoot><dl id='dUDRA'><fieldset id='dUDRA'></fieldset></dl></div>

        <legend id='dUDRA'><style id='dUDRA'><dir id='dUDRA'><q id='dUDRA'></q></dir></style></legend>

        <tfoot id='dUDRA'></tfoot>
          <bdo id='dUDRA'></bdo><ul id='dUDRA'></ul>

        XSLT 自闭标签问题

        时间:2023-11-10
          • <tfoot id='2uiOY'></tfoot>
              <bdo id='2uiOY'></bdo><ul id='2uiOY'></ul>

                <small id='2uiOY'></small><noframes id='2uiOY'>

                <legend id='2uiOY'><style id='2uiOY'><dir id='2uiOY'><q id='2uiOY'></q></dir></style></legend>

                <i id='2uiOY'><tr id='2uiOY'><dt id='2uiOY'><q id='2uiOY'><span id='2uiOY'><b id='2uiOY'><form id='2uiOY'><ins id='2uiOY'></ins><ul id='2uiOY'></ul><sub id='2uiOY'></sub></form><legend id='2uiOY'></legend><bdo id='2uiOY'><pre id='2uiOY'><center id='2uiOY'></center></pre></bdo></b><th id='2uiOY'></th></span></q></dt></tr></i><div id='2uiOY'><tfoot id='2uiOY'></tfoot><dl id='2uiOY'><fieldset id='2uiOY'></fieldset></dl></div>
                  <tbody id='2uiOY'></tbody>

                • 本文介绍了XSLT 自闭标签问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 xslt 将 xml 文件转换为 html..net xslt 引擎一直为我提供空标签的自闭合标签.

                  I am using xslt to transform an xml file to html. The .net xslt engine keeps serving me self-closing tags for empty tags.

                  例子:

                  <div class="test"></div> 
                  

                  变成

                  <div class="test" />
                  

                  前者是合法的html,而后者是非法的html,渲染不好.我的问题是:如何告诉 xslt 引擎 (XslCompiledTransform) 不使用自闭合标签.

                  The former is valid html, while the latter is illegal html and renders badly. My question is : How do I tell the xslt engine (XslCompiledTransform) to not use self-closing tags.

                  如果不可能,我如何告诉我的浏览器(在这种情况下为 IE6+)正确解释自闭标签.

                  If it's not possible, how can I tell my browser (IE6+ in this case) to interpret self-closing tags correctly.

                  推荐答案

                  如果您使用 XmlWriter 作为输出流,请改用 HTMLTextWriter.XMLWriter 会将您的 HTML 输出重新格式化为 XML.

                  If you are using XmlWriter as your ouput stream, use HTMLTextWriter instead. XMLWriter will reformat your HTML output back to XML.

                  这篇关于XSLT 自闭标签问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:ASP.NET 控件到 HTML 标记等效 下一篇:使用 LINQ 过滤列表

                  相关文章

                  • <bdo id='8pwn7'></bdo><ul id='8pwn7'></ul>

                    1. <legend id='8pwn7'><style id='8pwn7'><dir id='8pwn7'><q id='8pwn7'></q></dir></style></legend>
                      <tfoot id='8pwn7'></tfoot>

                      <small id='8pwn7'></small><noframes id='8pwn7'>

                      <i id='8pwn7'><tr id='8pwn7'><dt id='8pwn7'><q id='8pwn7'><span id='8pwn7'><b id='8pwn7'><form id='8pwn7'><ins id='8pwn7'></ins><ul id='8pwn7'></ul><sub id='8pwn7'></sub></form><legend id='8pwn7'></legend><bdo id='8pwn7'><pre id='8pwn7'><center id='8pwn7'></center></pre></bdo></b><th id='8pwn7'></th></span></q></dt></tr></i><div id='8pwn7'><tfoot id='8pwn7'></tfoot><dl id='8pwn7'><fieldset id='8pwn7'></fieldset></dl></div>