|
Subject: another newbie question From: J-P Theberge <yesod@xxxxxxx> Date: 04 Dec 1998 17:24:33 -0500 |
Hi,
I really dont understand why the text is output two times in this case..
This dsssl :
---------------------------------------------
(element info
(make element gi: "p"
(literal "POUR DE PLUS AMPLES INFORMATIONS:")
(make element gi: "br"
(make element gi: "br"
(process-children)))))
(element adresse (process-children))
(element id
(sosofo-append
(process-children)
(make element gi: "br")))
(element nom
(sosofo-append
(process-children)
(literal ", ")))
(element fonc (process-children))
---------------------------------------------
Make this xml :
---------------------------------------------
<info>
<adresse>
<id><nom>Guy Hébert</nom>
<fonc>Président</fonc></id>
<id><nom>François Kalos</nom>
<fonc>Directeur affaires corporatives</fonc></id>
</adresse>
</info>
---------------------------------------------
become this HTML :
---------------------------------------------
<P>
POUR DE PLUS AMPLES INFORMATIONS:<BR>
<BR>
Guy Hébert, Président<BR>
Guy Hébert, Président François
Kalos, Directeur affaires corporatives<BR>
</P>
---------------------------------------------
Why are the names in double???
Thanks
--
JP Theberge
tech@xxxxxxxxxxxxxxx
DSSSList info and archive: http://www.mulberrytech.com/dsssl/dssslist
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: gml, Adam Di Carlo | Thread | Re: another newbie question, Chris Maden |
| gml, Yasushi Shoji | Date | Re: another newbie question, Chris Maden |
| Month |