This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

How to read an external file?



Sorry if this is a FAQ, I didn't find it in the archive:

I'm trying to read a String from a file, either plain text oder xml,
to output it with my stylesheet.

To be precise, I want to produce an HTML file with a declaration
of the base path in its head. This path should be in a external file
so users can easily edit this file instead of the stylesheet:

from documentToHTML.xsl:

<html>
 <head>
  <base href="file:/PATH_WHICH_IS_STORED_IN_FILE_SHOULD_GO_HERE"/>
 </head>
...


Matthias


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]