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.
XML用に独自のスタイルシートを作成しました。このxsltをxmlスタイルシートの参照として使用すると正常に機能しますが、divのinnerhtmlに割り当てると機能しません。
divを使用する代わりに、asp .net XMLコントロールを使用できます。uは、コードビハインドまたは.aspxページからxsltファイル名とドキュメントデータを指定できます。
<asp:Xml ID="xmlViewControl" runat="server" TransformSource="Default.xsl"> </asp:Xml>
それを試してみてください、それは仕事になります。