| 发表于:2007-05-01 22:54:138楼 得分:0 |
xmlwriter? 好像不能像xmltextwriter那样添加相关的格式处理指令吧 就像 xmltextwriter mytextwriter = new xmltextwriter(@ "./alexnote/ " + "_note.xml ", null); mytextwriter.writeprocessinginstruction( "xml-stylesheet ", "type= 'text/css ' href= 'date.css ' "); | | |
|