134.2. URI 形式
xslt-saxon:templateName[?options]
URI 形式には、次のいずれかの templateName が含まれます。
- 呼び出すテンプレートのクラスパ出力ローカル URI
- リモートテンプレートの完全な URL。
URI には、次の形式でクエリーオプションを追加できます。
?option=value&option=value&…
| URI | 説明 |
|---|---|
| xslt-saxon:com/acme/mytransform.xsl | クラスパス上のファイル com/acme/mytransform.xsl を参照します |
| xslt-saxon:file:///foo/bar.xsl | ファイル /foo/bar.xsl を参照します |
| xslt-saxon:http://acme.com/cheese/foo.xsl | リモート http リソースを参照します |