Re: (dsssl) Properly numerated biblography references

Subject: Re: (dsssl) Properly numerated biblography references
From: Jany Quintard <jany.quintard@xxxxxxx>
Date: Fri, 24 Jan 2003 13:10:14 +0100
* Javier Farreres de la Morena [Fri, 24/01/2003 at 12:20 +0100]
> I would complete the Brandon example this way:
> 
> (element citation
>   (make sequence
>      (literal "[")
>      (with-mode citation-numbering
>        (process-element-with-id (attribute "id"))
> .../...
> I am not sure that it is complete correct, but it must be close.
>  I am right now not sure if it is the attribute method that you must use
> or the attribute-string one.

I believe it is attribute-string
so something like :
(with-mode citation-numbering
  (process-element-with-id (attribute-string "id" (current-node)))

(current-node) is the optional parameter, so you don't need it.

this seems the same as
(with-mode citation-numbering
  (process-node-list (current-node))

Or am I wrong ?

Jany

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

Current Thread