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.
私はいくつかのページを持つ Web アプリケーションを持っていますが、Web ページのレンダリングに XSLT スタイルシートを使用しているものはほとんどありません。ここでの問題は、要求ごとにファイル システムから XSLt ファイルを取得してから変換を実行する必要があることです。これはパフォーマンスに適していません。ここでのメモリ変換の最善の解決策は何ですか?それは良い解決策ですか? または他の解決策。
ありがとう
テンプレートは、コンパイルされた XSLT スクリプトです。
http://docs.oracle.com/javase/6/docs/api/javax/xml/transform/TransformerFactory.html#newTemplates(javax.xml.transform.Source)