Subject: How to read an external file?
From: Matthias Häußer <haeusser@xxxxxxxxx>
Date: Fri, 27 Oct 2000 19:00:40 +0200
|
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
|