How can I take the ID for the current-node?

Subject: How can I take the ID for the current-node?
From: Reyes Garcia Rosado <reyes.garcia@xxxxxxxxxx>
Date: Wed, 29 Sep 1999 15:17:40 +0200
Hello!!

	I have a simple question. I wanted to know if there is a command to take
the ID for the current-node.
	I wanted to make something like this:

			DSSSL:	(element TAG-NAME
				   (make element gi: "NEW-" + (command (current-node)))
				)

	( I have supposed that the "command" return a String. I need this.) 

	I wanted a result like:

			Old SGML:	<TAG-NAME>
					...
					</TAG-NAME>

			New SGML:	<NEW-TAG-NAME>
					...
					</NEW-TAG-NAME>

	Can anybody help me?

	Thanks, 
 		  Reyes



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


Current Thread