Re: Unix login name and full name into output?

Subject: Re: Unix login name and full name into output?
From: Adam Di Carlo <adam@xxxxxxxxxxx>
Date: 13 Aug 1999 10:54:15 -0400
Kai.Grossjohann@xxxxxxxxxxxxxxxxxx (Kai Großjohann) writes:

> I would like to include the login name and the full name of the Unix
> user running Jade in the Jade output.  How can I do this?  (OpenJade
> is also okay, but I don't know anything about that.)

Basically, what I do is handle this sort of stuff on the SGML side.
To wit, in the document preamble, I include something like:

  <!entity % dynamic SYSTEM "dynamic.ent"> %dynamic;

Prior to processing the SGML file (or XML), I recreate my dynamic file:

  echo "<entity user \"`whoami`\">" > dynamic.ent


If you really want to solve this on the stylesheet side, whiich is
perfectly acceptable IMHO, AFAIK, you'll have to reference a file or
URL.  The contents of this file could be automatically generated as
well.

HTH.

--
.....Adam Di Carlo....adam@xxxxxxxxxxxxxxxx<URL:http://www.onShore.com/>


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread