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 ドキュメントに XSL を添付する JSP があります。アプリケーションは Saxon パーサーを使用していますが、私の XML は Xalan パーサーを使用する必要があります。JSP ページは、使用するパーサーをオーバーライドできますか?
デフォルト(Saxon)を使用していたTransformerFactoryを使用する代わりに、Xalanに固有のクラスTransformerFactoryImplを使用しています。すべてが機能しているようです。