2013-06-22 1 views

답변

1

나는 잠시 동안 낚시를했다 : 같은 것을 얻기 위해 XML-스타일 시트를 추가하는 API는 무엇인가. 여기 누군가가 찾고있는 경우도 있습니다.

Document doc = ... 

Map<String, String> m = new HashMap<String, String>(); 
m.put("href", "test.xsl"); 
m.put("type", "text/xsl"); 
doc.addContent(0, new ProcessingInstruction("xml-stylesheet", m) 
+0

대단히, 나는 낚시가 싫어) – ycomp