Re: AW: Problem with SGML to SGML Conversion

Subject: Re: AW: Problem with SGML to SGML Conversion
From: Jany Quintard <quintard.j@xxxxxx>
Date: Fri, 21 Jan 2000 14:55:40 +0100 (CET)
On Fri, 21 Jan 2000, Roland Schopf wrote:
[Roland Schopf]  with all upper case, it works fine. Only one
problem still exists, if ROWSEP and COLSEP are missing (-> <row>). This
returns #f. Could you imagine any workaround?

Yes. soemthing like :
attributes: (list 
              (list "string1" "string2")
              (if (attribute-string "string3" (element))
                  ("string3" (attribute-string "string3" (element))
                  '()))
or 
attributes: (append
              (list "string1" "string2")
              (if (attribute-string "string3" (element))
                  ("string3" (attribute-string "string3" (element))
                  '()))

should do the trick.
By this mean, you put the empty list in place of ( "string3" #f).

Cheers. Jany


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


Current Thread