Re: (dsssl) Properly numerated biblography references

Subject: Re: (dsssl) Properly numerated biblography references
From: "Javier Farreres de la Morena" <spanish@xxxxxxxxx>
Date: Fri, 24 Jan 2003 12:20:47 +0100
I would complete the Brandon example this way:

(element citation
  (make sequence
     (literal "[")
     (with-mode citation-numbering
       (process-element-with-id (attribute "id"))
     (literal "]")))

(mode citation-numbering
  (element biblioentry
     (make sequence
       (number->string (element-number (current-node))))))

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.

-------------------------------------------------
ADSL Tiscali -  http://adsl.tiscali.es 
el más completo y competitivo ¡por sólo 38.95 ?!
Y además, llama GRATIS desde tu PC.
-------------------------------------------------




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

Current Thread