[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

xsl:document, file formats

Subject: xsl:document, file formats
From: Tobias Reif <tobiasreif@xxxxxxxxxxxxx>
Date: Mon, 27 Jan 2003 12:27:41 +0100
xsl document file
Hi

I using Saxon to generate a .bat file.

<t:transform
  version="1.1"
[...]
  <t:template name="validation_batch_file">
    <t:document
      href="validation_generated.bat"
      method="text">
      <t:text>@echo off&#xA;</t:text>
      <t:text>call _validate ../index.xml&#xA;</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, '&#xA;')"/>
      </t:for-each>
    </t:document>
  </t:template>
[...]

The .bat doesn't work; it seems to be related to line-endings.

(using Vim commands:)

  :set ff?
brings
  fileformat=unix

Doing

  :set ff=dos
  :w

helps; the .bat then runs OK.

I could run the generated .bat through a tiny script, but I'd prefer to not to.
How could I set the fileformat to DOS in the t:document's attributes?
Or should I use a different line-break instead of '&#xA;'?
( & # x A ; )


Tobi

--
http://www.pinkjuice.com/


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.