`
lovecontry
  • 浏览: 1035452 次
文章分类
社区版块
存档分类
最新评论

[经验总结]利用xlstproc处理XSLT的makefile

 
阅读更多

# For XSLT

PARSE = xsltproc

SRC = main.xml

STYLESHEET = makepaper.xsl

OUTPUT = output.html

#参数键值对

PARAMS = propertyFile Property_1.XML

all : $(SRC) $(STYLE)

$(PARSE) --stringparam $(PARAMS) $(STYLESHEET) $(SRC) > $(OUTPUT)

clean:

del $(OUTPUT)

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics