|
Subject: [xsl] xsl:document, file formats From: Tobias Reif <tobiasreif@xxxxxxxxxxxxx> Date: Mon, 27 Jan 2003 12:27:41 +0100 |
<t:transform
version="1.1"
[...]
<t:template name="validation_batch_file">
<t:document
href="validation_generated.bat"
method="text">
<t:text>@echo off
</t:text>
<t:text>call _validate ../index.xml
</t:text>
<t:for-each select="//chapter">
<t:text>call _validate ../</t:text>
<t:call-template name="clean">
<t:with-param name="input" select="title"/>
</t:call-template>
<t:value-of select="concat('.', $filename_suffix, '
')"/>
</t:for-each>
</t:document>
</t:template>
[...]:set ff? brings fileformat=unix
:set ff=dos :w
-- http://www.pinkjuice.com/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] A general question about perl, Anthony Kong | Thread | Re: [xsl] xsl:document, file format, David Carlisle |
| Re: [xsl] speed optimization, David Carlisle | Date | Re: [xsl] xsl:document, file format, David Carlisle |
| Month |