例如你有一個 xml 文件,裡面有附帶 xsl連結
...
若想用它當成xslt轉換的來源的畫,可以用
StreamSource source = new StreamSource("scores.xml");
Source style = transformerFactory
.getAssociatedStylesheet(source, null, null, null);
Transformer transformer =
transformerFactory.newTransformer(style);
transformer.transform(source, result);
沒有留言:
張貼留言