我正在努力实现标题中提到的内容,但是遇到了麻烦,需要帮助。我正在修改以下模板
1. <xsl:template name="View_Default_RootTemplate" mode="RootTemplate" match="View" ddwrt:dvt_mode="root" ddwrt:ghost="hide">
2. <xsl:template match="View" mode="full" ddwrt:ghost="hide">
3. <xsl:template mode="Item" match="Row" ddwrt:ghost="hide">
Q-1 我应该修改任何其他模板吗?
期望的最终结果 - 当我将元素更改为最终页面时,呈现递归视图,并且每个列表项都<li>listitem...</li>
被顶级<ul>
Q-2包围,仍然使用我在模板和更改中看不到的表格呈现插入一些未知的,问题是
和 <table>
<ul>
<tr>
<li>
<ul> & <li>
<td>
a. What is the right way to do this?
what template is applied in this case?