Sun公司的<J2EE Tutorial>范例代码

源代码在线查看: stylize

软件大小: 2699 K
上传用户: liuhong22008
关键词: Tutorial Sun EE lt
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/csh				#        -q(uiet) STYLESHEET    INPUT         RESULT (no suffix)				runStylizer ${1} article1a.xsl article1.xml  stylizer1a				runStylizer ${1} article1b.xsl article1.xml  stylizer1b				runStylizer ${1} article1c.xsl article1.xml  stylizer1c				runStylizer ${1} article2.xsl  article2.xml  stylizer2				runStylizer ${1} article3.xsl  article3.xml  stylizer3								###TEST####runStylizer ${1} docbookToArticle.xsl  small-docbook-article.xml  test-temp				runFilterChain ${1} docbookToArticle.xsl article1c.xsl small-docbook-article.xml filterout								# Results:				#   --> .html  (browsable result)				#   --> .txt   (pasteable version to insert into web page)															

相关资源