Tom Passin
> For the life of me I can't figure out what to do in the XSL
> to grab the
> original XML filename and format it in the HTML.
The filename is not accessible to the xslt processor. The usual way to
handle this is to have the application pass it in as a global parameter.
How to do that depends on the processor you are using. |